2023-11-16T01:59:02.274 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T01:59:02.275 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_yuriw@teuthology --name yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748 -- /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/orig.config.yaml 2023-11-16T01:59:02.314 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T01:59:02.400 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748 branch: wip-yuri3-testing-2023-11-14-1227-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: '7459748' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-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-yuri3-testing-2023-11-14-1227-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: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac kernel: hwe: true workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi186.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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-15_21:10:46 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T01:59:02.400 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-16T01:59:02.401 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-16T01:59:02.401 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T01:59:02.402 INFO:teuthology.task.internal:Checking packages... 2023-11-16T01:59:02.428 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-16T01:59:02.429 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T01:59:02.429 INFO:teuthology.packaging:ref: None 2023-11-16T01:59:02.429 INFO:teuthology.packaging:tag: None 2023-11-16T01:59:02.429 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:59:02.429 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T01:59:02.429 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:59:02.571 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171-ged3c8e92-1focal 2023-11-16T01:59:02.571 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T01:59:02.580 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T01:59:02.580 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T01:59:02.597 INFO:teuthology.task.internal:Saving configuration 2023-11-16T01:59:02.610 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T01:59:02.622 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:59:02.648 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748', '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-11-16 01:52:18.298922', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-16T01:59:02.671 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748', '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-11-16 01:52:18.300770', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-16T01:59:02.671 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T01:59:02.682 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-16T01:59:02.682 INFO:teuthology.task.internal:roles: ubuntu@smithi186.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-16T01:59:02.682 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T01:59:02.767 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1f4f699040>, signals=[15]) 2023-11-16T01:59:02.767 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T01:59:02.774 INFO:teuthology.task.internal:Opening connections... 2023-11-16T01:59:02.774 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2023-11-16T01:59:02.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:59:02.829 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi186.front.sepia.ceph.com 2023-11-16T01:59:02.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:59:02.893 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T01:59:02.901 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2023-11-16T01:59:02.909 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2023-11-16T01:59:02.909 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2023-11-16T01:59:02.919 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="Ubuntu" 2023-11-16T01:59:02.920 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-16T01:59:02.920 INFO:teuthology.orchestra.run.smithi118.stdout:ID=ubuntu 2023-11-16T01:59:02.921 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE=debian 2023-11-16T01:59:02.921 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-16T01:59:02.921 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="20.04" 2023-11-16T01:59:02.921 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T01:59:02.921 INFO:teuthology.orchestra.run.smithi118.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T01:59:02.923 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T01:59:02.923 INFO:teuthology.orchestra.run.smithi118.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T01:59:02.924 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_CODENAME=focal 2023-11-16T01:59:02.924 INFO:teuthology.orchestra.run.smithi118.stdout:UBUNTU_CODENAME=focal 2023-11-16T01:59:02.924 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2023-11-16T01:59:02.952 DEBUG:teuthology.orchestra.run.smithi186:> uname -m 2023-11-16T01:59:02.970 INFO:teuthology.orchestra.run.smithi186.stdout:x86_64 2023-11-16T01:59:02.971 DEBUG:teuthology.orchestra.run.smithi186:> cat /etc/os-release 2023-11-16T01:59:03.018 INFO:teuthology.orchestra.run.smithi186.stdout:NAME="Ubuntu" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:ID=ubuntu 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:ID_LIKE=debian 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_ID="20.04" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T01:59:03.019 INFO:teuthology.orchestra.run.smithi186.stdout:VERSION_CODENAME=focal 2023-11-16T01:59:03.020 INFO:teuthology.orchestra.run.smithi186.stdout:UBUNTU_CODENAME=focal 2023-11-16T01:59:03.020 INFO:teuthology.lock.ops:Updating smithi186.front.sepia.ceph.com on lock server 2023-11-16T01:59:03.043 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T01:59:03.053 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T01:59:03.134 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T01:59:03.134 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:59:03.137 DEBUG:teuthology.orchestra.run.smithi186:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:59:03.143 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T01:59:03.150 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T01:59:03.150 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:59:03.152 DEBUG:teuthology.orchestra.run.smithi186:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:59:03.187 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T01:59:03.238 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T01:59:03.254 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T01:59:03.254 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-11-16T01:59:03.254 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-11-16T01:59:03.254 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-11-16T01:59:03.255 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:59:03.255 DEBUG:teuthology.orchestra.run.smithi186:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:59:03.260 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:59:03.261 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-11-16T01:59:03.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:59:03.262 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2023-11-16T01:59:03.268 INFO:teuthology.orchestra.run.smithi186.stdout:5.4.0-124-generic 2023-11-16T01:59:03.269 INFO:teuthology.task.kernel:Running kernel on smithi186: 5.4.0-124-generic 2023-11-16T01:59:03.269 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2023-11-16T01:59:03.308 INFO:teuthology.orchestra.run.smithi118.stdout:5.4.0-124-generic 2023-11-16T01:59:03.309 INFO:teuthology.task.kernel:Running kernel on smithi118: 5.4.0-124-generic 2023-11-16T01:59:03.309 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2023-11-16T01:59:03.444 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2023-11-16T01:59:03.524 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2023-11-16T01:59:03.625 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T01:59:03.641 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-16T01:59:03.689 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-16T01:59:03.709 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-16T01:59:03.798 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T01:59:03.880 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-16T01:59:04.007 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [674 kB] 2023-11-16T01:59:04.015 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-16T01:59:04.100 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-16T01:59:04.135 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,960 kB] 2023-11-16T01:59:04.141 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-16T01:59:04.144 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-16T01:59:04.144 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-16T01:59:04.163 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-16T01:59:04.170 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-16T01:59:04.175 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-16T01:59:04.175 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-16T01:59:04.175 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-16T01:59:04.184 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-16T01:59:04.186 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T01:59:04.186 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-16T01:59:04.190 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [898 kB] 2023-11-16T01:59:04.198 INFO:teuthology.orchestra.run.smithi118.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-16T01:59:04.199 INFO:teuthology.orchestra.run.smithi118.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-16T01:59:04.199 INFO:teuthology.orchestra.run.smithi118.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-16T01:59:04.200 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-16T01:59:04.200 INFO:teuthology.orchestra.run.smithi118.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-16T01:59:04.200 INFO:teuthology.orchestra.run.smithi118.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-16T01:59:04.203 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T01:59:04.203 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-16T01:59:04.209 INFO:teuthology.orchestra.run.smithi118.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-16T01:59:04.210 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,129 kB] 2023-11-16T01:59:04.221 INFO:teuthology.orchestra.run.smithi186.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-16T01:59:04.222 INFO:teuthology.orchestra.run.smithi118.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-16T01:59:04.224 INFO:teuthology.orchestra.run.smithi186.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-16T01:59:04.225 INFO:teuthology.orchestra.run.smithi186.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-16T01:59:04.225 INFO:teuthology.orchestra.run.smithi186.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-16T01:59:04.226 INFO:teuthology.orchestra.run.smithi186.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-16T01:59:04.226 INFO:teuthology.orchestra.run.smithi186.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-16T01:59:04.244 INFO:teuthology.orchestra.run.smithi186.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-16T01:59:04.245 INFO:teuthology.orchestra.run.smithi186.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-16T01:59:04.245 INFO:teuthology.orchestra.run.smithi186.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-16T01:59:04.246 INFO:teuthology.orchestra.run.smithi186.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-16T01:59:04.264 INFO:teuthology.orchestra.run.smithi186.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-16T01:59:04.265 INFO:teuthology.orchestra.run.smithi186.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-16T01:59:04.362 INFO:teuthology.orchestra.run.smithi118.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-16T01:59:04.614 INFO:teuthology.orchestra.run.smithi118.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,960 kB] 2023-11-16T01:59:04.778 INFO:teuthology.orchestra.run.smithi118.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-16T01:59:04.791 INFO:teuthology.orchestra.run.smithi118.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-16T01:59:04.791 INFO:teuthology.orchestra.run.smithi118.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-16T01:59:04.792 INFO:teuthology.orchestra.run.smithi118.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-16T01:59:04.864 INFO:teuthology.orchestra.run.smithi118.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-16T01:59:04.869 INFO:teuthology.orchestra.run.smithi118.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T01:59:05.033 INFO:teuthology.orchestra.run.smithi118.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,129 kB] 2023-11-16T01:59:05.670 INFO:teuthology.orchestra.run.smithi118.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [754 kB] 2023-11-16T01:59:05.708 INFO:teuthology.orchestra.run.smithi118.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-16T01:59:05.722 INFO:teuthology.orchestra.run.smithi118.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-16T01:59:05.723 INFO:teuthology.orchestra.run.smithi118.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-16T01:59:05.724 INFO:teuthology.orchestra.run.smithi118.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-16T01:59:05.725 INFO:teuthology.orchestra.run.smithi118.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-16T01:59:05.725 INFO:teuthology.orchestra.run.smithi118.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-16T01:59:05.725 INFO:teuthology.orchestra.run.smithi118.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-16T01:59:05.751 INFO:teuthology.orchestra.run.smithi118.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-16T01:59:05.752 INFO:teuthology.orchestra.run.smithi118.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-16T01:59:05.917 INFO:teuthology.orchestra.run.smithi118.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-16T01:59:06.080 INFO:teuthology.orchestra.run.smithi118.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-16T01:59:06.131 INFO:teuthology.orchestra.run.smithi118.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-16T01:59:08.252 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 18.1 MB in 3s (7,162 kB/s) 2023-11-16T01:59:09.624 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2023-11-16T01:59:09.649 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T01:59:09.720 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2023-11-16T01:59:09.923 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2023-11-16T01:59:09.923 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2023-11-16T01:59:10.096 INFO:teuthology.orchestra.run.smithi118.stdout:The following additional packages will be installed: 2023-11-16T01:59:10.097 INFO:teuthology.orchestra.run.smithi118.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T01:59:10.097 INFO:teuthology.orchestra.run.smithi118.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-16T01:59:10.097 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-16T01:59:10.098 INFO:teuthology.orchestra.run.smithi118.stdout:Suggested packages: 2023-11-16T01:59:10.098 INFO:teuthology.orchestra.run.smithi118.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-16T01:59:10.098 INFO:teuthology.orchestra.run.smithi118.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-16T01:59:10.166 INFO:teuthology.orchestra.run.smithi118.stdout:The following NEW packages will be installed: 2023-11-16T01:59:10.167 INFO:teuthology.orchestra.run.smithi118.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T01:59:10.167 INFO:teuthology.orchestra.run.smithi118.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-16T01:59:10.167 INFO:teuthology.orchestra.run.smithi118.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-16T01:59:10.168 INFO:teuthology.orchestra.run.smithi118.stdout: thermald upower usbmuxd 2023-11-16T01:59:10.352 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 13 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T01:59:10.352 INFO:teuthology.orchestra.run.smithi118.stdout:Need to get 90.8 MB of archives. 2023-11-16T01:59:10.352 INFO:teuthology.orchestra.run.smithi118.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-16T01:59:10.352 INFO:teuthology.orchestra.run.smithi118.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-16T01:59:10.625 INFO:teuthology.orchestra.run.smithi118.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-16T01:59:10.656 INFO:teuthology.orchestra.run.smithi118.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-16T01:59:10.673 INFO:teuthology.orchestra.run.smithi118.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-16T01:59:10.747 INFO:teuthology.orchestra.run.smithi118.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-16T01:59:10.783 INFO:teuthology.orchestra.run.smithi118.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-16T01:59:11.078 INFO:teuthology.orchestra.run.smithi186.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-16T01:59:11.318 INFO:teuthology.orchestra.run.smithi186.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [674 kB] 2023-11-16T01:59:11.400 INFO:teuthology.orchestra.run.smithi186.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-16T01:59:11.447 INFO:teuthology.orchestra.run.smithi186.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-16T01:59:11.451 INFO:teuthology.orchestra.run.smithi186.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-16T01:59:11.451 INFO:teuthology.orchestra.run.smithi186.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-16T01:59:11.476 INFO:teuthology.orchestra.run.smithi186.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-16T01:59:11.476 INFO:teuthology.orchestra.run.smithi186.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-16T01:59:11.478 INFO:teuthology.orchestra.run.smithi186.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-16T01:59:11.479 INFO:teuthology.orchestra.run.smithi186.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [621 kB] 2023-11-16T01:59:11.485 INFO:teuthology.orchestra.run.smithi186.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [898 kB] 2023-11-16T01:59:11.495 INFO:teuthology.orchestra.run.smithi186.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-16T01:59:11.497 INFO:teuthology.orchestra.run.smithi186.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-16T01:59:11.499 INFO:teuthology.orchestra.run.smithi186.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-16T01:59:11.500 INFO:teuthology.orchestra.run.smithi186.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-16T01:59:11.500 INFO:teuthology.orchestra.run.smithi186.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-16T01:59:11.501 INFO:teuthology.orchestra.run.smithi186.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-16T01:59:11.698 INFO:teuthology.orchestra.run.smithi118.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-16T01:59:12.001 INFO:teuthology.orchestra.run.smithi118.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-16T01:59:13.877 INFO:teuthology.orchestra.run.smithi118.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-16T01:59:13.957 INFO:teuthology.orchestra.run.smithi118.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-16T01:59:13.958 INFO:teuthology.orchestra.run.smithi118.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-16T01:59:14.127 INFO:teuthology.orchestra.run.smithi118.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-16T01:59:14.421 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 18.1 MB in 9s (2,054 kB/s) 2023-11-16T01:59:14.470 INFO:teuthology.orchestra.run.smithi118.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-16T01:59:15.208 INFO:teuthology.orchestra.run.smithi118.stdout:Fetched 90.8 MB in 4s (21.1 MB/s) 2023-11-16T01:59:15.410 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-16T01:59:15.882 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2023-11-16T01:59:15.911 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T01:59:15.982 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2023-11-16T01:59:16.184 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2023-11-16T01:59:16.185 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2023-11-16T01:59:16.362 INFO:teuthology.orchestra.run.smithi186.stdout:The following additional packages will be installed: 2023-11-16T01:59:16.362 INFO:teuthology.orchestra.run.smithi186.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T01:59:16.362 INFO:teuthology.orchestra.run.smithi186.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-16T01:59:16.362 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-16T01:59:16.363 INFO:teuthology.orchestra.run.smithi186.stdout:Suggested packages: 2023-11-16T01:59:16.363 INFO:teuthology.orchestra.run.smithi186.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-16T01:59:16.363 INFO:teuthology.orchestra.run.smithi186.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-16T01:59:16.414 INFO:teuthology.orchestra.run.smithi186.stdout:The following NEW packages will be installed: 2023-11-16T01:59:16.414 INFO:teuthology.orchestra.run.smithi186.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-16T01:59:16.415 INFO:teuthology.orchestra.run.smithi186.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-16T01:59:16.415 INFO:teuthology.orchestra.run.smithi186.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-16T01:59:16.415 INFO:teuthology.orchestra.run.smithi186.stdout: thermald upower usbmuxd 2023-11-16T01:59:16.512 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 13 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T01:59:16.512 INFO:teuthology.orchestra.run.smithi186.stdout:Need to get 90.8 MB of archives. 2023-11-16T01:59:16.512 INFO:teuthology.orchestra.run.smithi186.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-16T01:59:16.513 INFO:teuthology.orchestra.run.smithi186.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-16T01:59:16.627 INFO:teuthology.orchestra.run.smithi186.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-16T01:59:16.638 INFO:teuthology.orchestra.run.smithi186.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-16T01:59:16.646 INFO:teuthology.orchestra.run.smithi186.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-16T01:59:16.676 INFO:teuthology.orchestra.run.smithi186.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-16T01:59:16.688 INFO:teuthology.orchestra.run.smithi186.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-16T01:59:17.142 INFO:teuthology.orchestra.run.smithi118.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-11-16T01:59:17.147 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-16T01:59:17.291 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T01:59:17.339 INFO:teuthology.orchestra.run.smithi186.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-16T01:59:17.471 INFO:teuthology.orchestra.run.smithi186.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-16T01:59:17.678 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-16T01:59:17.692 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-16T01:59:17.736 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T01:59:18.098 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-16T01:59:18.112 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-16T01:59:18.156 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T01:59:18.510 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-16T01:59:18.523 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-16T01:59:18.568 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T01:59:18.708 INFO:teuthology.orchestra.run.smithi186.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-16T01:59:18.709 INFO:teuthology.orchestra.run.smithi186.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-16T01:59:18.710 INFO:teuthology.orchestra.run.smithi186.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-16T01:59:18.720 INFO:teuthology.orchestra.run.smithi186.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-16T01:59:18.720 INFO:teuthology.orchestra.run.smithi186.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-16T01:59:18.913 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-16T01:59:18.928 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-16T01:59:18.998 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T01:59:19.307 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-16T01:59:19.321 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T01:59:19.358 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:19.398 INFO:teuthology.orchestra.run.smithi186.stdout:Fetched 90.8 MB in 2s (39.6 MB/s) 2023-11-16T01:59:19.581 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-16T01:59:21.287 INFO:teuthology.orchestra.run.smithi186.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-11-16T01:59:21.292 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-16T01:59:21.470 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T01:59:21.894 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-16T01:59:21.908 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T01:59:21.915 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-16T01:59:21.931 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-16T01:59:21.973 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T01:59:22.017 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:22.334 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-16T01:59:22.349 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-16T01:59:22.393 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T01:59:22.513 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-16T01:59:22.527 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T01:59:22.571 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:22.729 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-16T01:59:22.744 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-16T01:59:22.787 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T01:59:23.140 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-16T01:59:23.154 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-16T01:59:23.190 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T01:59:23.543 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-16T01:59:23.557 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T01:59:23.626 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:26.160 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-16T01:59:26.174 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T01:59:26.276 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:26.813 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-16T01:59:26.828 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-16T01:59:26.871 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:30.170 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-16T01:59:30.185 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-16T01:59:30.232 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T01:59:30.564 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-16T01:59:30.579 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-16T01:59:30.622 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T01:59:31.026 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package thermald. 2023-11-16T01:59:31.040 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-16T01:59:31.084 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T01:59:31.631 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package upower. 2023-11-16T01:59:31.646 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-16T01:59:31.703 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-16T01:59:32.128 INFO:teuthology.orchestra.run.smithi118.stdout:Selecting previously unselected package usbmuxd. 2023-11-16T01:59:32.141 INFO:teuthology.orchestra.run.smithi118.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-16T01:59:32.177 INFO:teuthology.orchestra.run.smithi118.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T01:59:32.501 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T01:59:32.616 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T01:59:32.750 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T01:59:32.902 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T01:59:33.069 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T01:59:33.196 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T01:59:33.322 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-16T01:59:33.772 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-16T01:59:33.787 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-16T01:59:33.830 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T01:59:33.876 INFO:teuthology.orchestra.run.smithi118.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-16T01:59:33.960 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T01:59:34.145 INFO:teuthology.orchestra.run.smithi118.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-16T01:59:34.162 INFO:teuthology.orchestra.run.smithi118.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-16T01:59:34.162 INFO:teuthology.orchestra.run.smithi118.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-16T01:59:34.175 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-16T01:59:34.190 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-16T01:59:34.233 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T01:59:34.644 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package thermald. 2023-11-16T01:59:34.658 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-16T01:59:34.685 INFO:teuthology.orchestra.run.smithi118.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-16T01:59:34.711 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T01:59:34.886 INFO:teuthology.orchestra.run.smithi118.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-16T01:59:34.932 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T01:59:35.269 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T01:59:35.269 INFO:teuthology.orchestra.run.smithi118.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T01:59:35.273 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package upower. 2023-11-16T01:59:35.290 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-16T01:59:35.372 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-16T01:59:35.702 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:35.803 INFO:teuthology.orchestra.run.smithi186.stdout:Selecting previously unselected package usbmuxd. 2023-11-16T01:59:35.818 INFO:teuthology.orchestra.run.smithi186.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-16T01:59:35.861 INFO:teuthology.orchestra.run.smithi186.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T01:59:36.174 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-16T01:59:36.324 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-16T01:59:36.442 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-16T01:59:36.569 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-16T01:59:37.025 INFO:teuthology.orchestra.run.smithi118.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-16T01:59:37.026 INFO:teuthology.orchestra.run.smithi118.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-16T01:59:37.215 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:37.261 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-16T01:59:37.388 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-16T01:59:37.530 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-16T01:59:38.056 INFO:teuthology.orchestra.run.smithi186.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-16T01:59:38.142 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-16T01:59:38.328 INFO:teuthology.orchestra.run.smithi186.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-16T01:59:38.339 INFO:teuthology.orchestra.run.smithi186.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-16T01:59:38.339 INFO:teuthology.orchestra.run.smithi186.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-16T01:59:38.851 INFO:teuthology.orchestra.run.smithi186.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-16T01:59:39.051 INFO:teuthology.orchestra.run.smithi186.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-16T01:59:39.122 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-16T01:59:39.142 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:39.427 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T01:59:39.427 INFO:teuthology.orchestra.run.smithi186.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-16T01:59:39.867 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:40.527 INFO:teuthology.orchestra.run.smithi118.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T01:59:40.677 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-16T01:59:40.942 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-16T01:59:41.178 INFO:teuthology.orchestra.run.smithi186.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-16T01:59:41.178 INFO:teuthology.orchestra.run.smithi186.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-16T01:59:41.338 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:41.737 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-16T01:59:41.845 INFO:teuthology.orchestra.run.smithi118.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:41.914 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T01:59:41.914 INFO:teuthology.orchestra.run.smithi118.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-16T01:59:43.080 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:44.448 INFO:teuthology.orchestra.run.smithi186.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-16T01:59:44.573 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-16T01:59:44.854 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-16T01:59:45.619 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-16T01:59:45.732 INFO:teuthology.orchestra.run.smithi186.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-16T01:59:45.804 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T01:59:45.804 INFO:teuthology.orchestra.run.smithi186.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-16T02:00:07.645 INFO:teuthology.orchestra.run.smithi118.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T02:00:07.645 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub' 2023-11-16T02:00:07.651 INFO:teuthology.orchestra.run.smithi118.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T02:00:07.668 INFO:teuthology.orchestra.run.smithi118.stdout:Generating grub configuration file ... 2023-11-16T02:00:08.007 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T02:00:08.031 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T02:00:08.410 INFO:teuthology.orchestra.run.smithi118.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T02:00:08.422 INFO:teuthology.orchestra.run.smithi118.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T02:00:10.297 INFO:teuthology.orchestra.run.smithi118.stdout:done 2023-11-16T02:00:10.696 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T02:00:10.749 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T02:00:10.749 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2023-11-16T02:00:10.749 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2023-11-16T02:00:10.749 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2023-11-16T02:00:10.750 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 20 2023-11-16T02:00:10.750 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T02:00:10.750 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2023-11-16T02:00:10.750 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta-hwe-5.15 2023-11-16T02:00:10.750 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T02:00:10.751 INFO:teuthology.orchestra.run.smithi118.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T02:00:10.751 INFO:teuthology.orchestra.run.smithi118.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T02:00:10.751 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2023-11-16T02:00:10.751 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2023-11-16T02:00:10.751 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2023-11-16T02:00:10.752 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2023-11-16T02:00:10.752 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-16T02:00:10.753 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T02:00:10.753 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T02:00:10.753 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T02:00:10.753 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T02:00:10.754 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get clean 2023-11-16T02:00:10.832 DEBUG:teuthology.orchestra.run.smithi118:> sudo apt-get update 2023-11-16T02:00:10.968 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T02:00:10.974 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-16T02:00:10.991 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-16T02:00:11.031 INFO:teuthology.orchestra.run.smithi118.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-16T02:00:11.248 INFO:teuthology.orchestra.run.smithi186.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T02:00:11.249 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub' 2023-11-16T02:00:11.255 INFO:teuthology.orchestra.run.smithi186.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T02:00:11.282 INFO:teuthology.orchestra.run.smithi186.stdout:Generating grub configuration file ... 2023-11-16T02:00:11.642 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T02:00:11.673 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T02:00:12.065 INFO:teuthology.orchestra.run.smithi186.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T02:00:12.077 INFO:teuthology.orchestra.run.smithi186.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T02:00:12.726 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2023-11-16T02:00:12.751 DEBUG:teuthology.orchestra.run.smithi118:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T02:00:12.818 INFO:teuthology.orchestra.run.smithi118.stdout:Reading package lists... 2023-11-16T02:00:13.020 INFO:teuthology.orchestra.run.smithi118.stdout:Building dependency tree... 2023-11-16T02:00:13.021 INFO:teuthology.orchestra.run.smithi118.stdout:Reading state information... 2023-11-16T02:00:13.235 INFO:teuthology.orchestra.run.smithi118.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-16T02:00:13.235 INFO:teuthology.orchestra.run.smithi118.stdout:0 upgraded, 0 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T02:00:13.237 DEBUG:teuthology.orchestra.run.smithi118:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T02:00:13.258 INFO:teuthology.orchestra.run.smithi118.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T02:00:13.258 INFO:teuthology.orchestra.run.smithi118.stdout:Status: install ok installed 2023-11-16T02:00:13.258 INFO:teuthology.orchestra.run.smithi118.stdout:Priority: optional 2023-11-16T02:00:13.258 INFO:teuthology.orchestra.run.smithi118.stdout:Section: kernel 2023-11-16T02:00:13.258 INFO:teuthology.orchestra.run.smithi118.stdout:Installed-Size: 20 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: amd64 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Source: linux-meta-hwe-5.15 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T02:00:13.259 INFO:teuthology.orchestra.run.smithi118.stdout:Recommends: thermald 2023-11-16T02:00:13.260 INFO:teuthology.orchestra.run.smithi118.stdout:Description: Generic Linux kernel image 2023-11-16T02:00:13.260 INFO:teuthology.orchestra.run.smithi118.stdout: This package will always depend on the latest generic kernel image 2023-11-16T02:00:13.260 INFO:teuthology.orchestra.run.smithi118.stdout: available. 2023-11-16T02:00:13.260 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2023-11-16T02:00:13.265 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.CVGQo5vmew 2023-11-16T02:00:13.266 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub/grub.cfg /tmp/tmp.CVGQo5vmew 2023-11-16T02:00:13.322 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.CVGQo5vmew 2023-11-16T02:00:13.363 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.CVGQo5vmew is 9KB 2023-11-16T02:00:13.379 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.CVGQo5vmew 2023-11-16T02:00:13.385 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T02:00:13.441 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:00:13.441 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T02:00:13.442 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T02:00:13.522 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-16T02:00:13.522 DEBUG:teuthology.orchestra.run.smithi118:> sudo update-grub 2023-11-16T02:00:14.748 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub' 2023-11-16T02:00:14.759 INFO:teuthology.orchestra.run.smithi118.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T02:00:14.761 INFO:teuthology.orchestra.run.smithi186.stdout:done 2023-11-16T02:00:14.770 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2023-11-16T02:00:15.019 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T02:00:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T02:00:15.198 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T02:00:15.247 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T02:00:15.247 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2023-11-16T02:00:15.247 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2023-11-16T02:00:15.247 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 20 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta-hwe-5.15 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.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-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2023-11-16T02:00:15.248 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2023-11-16T02:00:15.249 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-16T02:00:15.249 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T02:00:15.249 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T02:00:15.249 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T02:00:15.249 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi186.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T02:00:15.249 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get clean 2023-11-16T02:00:15.333 DEBUG:teuthology.orchestra.run.smithi186:> sudo apt-get update 2023-11-16T02:00:15.398 INFO:teuthology.orchestra.run.smithi118.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T02:00:15.409 INFO:teuthology.orchestra.run.smithi118.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T02:00:15.593 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-16T02:00:15.593 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-16T02:00:15.665 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-16T02:00:15.744 INFO:teuthology.orchestra.run.smithi186.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-16T02:00:16.188 INFO:teuthology.orchestra.run.smithi118.stderr:done 2023-11-16T02:00:16.190 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2023-11-16T02:00:17.338 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2023-11-16T02:00:17.363 DEBUG:teuthology.orchestra.run.smithi186:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-16T02:00:17.427 INFO:teuthology.orchestra.run.smithi186.stdout:Reading package lists... 2023-11-16T02:00:17.629 INFO:teuthology.orchestra.run.smithi186.stdout:Building dependency tree... 2023-11-16T02:00:17.630 INFO:teuthology.orchestra.run.smithi186.stdout:Reading state information... 2023-11-16T02:00:17.842 INFO:teuthology.orchestra.run.smithi186.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-16T02:00:17.842 INFO:teuthology.orchestra.run.smithi186.stdout:0 upgraded, 0 newly installed, 0 to remove and 281 not upgraded. 2023-11-16T02:00:17.844 DEBUG:teuthology.orchestra.run.smithi186:> dpkg -s linux-image-generic-hwe-20.04 2023-11-16T02:00:17.865 INFO:teuthology.orchestra.run.smithi186.stdout:Package: linux-image-generic-hwe-20.04 2023-11-16T02:00:17.865 INFO:teuthology.orchestra.run.smithi186.stdout:Status: install ok installed 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Priority: optional 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Section: kernel 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Installed-Size: 20 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Architecture: amd64 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Source: linux-meta-hwe-5.15 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-16T02:00:17.866 INFO:teuthology.orchestra.run.smithi186.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-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-16T02:00:17.867 INFO:teuthology.orchestra.run.smithi186.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-16T02:00:17.867 INFO:teuthology.orchestra.run.smithi186.stdout:Recommends: thermald 2023-11-16T02:00:17.867 INFO:teuthology.orchestra.run.smithi186.stdout:Description: Generic Linux kernel image 2023-11-16T02:00:17.867 INFO:teuthology.orchestra.run.smithi186.stdout: This package will always depend on the latest generic kernel image 2023-11-16T02:00:17.867 INFO:teuthology.orchestra.run.smithi186.stdout: available. 2023-11-16T02:00:17.868 DEBUG:teuthology.orchestra.run.smithi186:> mktemp 2023-11-16T02:00:17.915 INFO:teuthology.orchestra.run.smithi186.stdout:/tmp/tmp.mqSTYSqaWL 2023-11-16T02:00:17.915 DEBUG:teuthology.orchestra.run.smithi186:> sudo cp /boot/grub/grub.cfg /tmp/tmp.mqSTYSqaWL 2023-11-16T02:00:17.930 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0666 /tmp/tmp.mqSTYSqaWL 2023-11-16T02:00:18.011 DEBUG:teuthology.orchestra.remote:smithi186:/tmp/tmp.mqSTYSqaWL is 9KB 2023-11-16T02:00:18.063 DEBUG:teuthology.orchestra.run.smithi186:> rm -fr /tmp/tmp.mqSTYSqaWL 2023-11-16T02:00:18.070 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T02:00:18.128 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:00:18.129 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T02:00:18.129 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T02:00:18.166 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-16T02:00:18.166 DEBUG:teuthology.orchestra.run.smithi186:> sudo update-grub 2023-11-16T02:00:19.543 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub' 2023-11-16T02:00:19.552 INFO:teuthology.orchestra.run.smithi186.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-16T02:00:19.564 INFO:teuthology.orchestra.run.smithi186.stderr:Generating grub configuration file ... 2023-11-16T02:00:19.843 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-16T02:00:19.855 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-16T02:00:20.244 INFO:teuthology.orchestra.run.smithi186.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-16T02:00:20.255 INFO:teuthology.orchestra.run.smithi186.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-16T02:00:21.914 INFO:teuthology.orchestra.run.smithi186.stderr:done 2023-11-16T02:00:21.916 DEBUG:teuthology.orchestra.run.smithi186:> sudo shutdown -r now 2023-11-16T02:00:46.215 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T02:00:46.215 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:00:46.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:00:51.922 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T02:00:51.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:00:51.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:01:20.763 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-11-16T02:01:26.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2023-11-16T02:01:29.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:01:29.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:01:32.826 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-11-16T02:01:35.398 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:01:35.399 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:01:44.835 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:01:44.836 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:01:53.790 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2023-11-16T02:02:03.258 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2023-11-16T02:02:05.793 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:02:05.794 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:02:07.838 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.186 2023-11-16T02:02:18.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:02:18.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:02:18.503 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-11-16T02:02:19.066 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:02:19.066 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-88-generic"... 2023-11-16T02:02:19.066 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2023-11-16T02:02:19.115 INFO:teuthology.orchestra.run.smithi118.stdout:5.15.0-88-generic 2023-11-16T02:02:19.115 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-16T02:02:19.115 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T02:02:19.115 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T02:02:20.116 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T02:02:20.117 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T02:02:20.449 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2023-11-16T02:02:20.471 DEBUG:teuthology.parallel:result is None 2023-11-16T02:02:22.839 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:02:22.840 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:02:23.105 DEBUG:teuthology.orchestra.run.smithi186:> true 2023-11-16T02:02:23.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:02:23.633 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-88-generic"... 2023-11-16T02:02:23.634 DEBUG:teuthology.orchestra.run.smithi186:> uname -r 2023-11-16T02:02:23.681 INFO:teuthology.orchestra.run.smithi186.stdout:5.15.0-88-generic 2023-11-16T02:02:23.682 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-16T02:02:23.682 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T02:02:23.682 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T02:02:24.683 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T02:02:24.683 DEBUG:teuthology.orchestra.run.smithi186:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T02:02:25.029 INFO:teuthology.orchestra.run.smithi186.stdout:ttyS1 2023-11-16T02:02:25.054 DEBUG:teuthology.parallel:result is None 2023-11-16T02:02:25.054 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T02:02:25.062 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T02:02:25.062 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T02:02:25.065 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T02:02:25.072 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T02:02:25.079 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T02:02:25.087 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T02:02:25.087 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T02:02:25.115 DEBUG:teuthology.orchestra.run.smithi186:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T02:02:25.142 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T02:02:25.150 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T02:02:25.150 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T02:02:25.175 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:02:25.191 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T02:02:25.197 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T02:02:25.198 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T02:02:25.203 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T02:02:25.205 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T02:02:25.212 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T02:02:25.212 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T02:02:25.243 DEBUG:teuthology.orchestra.run.smithi186:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T02:02:25.262 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T02:02:25.271 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T02:02:25.272 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T02:02:25.299 DEBUG:teuthology.orchestra.run.smithi186:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T02:02:25.311 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T02:02:25.356 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T02:02:25.405 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:02:25.405 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T02:02:25.474 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T02:02:25.482 DEBUG:teuthology.orchestra.run.smithi186:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T02:02:25.530 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:02:25.530 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T02:02:25.604 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2023-11-16T02:02:25.607 DEBUG:teuthology.orchestra.run.smithi186:> sudo service rsyslog restart 2023-11-16T02:02:25.690 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T02:02:25.698 INFO:teuthology.task.internal:Starting timer... 2023-11-16T02:02:25.698 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T02:02:25.709 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T02:02:25.719 DEBUG:teuthology.task.selinux:Excluding smithi118: OS 'ubuntu' does not support SELinux 2023-11-16T02:02:25.719 DEBUG:teuthology.task.selinux:Excluding smithi186: OS 'ubuntu' does not support SELinux 2023-11-16T02:02:25.720 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T02:02:25.720 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-16T02:02:25.720 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T02:02:25.720 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T02:02:25.730 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T02:02:25.731 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T02:02:25.750 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-11-16T02:02:25.755 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi186.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T02:08:55.239 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi186.front.sepia.ceph.com')] 2023-11-16T02:09:03.312 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:09:03.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:09:03.398 DEBUG:teuthology.orchestra.run.smithi118:> true 2023-11-16T02:09:03.520 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2023-11-16T02:09:03.520 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:09:03.521 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi186.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:09:03.600 DEBUG:teuthology.orchestra.run.smithi186:> true 2023-11-16T02:09:03.724 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi186.front.sepia.ceph.com' 2023-11-16T02:09:03.724 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T02:09:03.735 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T02:09:03.735 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T02:09:03.735 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T02:09:03.738 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T02:09:03.738 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:09:03.767 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-16T02:09:03.767 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Command line: ntpd -gq 2023-11-16T02:09:03.768 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: proto: precision = 0.093 usec (-23) 2023-11-16T02:09:03.768 INFO:teuthology.orchestra.run.smithi118.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:09:03.769 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:09:03.769 INFO:teuthology.orchestra.run.smithi118.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:09:03.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:09:03.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T02:09:03.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T02:09:03.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T02:09:03.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listen normally on 3 enp3s0f1 172.21.15.118:123 2023-11-16T02:09:03.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listen normally on 4 lo [::1]:123 2023-11-16T02:09:03.771 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d725%5]:123 2023-11-16T02:09:03.771 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:03 ntpd[23427]: Listening on routing socket on fd #22 for interface updates 2023-11-16T02:09:03.800 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-16T02:09:03.800 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Command line: ntpd -gq 2023-11-16T02:09:03.800 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: proto: precision = 0.054 usec (-24) 2023-11-16T02:09:03.801 INFO:teuthology.orchestra.run.smithi186.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:09:03.801 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:09:03.801 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:09:03.801 INFO:teuthology.orchestra.run.smithi186.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:09:03.802 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T02:09:03.802 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T02:09:03.803 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T02:09:03.803 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listen normally on 3 enp3s0f1 172.21.15.186:123 2023-11-16T02:09:03.803 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listen normally on 4 lo [::1]:123 2023-11-16T02:09:03.803 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df5%5]:123 2023-11-16T02:09:03.803 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:03 ntpd[23434]: Listening on routing socket on fd #22 for interface updates 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:04.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:04.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:04.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:04 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:04.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:04 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:04 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:04 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:04.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:04 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:04.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:04 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:04.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:04 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:05.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:05 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:05.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:05 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:05.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:05 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:05.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:05 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:05.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:05 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:05.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:05 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:06.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:06.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:06.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:06 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:06.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:06.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:06.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:06.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:06.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:06.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:06 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:07.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:07 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:07.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:07 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:07.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:07 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:07.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:07 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:07.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:07 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:07.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:07 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:08.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:08.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:08 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:08.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:08.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:08.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:08.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:08.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:08 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:09.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:09 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:09.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:09 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:09.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:09 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:09.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:09 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:09.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:09 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:09.801 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:09 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.769 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stdout:16 Nov 02:09:10 ntpd[23427]: ntpd: time slew +0.000520 s 2023-11-16T02:09:10.770 INFO:teuthology.orchestra.run.smithi118.stdout:ntpd: time slew +0.000520s 2023-11-16T02:09:10.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T02:09:10.771 INFO:teuthology.orchestra.run.smithi118.stderr:16 Nov 02:09:10 ntpd[23427]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:10.802 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stdout:16 Nov 02:09:10 ntpd[23434]: ntpd: time slew +0.002265 s 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stdout:ntpd: time slew +0.002265s 2023-11-16T02:09:10.803 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T02:09:10.804 INFO:teuthology.orchestra.run.smithi186.stderr:16 Nov 02:09:10 ntpd[23434]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T02:09:10.836 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:09:10.836 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2023-11-16T02:09:10.836 INFO:teuthology.orchestra.run.smithi118.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.836 INFO:teuthology.orchestra.run.smithi118.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.836 INFO:teuthology.orchestra.run.smithi118.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.836 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.867 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:09:10.868 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2023-11-16T02:09:10.868 INFO:teuthology.orchestra.run.smithi186.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.868 INFO:teuthology.orchestra.run.smithi186.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.868 INFO:teuthology.orchestra.run.smithi186.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.868 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:09:10.868 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-16T02:09:10.880 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-16T02:09:10.880 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:09:10.880 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:09:10.888 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-11-16T02:09:10.889 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 489 Links: 1 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:07:21.596384171 +0000 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:07:21.212393029 +0000 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:07:21.212393029 +0000 2023-11-16T02:09:10.938 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:09:10.938 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T02:09:10.991 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:09:10.991 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:09:10.991 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.00030047 s, 1.7 MB/s 2023-11-16T02:09:10.992 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T02:09:11.043 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2023-11-16T02:09:11.095 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T02:09:11.095 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:11.095 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-11-16T02:09:11.095 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:11.096 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:07:22.208370055 +0000 2023-11-16T02:09:11.096 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:07:21.820379005 +0000 2023-11-16T02:09:11.096 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:07:21.820379005 +0000 2023-11-16T02:09:11.096 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:09:11.096 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T02:09:11.153 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:09:11.153 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:09:11.153 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000302221 s, 1.7 MB/s 2023-11-16T02:09:11.154 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T02:09:11.207 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:07:22.792356584 +0000 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:07:22.404365533 +0000 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:07:22.404365533 +0000 2023-11-16T02:09:11.258 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:09:11.259 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T02:09:11.321 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:09:11.321 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:09:11.321 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000288405 s, 1.8 MB/s 2023-11-16T02:09:11.322 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T02:09:11.375 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2023-11-16T02:09:11.425 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T02:09:11.425 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:11.425 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-11-16T02:09:11.425 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:11.425 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:07:23.008351601 +0000 2023-11-16T02:09:11.425 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:07:23.004351693 +0000 2023-11-16T02:09:11.426 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:07:23.004351693 +0000 2023-11-16T02:09:11.426 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:09:11.426 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T02:09:11.482 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:09:11.482 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:09:11.482 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000294808 s, 1.7 MB/s 2023-11-16T02:09:11.483 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T02:09:11.536 DEBUG:teuthology.orchestra.run.smithi118:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-16T02:09:11.661 INFO:teuthology.orchestra.run.smithi118.stdout:loop 2023-11-16T02:09:11.662 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2023-11-16T02:09:11.662 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-16T02:09:11.684 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-11-16T02:09:11.707 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_11 2023-11-16T02:09:11.729 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2023-11-16T02:09:11.729 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-16T02:09:11.791 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-11-16T02:09:11.814 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_21 2023-11-16T02:09:11.837 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2023-11-16T02:09:11.838 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-16T02:09:11.909 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-11-16T02:09:11.934 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_31 2023-11-16T02:09:11.957 INFO:tasks.nvme_loop:Connecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2023-11-16T02:09:11.958 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-16T02:09:12.029 INFO:teuthology.orchestra.run.smithi118.stdout:1 2023-11-16T02:09:12.056 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/vg_nvme/lv_41 2023-11-16T02:09:12.081 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:09:12.081 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:09:12.129 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme list 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme0n1 PHMB747500JS480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme1n1 bf8ebaaee06829ec803f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme2n1 f58798001bdabfdfc613 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme3n1 0a706d78c04e3493165f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:12.185 INFO:teuthology.orchestra.run.smithi118.stdout:/dev/nvme4n1 697927f0f984d48a284b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:12.186 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:09:12.186 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:09:12.186 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2023-11-16T02:09:12.248 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:09:12.248 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:09:12.255 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-11-16T02:09:12.256 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_1 2023-11-16T02:09:12.306 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:07:22.053104520 +0000 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:07:22.049104611 +0000 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:07:22.049104611 +0000 2023-11-16T02:09:12.307 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:09:12.307 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T02:09:12.362 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:09:12.363 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:09:12.363 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000404997 s, 1.3 MB/s 2023-11-16T02:09:12.364 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T02:09:12.416 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_2 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:07:22.969083925 +0000 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:07:22.593092379 +0000 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:07:22.593092379 +0000 2023-11-16T02:09:12.471 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:09:12.472 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T02:09:12.524 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:09:12.524 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:09:12.524 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000396449 s, 1.3 MB/s 2023-11-16T02:09:12.525 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T02:09:12.576 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_3 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 506 Links: 1 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:07:23.569070433 +0000 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:07:23.185079067 +0000 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:07:23.185079067 +0000 2023-11-16T02:09:12.627 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:09:12.628 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T02:09:12.682 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:09:12.682 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:09:12.682 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000406281 s, 1.3 MB/s 2023-11-16T02:09:12.683 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T02:09:12.736 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/vg_nvme/lv_4 2023-11-16T02:09:12.791 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T02:09:12.791 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:09:12.792 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 513 Links: 1 2023-11-16T02:09:12.792 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:09:12.792 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:07:24.157057211 +0000 2023-11-16T02:09:12.792 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:07:23.789065486 +0000 2023-11-16T02:09:12.792 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:07:23.789065486 +0000 2023-11-16T02:09:12.792 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:09:12.792 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T02:09:12.848 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:09:12.849 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:09:12.849 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.00041745 s, 1.2 MB/s 2023-11-16T02:09:12.851 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T02:09:12.904 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:09:13.041 INFO:teuthology.orchestra.run.smithi186.stdout:loop 2023-11-16T02:09:13.043 INFO:tasks.nvme_loop:Connecting nvme_loop smithi186:/dev/vg_nvme/lv_1... 2023-11-16T02:09:13.043 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:09:13.064 INFO:teuthology.orchestra.run.smithi186.stdout:1 2023-11-16T02:09:13.093 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/vg_nvme/lv_11 2023-11-16T02:09:13.115 INFO:tasks.nvme_loop:Connecting nvme_loop smithi186:/dev/vg_nvme/lv_2... 2023-11-16T02:09:13.115 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:09:13.184 INFO:teuthology.orchestra.run.smithi186.stdout:1 2023-11-16T02:09:13.208 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/vg_nvme/lv_21 2023-11-16T02:09:13.230 INFO:tasks.nvme_loop:Connecting nvme_loop smithi186:/dev/vg_nvme/lv_3... 2023-11-16T02:09:13.231 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:09:13.293 INFO:teuthology.orchestra.run.smithi186.stdout:1 2023-11-16T02:09:13.314 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/vg_nvme/lv_31 2023-11-16T02:09:13.343 INFO:tasks.nvme_loop:Connecting nvme_loop smithi186:/dev/vg_nvme/lv_4... 2023-11-16T02:09:13.343 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:09:13.413 INFO:teuthology.orchestra.run.smithi186.stdout:1 2023-11-16T02:09:13.437 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/vg_nvme/lv_41 2023-11-16T02:09:13.460 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:09:13.460 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:09:13.510 DEBUG:teuthology.orchestra.run.smithi186:> sudo nvme list 2023-11-16T02:09:13.564 INFO:teuthology.orchestra.run.smithi186.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T02:09:13.565 INFO:teuthology.orchestra.run.smithi186.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T02:09:13.565 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/nvme0n1 CVFT623300CB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T02:09:13.565 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/nvme1n1 44ab992406282504da57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:13.565 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/nvme2n1 75a4f97ffe33f845a8e9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:13.565 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/nvme3n1 09ef5f3e2b5adfb96d27 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:13.565 INFO:teuthology.orchestra.run.smithi186.stdout:/dev/nvme4n1 502fbfc7f96720de0b65 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-16T02:09:13.566 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:09:13.566 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:09:13.566 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/scratch_devs 2023-11-16T02:09:13.623 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T02:09:13.709 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': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-16T02:09:13.710 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T02:09:13.711 INFO:tasks.cephadm:Cluster fsid is 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:09:13.712 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T02:09:13.712 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T02:09:13.712 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi118': '172.21.15.118', 'mon.smithi186': '172.21.15.186'} 2023-11-16T02:09:13.712 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T02:09:13.713 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2023-11-16T02:09:13.730 DEBUG:teuthology.orchestra.run.smithi186:> sudo hostname $(hostname -s) 2023-11-16T02:09:13.749 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ed3c8e926b9de93026c8a7c1d86be5d6821b52ac)... 2023-11-16T02:09:13.750 DEBUG:teuthology.orchestra.run.smithi118:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T02:09:13.932 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 16 02:09 /home/ubuntu/cephtest/cephadm 2023-11-16T02:09:13.933 DEBUG:teuthology.orchestra.run.smithi186:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T02:09:14.127 INFO:teuthology.orchestra.run.smithi186.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 16 02:09 /home/ubuntu/cephtest/cephadm 2023-11-16T02:09:14.127 DEBUG:teuthology.orchestra.run.smithi118:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T02:09:14.136 DEBUG:teuthology.orchestra.run.smithi186:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T02:09:14.157 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2023-11-16T02:09:14.194 DEBUG:teuthology.orchestra.run.smithi186:> sudo mkdir -p /etc/ceph 2023-11-16T02:09:14.209 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2023-11-16T02:09:14.253 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 777 /etc/ceph 2023-11-16T02:09:14.269 INFO:tasks.cephadm:Writing seed config... 2023-11-16T02:09:14.271 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-16T02:09:14.271 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-16T02:09:14.271 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-16T02:09:14.271 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-16T02:09:14.271 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-16T02:09:14.271 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-16T02:09:14.272 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-16T02:09:14.272 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-16T02:09:14.272 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:09:14.272 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-16T02:09:14.304 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 = 235e50e4-8425-11ee-8dbe-212e2dc638e7 [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-11-16T02:09:14.304 DEBUG:teuthology.orchestra.run.smithi118:mon.smithi118> sudo journalctl -f -n 0 -u ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service 2023-11-16T02:09:14.347 INFO:tasks.cephadm:Bootstrapping... 2023-11-16T02:09:14.348 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -v bootstrap --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 --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.118 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:09:14.659 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-16T02:09:14.748 INFO:teuthology.orchestra.run.smithi118.stderr:-------------------------------------------------------------------------------- 2023-11-16T02:09:14.748 INFO:teuthology.orchestra.run.smithi118.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac', '-v', 'bootstrap', '--fsid', '235e50e4-8425-11ee-8dbe-212e2dc638e7', '--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.118', '--skip-admin-label'] 2023-11-16T02:09:14.748 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying podman|docker is present... 2023-11-16T02:09:14.749 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying lvm2 is present... 2023-11-16T02:09:14.749 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying time synchronization is in place... 2023-11-16T02:09:14.756 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T02:09:14.765 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.772 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-16T02:09:14.778 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.786 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: masked 2023-11-16T02:09:14.792 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.798 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-16T02:09:14.806 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.813 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: enabled 2023-11-16T02:09:14.821 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: active 2023-11-16T02:09:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:Unit ntp.service is enabled and running 2023-11-16T02:09:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:Repeating the final host check... 2023-11-16T02:09:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:docker (/usr/bin/docker) is present 2023-11-16T02:09:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl is present 2023-11-16T02:09:14.822 INFO:teuthology.orchestra.run.smithi118.stderr:lvcreate is present 2023-11-16T02:09:14.829 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T02:09:14.834 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.841 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-16T02:09:14.848 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.856 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: masked 2023-11-16T02:09:14.862 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.869 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-16T02:09:14.876 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: inactive 2023-11-16T02:09:14.885 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: enabled 2023-11-16T02:09:14.893 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: active 2023-11-16T02:09:14.893 INFO:teuthology.orchestra.run.smithi118.stderr:Unit ntp.service is enabled and running 2023-11-16T02:09:14.894 INFO:teuthology.orchestra.run.smithi118.stderr:Host looks OK 2023-11-16T02:09:14.894 INFO:teuthology.orchestra.run.smithi118.stderr:Cluster fsid: 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:09:14.894 INFO:teuthology.orchestra.run.smithi118.stderr:Acquiring lock 140565230148000 on /run/cephadm/235e50e4-8425-11ee-8dbe-212e2dc638e7.lock 2023-11-16T02:09:14.894 INFO:teuthology.orchestra.run.smithi118.stderr:Lock 140565230148000 acquired on /run/cephadm/235e50e4-8425-11ee-8dbe-212e2dc638e7.lock 2023-11-16T02:09:14.895 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying IP 172.21.15.118 port 3300 ... 2023-11-16T02:09:14.895 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying IP 172.21.15.118 port 6789 ... 2023-11-16T02:09:14.895 INFO:teuthology.orchestra.run.smithi118.stderr:Base mon IP(s) is [172.21.15.118:3300, 172.21.15.118:6789], mon addrv is [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2023-11-16T02:09:14.900 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-11-16T02:09:14.900 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2023-11-16T02:09:14.900 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-16T02:09:14.900 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 2023-11-16T02:09:14.900 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.118 metric 100 2023-11-16T02:09:14.904 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-16T02:09:14.905 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-16T02:09:14.905 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1784sec pref medium 2023-11-16T02:09:14.908 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-16T02:09:14.909 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-11-16T02:09:14.909 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T02:09:14.909 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-16T02:09:14.909 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d725/64 scope link 2023-11-16T02:09:14.909 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T02:09:14.910 INFO:teuthology.orchestra.run.smithi118.stderr:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2023-11-16T02:09:14.910 INFO:teuthology.orchestra.run.smithi118.stderr:Mon IP `172.21.15.118` is in CIDR network `172.21.0.0/20` 2023-11-16T02:09:14.911 INFO:teuthology.orchestra.run.smithi118.stderr:Mon IP `172.21.15.118` is in CIDR network `172.21.15.254/32` 2023-11-16T02:09:14.911 INFO:teuthology.orchestra.run.smithi118.stderr:Mon IP `172.21.15.118` is in CIDR network `172.21.15.254/32` 2023-11-16T02:09:14.911 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:09:14.911 INFO:teuthology.orchestra.run.smithi118.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-16T02:09:14.912 INFO:teuthology.orchestra.run.smithi118.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-16T02:09:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac: Pulling from ceph-ci/ceph 2023-11-16T02:09:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 837e66e3ff89: Pulling fs layer 2023-11-16T02:09:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 0b35c5e1bfec: Pulling fs layer 2023-11-16T02:09:19.004 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 837e66e3ff89: Verifying Checksum 2023-11-16T02:09:19.004 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 837e66e3ff89: Download complete 2023-11-16T02:09:22.762 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 837e66e3ff89: Pull complete 2023-11-16T02:09:31.321 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 0b35c5e1bfec: Download complete 2023-11-16T02:09:43.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: 0b35c5e1bfec: Pull complete 2023-11-16T02:09:43.388 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: Digest: sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c 2023-11-16T02:09:43.466 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T02:09:43.504 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T02:09:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:ceph: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-16T02:09:57.247 INFO:teuthology.orchestra.run.smithi118.stderr:Ceph version: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-16T02:09:57.249 INFO:teuthology.orchestra.run.smithi118.stderr:Extracting ceph user uid/gid from container image... 2023-11-16T02:09:58.052 INFO:teuthology.orchestra.run.smithi118.stderr:stat: 167 167 2023-11-16T02:09:58.681 INFO:teuthology.orchestra.run.smithi118.stderr:Creating initial keys... 2023-11-16T02:09:59.527 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-authtool: AQD3eVVl4q9fHxAABiOaM2gUA+dlnn0M6pU/vQ== 2023-11-16T02:10:00.952 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-authtool: AQD4eVVlEcnAOBAAkxiYKpnc3SO1TrV8GSemkA== 2023-11-16T02:10:02.361 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-authtool: AQD6eVVluiqDFRAA0geojIdNS8Xr1nJt6rDg/g== 2023-11-16T02:10:02.937 INFO:teuthology.orchestra.run.smithi118.stderr:Creating initial monmap... 2023-11-16T02:10:03.798 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T02:10:03.798 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:03.798 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T02:10:04.424 INFO:teuthology.orchestra.run.smithi118.stderr:monmaptool for smithi118 [v2:172.21.15.118:3300,v1:172.21.15.118:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T02:10:04.425 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: set fsid to 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:04.425 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T02:10:04.425 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:10:04.425 INFO:teuthology.orchestra.run.smithi118.stderr:Creating mon... 2023-11-16T02:10:05.210 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 1 imported monmap: 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: last_changed 2023-11-16T02:10:03.796947+0000 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: created 2023-11-16T02:10:03.796947+0000 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.smithi118 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.211 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 0 /usr/bin/ceph-mon: set fsid to 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: DB SUMMARY 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi118/store.db dir, Total Num: 0, files: 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi118/store.db: 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.236 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.create_if_missing: 1 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.env: 0x556b26fc2080 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.fs: Posix File System 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.info_log: 0x556b27b5d3a0 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.statistics: (nil) 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.use_fsync: 0 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T02:10:05.237 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T02:10:05.238 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T02:10:05.238 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T02:10:05.238 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T02:10:05.238 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.db_log_dir: 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi118/store.db 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T02:10:05.239 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.write_buffer_manager: 0x556b27b63980 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T02:10:05.240 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.unordered_write: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.row_cache: None 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.wal_filter: None 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T02:10:05.241 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T02:10:05.242 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.max_open_files: -1 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: Compression algorithms supported: 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T02:10:05.243 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: kZSTD supported: 0 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.204+0000 7fa394faf880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000001 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T02:10:05.244 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.merge_operator: 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_filter: None 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556b27a71d38) 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-16T02:10:05.245 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache: 0x556b27aa8d10 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-16T02:10:05.246 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-16T02:10:05.247 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression: NoCompression 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.num_levels: 7 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T02:10:05.248 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:10:05.249 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T02:10:05.250 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T02:10:05.251 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T02:10:05.252 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.ttl: 2592000 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-16T02:10:05.253 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa394faf880 4 rocksdb: DB pointer 0x556b27b71800 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa37de36700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.208+0000 7fa37de36700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.254 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:10:05.255 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.256 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.257 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: 2023-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.212+0000 7fa394faf880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.212+0000 7fa394faf880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-16T02:10:05.258 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:10:05.212+0000 7fa394faf880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi118 for mon.smithi118 2023-11-16T02:10:05.818 INFO:teuthology.orchestra.run.smithi118.stderr:create mon.smithi118 on 2023-11-16T02:10:06.038 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-16T02:10:06.214 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7.target. 2023-11-16T02:10:06.214 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7.target. 2023-11-16T02:10:06.633 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to reset failed state of unit ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service: Unit ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service not loaded. 2023-11-16T02:10:06.641 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7.target.wants/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service -> /etc/systemd/system/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T02:10:06.821 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld does not appear to be present 2023-11-16T02:10:06.821 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T02:10:06.821 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mon to start... 2023-11-16T02:10:06.821 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mon... 2023-11-16T02:10:08.277 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: cluster: 2023-11-16T02:10:08.277 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: id: 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:08.277 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: services: 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi118 (age 0.193496s) 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: data: 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: pgs: 2023-11-16T02:10:08.278 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:08.301 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:08 smithi118 bash[24402]: cluster 2023-11-16T02:10:08.079002+0000 mon.smithi118 (mon.0) 1 : cluster [INF] mon.smithi118 is new leader, mons smithi118 in quorum (ranks 0) 2023-11-16T02:10:08.896 INFO:teuthology.orchestra.run.smithi118.stderr:mon is available 2023-11-16T02:10:08.897 INFO:teuthology.orchestra.run.smithi118.stderr:Assimilating anything we can from ceph.conf... 2023-11-16T02:10:09.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:09 smithi118 bash[24402]: cluster 2023-11-16T02:10:08.082004+0000 mon.smithi118 (mon.0) 2 : cluster [INF] mon.smithi118 is new leader, mons smithi118 in quorum (ranks 0) 2023-11-16T02:10:09.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:09 smithi118 bash[24402]: cluster 2023-11-16T02:10:08.082152+0000 mon.smithi118 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-11-16T02:10:09.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:09 smithi118 bash[24402]: cluster 2023-11-16T02:10:08.084210+0000 mon.smithi118 (mon.0) 4 : cluster [DBG] fsmap 2023-11-16T02:10:09.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:09 smithi118 bash[24402]: cluster 2023-11-16T02:10:08.086480+0000 mon.smithi118 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T02:10:09.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:09 smithi118 bash[24402]: cluster 2023-11-16T02:10:08.086904+0000 mon.smithi118 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T02:10:09.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:09 smithi118 bash[24402]: audit 2023-11-16T02:10:08.275444+0000 mon.smithi118 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.118:0/481201130' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-16T02:10:09.996 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:09.996 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [global] 2023-11-16T02:10:09.996 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: fsid = 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:09.997 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [mgr] 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [osd] 2023-11-16T02:10:09.998 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T02:10:09.999 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T02:10:10.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:10 smithi118 bash[24402]: audit 2023-11-16T02:10:09.988237+0000 mon.smithi118 (mon.0) 8 : audit [INF] from='client.? 172.21.15.118:0/1118635562' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T02:10:10.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:10 smithi118 bash[24402]: audit 2023-11-16T02:10:09.994358+0000 mon.smithi118 (mon.0) 9 : audit [INF] from='client.? 172.21.15.118:0/1118635562' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T02:10:10.583 INFO:teuthology.orchestra.run.smithi118.stderr:Generating new minimal ceph.conf... 2023-11-16T02:10:12.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:11 smithi118 bash[24402]: audit 2023-11-16T02:10:11.684820+0000 mon.smithi118 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.118:0/3902556667' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:10:12.280 INFO:teuthology.orchestra.run.smithi118.stderr:Restarting the monitor... 2023-11-16T02:10:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:12 smithi118 systemd[1]: Stopping Ceph mon.smithi118 for 235e50e4-8425-11ee-8dbe-212e2dc638e7... 2023-11-16T02:10:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:12 smithi118 bash[24792]: Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon.smithi118 2023-11-16T02:10:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:12 smithi118 bash[24402]: debug 2023-11-16T02:10:12.467+0000 7f348b719700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi118 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-16T02:10:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:12 smithi118 bash[24402]: debug 2023-11-16T02:10:12.467+0000 7f348b719700 -1 mon.smithi118@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T02:10:13.302 INFO:teuthology.orchestra.run.smithi118.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-11-16T02:10:13.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:13 smithi118 bash[24829]: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon-smithi118 2023-11-16T02:10:13.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:13 smithi118 bash[24891]: Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon-smithi118 2023-11-16T02:10:13.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:13 smithi118 systemd[1]: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service: Succeeded. 2023-11-16T02:10:13.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:13 smithi118 systemd[1]: Stopped Ceph mon.smithi118 for 235e50e4-8425-11ee-8dbe-212e2dc638e7. 2023-11-16T02:10:13.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:13 smithi118 systemd[1]: Started Ceph mon.smithi118 for 235e50e4-8425-11ee-8dbe-212e2dc638e7. 2023-11-16T02:10:14.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.531+0000 7f26dd08b880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T02:10:14.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.531+0000 7f26dd08b880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-16T02:10:14.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.531+0000 7f26dd08b880 0 pidfile_write: ignore empty --pid-file 2023-11-16T02:10:14.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 0 load: jerasure load: lrc load: isa 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: DB SUMMARY 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: CURRENT file: CURRENT 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi118/store.db dir, Total Num: 1, files: 000004.sst 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi118/store.db: 000006.log size: 86555 ; 2023-11-16T02:10:14.846 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.create_if_missing: 0 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.env: 0x55c0e93c2080 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.fs: Posix File System 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.info_log: 0x55c0ea1e6580 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.statistics: (nil) 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.use_fsync: 0 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T02:10:14.847 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.db_log_dir: 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi118/store.db 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T02:10:14.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.write_buffer_manager: 0x55c0eaeda420 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T02:10:14.849 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.unordered_write: 0 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.row_cache: None 2023-11-16T02:10:14.850 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.wal_filter: None 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T02:10:14.851 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T02:10:14.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T02:10:14.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T02:10:14.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T02:10:14.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T02:10:14.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T02:10:14.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_open_files: -1 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Compression algorithms supported: 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T02:10:14.853 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kZSTD supported: 0 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi118/store.db/MANIFEST-000005 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.merge_operator: 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_filter: None 2023-11-16T02:10:14.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T02:10:14.855 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T02:10:14.855 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T02:10:14.855 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c0ea189d30) 2023-11-16T02:10:14.855 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cache_index_and_filter_blocks: 1 2023-11-16T02:10:14.855 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T02:10:14.855 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T02:10:14.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: pin_top_level_index_and_filter: 1 2023-11-16T02:10:14.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: index_type: 0 2023-11-16T02:10:14.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: data_block_index_type: 0 2023-11-16T02:10:14.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: index_shortening: 1 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: data_block_hash_table_util_ratio: 0.750000 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: hash_index_allow_collision: 1 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: checksum: 1 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: no_block_cache: 0 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_cache: 0x55c0ea1c0f10 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_cache_name: BinnedLRUCache 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_cache_options: 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: capacity : 536870912 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: num_shard_bits : 4 2023-11-16T02:10:14.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: strict_capacity_limit : 0 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: high_pri_pool_ratio: 0.000 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_cache_compressed: (nil) 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: persistent_cache: (nil) 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_size: 4096 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_size_deviation: 10 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_restart_interval: 16 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: index_block_restart_interval: 1 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: metadata_block_size: 4096 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: partition_filters: 0 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: use_delta_encoding: 1 2023-11-16T02:10:14.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: whole_key_filtering: 1 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: verify_compression: 0 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: read_amp_bytes_per_bit: 0 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: format_version: 2 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: enable_index_compression: 1 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: block_align: 0 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression: NoCompression 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T02:10:14.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.num_levels: 7 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T02:10:14.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T02:10:14.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T02:10:14.862 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T02:10:14.863 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T02:10:14.864 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.ttl: 2592000 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi118/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-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100614541885, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.535+0000 7f26dd08b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26dd08b880 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-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26dd08b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100614542999, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83428, "table_properties": {"data_size": 81695, "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": 76207, "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": 1700100614, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-16T02:10:14.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26dd08b880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26dd08b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100614543482, "job": 1, "event": "recovery_finished"} 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26dd08b880 4 rocksdb: DB pointer 0x55c0ea289800 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26c3e91700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26c3e91700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** DB Stats ** 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:10:14.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** Compaction Stats [default] ** 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** Compaction Stats [default] ** 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:14.867 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Cumulative compaction: 0.00 GB write, 21.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Interval compaction: 0.00 GB write, 21.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** Compaction Stats [default] ** 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** Compaction Stats [default] ** 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.6 0.00 0.00 1 0.001 0 0 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Cumulative compaction: 0.00 GB write, 21.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.539+0000 7f26dd08b880 0 starting mon.smithi118 rank 0 at public addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] at bind addrs [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi118 fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 1 mon.smithi118@-1(???) e1 preinit fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 0 mon.smithi118@-1(???).mds e1 new map 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 0 mon.smithi118@-1(???).mds e1 print_map 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: e1 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 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-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: legacy client fscid: -1 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: No filesystems configured 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 0 mon.smithi118@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 0 mon.smithi118@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T02:10:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 0 mon.smithi118@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 0 mon.smithi118@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: audit 2023-11-16T02:10:11.684820+0000 mon.smithi118 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.118:0/3902556667' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: debug 2023-11-16T02:10:14.543+0000 7f26dd08b880 1 mon.smithi118@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cluster 2023-11-16T02:10:14.566909+0000 mon.smithi118 (mon.0) 1 : cluster [INF] mon.smithi118 is new leader, mons smithi118 in quorum (ranks 0) 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cluster 2023-11-16T02:10:14.567016+0000 mon.smithi118 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} removed_ranks: {} 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cluster 2023-11-16T02:10:14.567831+0000 mon.smithi118 (mon.0) 3 : cluster [DBG] fsmap 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cluster 2023-11-16T02:10:14.567898+0000 mon.smithi118 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T02:10:14.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:14 smithi118 bash[24930]: cluster 2023-11-16T02:10:14.568546+0000 mon.smithi118 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T02:10:15.546 INFO:teuthology.orchestra.run.smithi118.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-16T02:10:15.547 INFO:teuthology.orchestra.run.smithi118.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:10:15.547 INFO:teuthology.orchestra.run.smithi118.stderr:Creating mgr... 2023-11-16T02:10:15.547 INFO:teuthology.orchestra.run.smithi118.stderr:Verifying port 9283 ... 2023-11-16T02:10:15.770 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Failed to reset failed state of unit ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mgr.smithi118.ueiebd.service: Unit ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mgr.smithi118.ueiebd.service not loaded. 2023-11-16T02:10:15.777 INFO:teuthology.orchestra.run.smithi118.stderr:systemctl: Created symlink /etc/systemd/system/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7.target.wants/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mgr.smithi118.ueiebd.service -> /etc/systemd/system/ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T02:10:15.993 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld does not appear to be present 2023-11-16T02:10:15.994 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T02:10:15.994 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld does not appear to be present 2023-11-16T02:10:15.994 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-16T02:10:15.994 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr to start... 2023-11-16T02:10:15.994 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr... 2023-11-16T02:10:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:15 smithi118 bash[24930]: audit 2023-11-16T02:10:14.812806+0000 mon.smithi118 (mon.0) 6 : audit [INF] from='client.? 172.21.15.118:0/3401593325' entity='client.admin' 2023-11-16T02:10:17.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsid": "235e50e4-8425-11ee-8dbe-212e2dc638e7", 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "health": { 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T02:10:17.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 0 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "smithi118" 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:17.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T02:10:17.565 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T02:10:17.565 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T02:10:17.565 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T02:10:17.568 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T02:10:17.568 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T02:10:17.568 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.569 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T02:10:17.569 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T02:10:17.569 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T02:10:17.569 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.570 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": false, 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "iostat", 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "nfs", 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "restful" 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modified": "2023-11-16T02:10:08.083242+0000", 2023-11-16T02:10:17.571 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:10:17.572 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:17.572 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T02:10:17.572 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:10:17.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:17 smithi118 bash[24930]: audit 2023-11-16T02:10:17.559138+0000 mon.smithi118 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.118:0/1027269142' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T02:10:18.291 INFO:teuthology.orchestra.run.smithi118.stderr:mgr not available, waiting (1/15)... 2023-11-16T02:10:21.554 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:21.554 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsid": "235e50e4-8425-11ee-8dbe-212e2dc638e7", 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "health": { 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 0 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "smithi118" 2023-11-16T02:10:21.555 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T02:10:21.557 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:21.558 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T02:10:21.558 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T02:10:21.558 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T02:10:21.558 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T02:10:21.561 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T02:10:21.561 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T02:10:21.561 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.562 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": false, 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "iostat", 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "nfs", 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "restful" 2023-11-16T02:10:21.563 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modified": "2023-11-16T02:10:08.083242+0000", 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T02:10:21.564 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:10:21.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:21 smithi118 bash[24930]: audit 2023-11-16T02:10:21.551407+0000 mon.smithi118 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.118:0/3775899869' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T02:10:22.205 INFO:teuthology.orchestra.run.smithi118.stderr:mgr not available, waiting (2/15)... 2023-11-16T02:10:24.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: cluster 2023-11-16T02:10:23.744609+0000 mon.smithi118 (mon.0) 9 : cluster [INF] Activating manager daemon smithi118.ueiebd 2023-11-16T02:10:24.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: cluster 2023-11-16T02:10:23.751658+0000 mon.smithi118 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi118.ueiebd(active, starting, since 0.00731023s) 2023-11-16T02:10:24.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.752901+0000 mon.smithi118 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:10:24.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.753094+0000 mon.smithi118 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.753259+0000 mon.smithi118 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.753440+0000 mon.smithi118 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.754460+0000 mon.smithi118 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr metadata", "who": "smithi118.ueiebd", "id": "smithi118.ueiebd"}]: dispatch 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: cluster 2023-11-16T02:10:23.758086+0000 mon.smithi118 (mon.0) 16 : cluster [INF] Manager daemon smithi118.ueiebd is now available 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.774693+0000 mon.smithi118 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.781651+0000 mon.smithi118 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.785591+0000 mon.smithi118 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/trash_purge_schedule"}]: dispatch 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.790320+0000 mon.smithi118 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:23 smithi118 bash[24930]: audit 2023-11-16T02:10:23.793596+0000 mon.smithi118 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.118:0/3289803915' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:25.666 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsid": "235e50e4-8425-11ee-8dbe-212e2dc638e7", 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "health": { 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.667 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 0 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "smithi118" 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T02:10:25.668 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T02:10:25.669 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T02:10:25.673 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T02:10:25.673 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T02:10:25.673 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.673 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T02:10:25.674 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": true, 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "iostat", 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "nfs", 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "restful" 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ], 2023-11-16T02:10:25.675 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "modified": "2023-11-16T02:10:08.083242+0000", 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: }, 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T02:10:25.676 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:10:26.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:25 smithi118 bash[24930]: cluster 2023-11-16T02:10:24.756670+0000 mon.smithi118 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi118.ueiebd(active, since 1.01233s) 2023-11-16T02:10:26.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:25 smithi118 bash[24930]: audit 2023-11-16T02:10:25.662593+0000 mon.smithi118 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.118:0/2397721912' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T02:10:26.319 INFO:teuthology.orchestra.run.smithi118.stderr:mgr is available 2023-11-16T02:10:27.628 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:27.628 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [global] 2023-11-16T02:10:27.628 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: fsid = 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:27.629 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [mgr] 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: [osd] 2023-11-16T02:10:27.630 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T02:10:27.631 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T02:10:28.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:27 smithi118 bash[24930]: cluster 2023-11-16T02:10:26.754882+0000 mon.smithi118 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi118.ueiebd(active, since 3s) 2023-11-16T02:10:28.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:27 smithi118 bash[24930]: audit 2023-11-16T02:10:27.626582+0000 mon.smithi118 (mon.0) 25 : audit [INF] from='client.? 172.21.15.118:0/2780950051' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T02:10:28.309 INFO:teuthology.orchestra.run.smithi118.stderr:Enabling cephadm module... 2023-11-16T02:10:30.812 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:30 smithi118 bash[24930]: audit 2023-11-16T02:10:29.758894+0000 mon.smithi118 (mon.0) 26 : audit [INF] from='client.? 172.21.15.118:0/710423024' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-16T02:10:31.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:31 smithi118 bash[24930]: audit 2023-11-16T02:10:30.562213+0000 mon.smithi118 (mon.0) 27 : audit [INF] from='client.? 172.21.15.118:0/710423024' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-16T02:10:31.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:31 smithi118 bash[24930]: cluster 2023-11-16T02:10:30.562279+0000 mon.smithi118 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi118.ueiebd(active, since 6s) 2023-11-16T02:10:32.821 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:10:32.821 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-16T02:10:32.822 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": true, 2023-11-16T02:10:32.822 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "active_name": "smithi118.ueiebd", 2023-11-16T02:10:32.822 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T02:10:32.822 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:10:33.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:32 smithi118 bash[24930]: audit 2023-11-16T02:10:32.820441+0000 mon.smithi118 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.118:0/1201961708' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T02:10:33.429 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for the mgr to restart... 2023-11-16T02:10:33.430 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr epoch 5... 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: cluster 2023-11-16T02:10:37.084487+0000 mon.smithi118 (mon.0) 30 : cluster [INF] Active manager daemon smithi118.ueiebd restarted 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: cluster 2023-11-16T02:10:37.084881+0000 mon.smithi118 (mon.0) 31 : cluster [INF] Activating manager daemon smithi118.ueiebd 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: cluster 2023-11-16T02:10:37.090861+0000 mon.smithi118 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: cluster 2023-11-16T02:10:37.091093+0000 mon.smithi118 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi118.ueiebd(active, starting, since 0.00636451s) 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: audit 2023-11-16T02:10:37.093419+0000 mon.smithi118 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: audit 2023-11-16T02:10:37.094402+0000 mon.smithi118 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr metadata", "who": "smithi118.ueiebd", "id": "smithi118.ueiebd"}]: dispatch 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: audit 2023-11-16T02:10:37.095248+0000 mon.smithi118 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: audit 2023-11-16T02:10:37.095438+0000 mon.smithi118 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:10:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: audit 2023-11-16T02:10:37.095601+0000 mon.smithi118 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:10:37.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:37 smithi118 bash[24930]: cluster 2023-11-16T02:10:37.118703+0000 mon.smithi118 (mon.0) 39 : cluster [INF] Manager daemon smithi118.ueiebd is now available 2023-11-16T02:10:38.109 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:10:38.110 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-16T02:10:38.110 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T02:10:38.110 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:10:38.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: cephadm 2023-11-16T02:10:37.135599+0000 mgr.smithi118.ueiebd (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.140160+0000 mon.smithi118 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.268090+0000 mon.smithi118 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.270025+0000 mon.smithi118 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.271892+0000 mon.smithi118 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.275275+0000 mon.smithi118 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.303149+0000 mon.smithi118 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: audit 2023-11-16T02:10:37.308947+0000 mon.smithi118 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/trash_purge_schedule"}]: dispatch 2023-11-16T02:10:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:38 smithi118 bash[24930]: cluster 2023-11-16T02:10:38.095625+0000 mon.smithi118 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi118.ueiebd(active, since 1.01088s) 2023-11-16T02:10:38.793 INFO:teuthology.orchestra.run.smithi118.stderr:mgr epoch 5 is available 2023-11-16T02:10:38.794 INFO:teuthology.orchestra.run.smithi118.stderr:Setting orchestrator backend to cephadm... 2023-11-16T02:10:39.490 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:39 smithi118 bash[24930]: audit 2023-11-16T02:10:38.094431+0000 mgr.smithi118.ueiebd (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T02:10:39.490 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:39 smithi118 bash[24930]: audit 2023-11-16T02:10:38.108543+0000 mgr.smithi118.ueiebd (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T02:10:40.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:40 smithi118 bash[24930]: cluster 2023-11-16T02:10:39.147864+0000 mon.smithi118 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi118.ueiebd(active, since 2s) 2023-11-16T02:10:40.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:40 smithi118 bash[24930]: audit 2023-11-16T02:10:40.121871+0000 mon.smithi118 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:41.498 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:41 smithi118 bash[24930]: audit 2023-11-16T02:10:40.113064+0000 mgr.smithi118.ueiebd (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:41.499 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:41 smithi118 bash[24930]: audit 2023-11-16T02:10:40.153380+0000 mon.smithi118 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:42.114 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: value unchanged 2023-11-16T02:10:42.765 INFO:teuthology.orchestra.run.smithi118.stderr:Generating ssh key... 2023-11-16T02:10:43.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:42 smithi118 bash[24930]: audit 2023-11-16T02:10:42.113634+0000 mgr.smithi118.ueiebd (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:45.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:45 smithi118 bash[24930]: audit 2023-11-16T02:10:44.130458+0000 mgr.smithi118.ueiebd (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:45.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:45 smithi118 bash[24930]: cephadm 2023-11-16T02:10:44.130849+0000 mgr.smithi118.ueiebd (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-16T02:10:45.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:45 smithi118 bash[24930]: audit 2023-11-16T02:10:44.946913+0000 mon.smithi118 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:45.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:45 smithi118 bash[24930]: audit 2023-11-16T02:10:44.950888+0000 mon.smithi118 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:46.981 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+4uxO1XY649aazYNJMQdMyQv1TMb5MEh8GtoKhxWQiBlSIdqYuyGc396Uhs4vzWytmPaNWrOazkmsIz2EYR/jO35VRepQHjUN3NJi09DQPNbfIe8eFjmUYTiuhkJAono3/MO1Rgku+b4Pao+QkBHDEDEIPDEjtYr4W060HAJ3QyM2lTiZNR5U5OC2WekyBI/F65/3Sv6K+KrG0/H2PN0SGrzzpg43JEUxeHsbBsXVH7s3lwHYhXgZRFVV8PKqD/gYjd//8rvqb5r63IqkLFFdCpdi7rEN8vdStaLXn8N6+BwjHDgjnhGMRMkztYoR90GZoejhCMRE04vqA9wnXGBLF94dj2+mokycLfgKgBKic31QwPU1Ib2MTaZvszgPuu0Q9oFm2m/qzoEYmhkIwSLrN1/cw9UtaDaIbmhC8gajUjKC0fn4HdKLIqPHu+EJ21vRc6zKPyPm/hU7tqTHOSenoSoaQSu9LDfBW+gcZs9IEZjfa4HXW06IBFfNhMQ7/8U= ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:10:47.627 INFO:teuthology.orchestra.run.smithi118.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-16T02:10:47.627 INFO:teuthology.orchestra.run.smithi118.stderr:Adding key to root@localhost authorized_keys... 2023-11-16T02:10:47.628 INFO:teuthology.orchestra.run.smithi118.stderr:Adding host smithi118... 2023-11-16T02:10:48.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:47 smithi118 bash[24930]: audit 2023-11-16T02:10:46.979914+0000 mgr.smithi118.ueiebd (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:49.830 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Added host 'smithi118' with addr '172.21.15.118' 2023-11-16T02:10:50.756 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying mon service with default placement... 2023-11-16T02:10:50.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:50 smithi118 bash[24930]: audit 2023-11-16T02:10:49.029167+0000 mgr.smithi118.ueiebd (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "addr": "172.21.15.118", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:50.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:50 smithi118 bash[24930]: audit 2023-11-16T02:10:49.828076+0000 mon.smithi118 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:50 smithi118 bash[24930]: audit 2023-11-16T02:10:49.846166+0000 mon.smithi118 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:51.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:51 smithi118 bash[24930]: cephadm 2023-11-16T02:10:49.828753+0000 mgr.smithi118.ueiebd (mgr.14116) 10 : cephadm [INF] Added host smithi118 2023-11-16T02:10:52.823 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-16T02:10:53.556 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying mgr service with default placement... 2023-11-16T02:10:53.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:53 smithi118 bash[24930]: audit 2023-11-16T02:10:52.816693+0000 mgr.smithi118.ueiebd (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:53.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:53 smithi118 bash[24930]: cephadm 2023-11-16T02:10:52.819652+0000 mgr.smithi118.ueiebd (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-16T02:10:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:53 smithi118 bash[24930]: audit 2023-11-16T02:10:52.822030+0000 mon.smithi118 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:53 smithi118 bash[24930]: audit 2023-11-16T02:10:52.967328+0000 mon.smithi118 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:53 smithi118 bash[24930]: audit 2023-11-16T02:10:53.211037+0000 mon.smithi118 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:54.908 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-16T02:10:55.596 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying crash service with default placement... 2023-11-16T02:10:56.336 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:55 smithi118 bash[24930]: audit 2023-11-16T02:10:54.900010+0000 mgr.smithi118.ueiebd (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:56.336 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:55 smithi118 bash[24930]: cephadm 2023-11-16T02:10:54.902151+0000 mgr.smithi118.ueiebd (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-16T02:10:56.336 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:55 smithi118 bash[24930]: audit 2023-11-16T02:10:54.906762+0000 mon.smithi118 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:56.944 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-16T02:10:57.638 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying prometheus service with default placement... 2023-11-16T02:10:58.301 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:57 smithi118 bash[24930]: audit 2023-11-16T02:10:56.937613+0000 mgr.smithi118.ueiebd (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:10:58.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:57 smithi118 bash[24930]: cephadm 2023-11-16T02:10:56.939067+0000 mgr.smithi118.ueiebd (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-16T02:10:58.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:57 smithi118 bash[24930]: audit 2023-11-16T02:10:56.943081+0000 mon.smithi118 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:58.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:57 smithi118 bash[24930]: cluster 2023-11-16T02:10:57.097456+0000 mgr.smithi118.ueiebd (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:10:58.912 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-16T02:10:59.605 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying grafana service with default placement... 2023-11-16T02:10:59.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:59 smithi118 bash[24930]: audit 2023-11-16T02:10:58.423455+0000 mon.smithi118 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:10:59.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:10:59 smithi118 bash[24930]: audit 2023-11-16T02:10:58.911380+0000 mon.smithi118 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:00.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:00 smithi118 bash[24930]: audit 2023-11-16T02:10:58.905693+0000 mgr.smithi118.ueiebd (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:11:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:00 smithi118 bash[24930]: cephadm 2023-11-16T02:10:58.907824+0000 mgr.smithi118.ueiebd (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-16T02:11:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:00 smithi118 bash[24930]: cluster 2023-11-16T02:10:59.097912+0000 mgr.smithi118.ueiebd (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:01.104 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-16T02:11:01.784 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying node-exporter service with default placement... 2023-11-16T02:11:02.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:02 smithi118 bash[24930]: audit 2023-11-16T02:11:01.097598+0000 mgr.smithi118.ueiebd (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:11:02.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:02 smithi118 bash[24930]: cluster 2023-11-16T02:11:01.098208+0000 mgr.smithi118.ueiebd (mgr.14116) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:02.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:02 smithi118 bash[24930]: cephadm 2023-11-16T02:11:01.099782+0000 mgr.smithi118.ueiebd (mgr.14116) 23 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-16T02:11:02.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:02 smithi118 bash[24930]: audit 2023-11-16T02:11:01.102920+0000 mon.smithi118 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:03.076 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-16T02:11:04.384 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:04 smithi118 bash[24930]: audit 2023-11-16T02:11:03.070269+0000 mgr.smithi118.ueiebd (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:11:04.384 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:04 smithi118 bash[24930]: cephadm 2023-11-16T02:11:03.071210+0000 mgr.smithi118.ueiebd (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-16T02:11:04.385 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:04 smithi118 bash[24930]: audit 2023-11-16T02:11:03.075439+0000 mon.smithi118 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:04.385 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:04 smithi118 bash[24930]: cluster 2023-11-16T02:11:03.098591+0000 mgr.smithi118.ueiebd (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:04.429 INFO:teuthology.orchestra.run.smithi118.stderr:Deploying alertmanager service with default placement... 2023-11-16T02:11:06.169 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-16T02:11:06.812 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:06 smithi118 bash[24930]: cluster 2023-11-16T02:11:05.098914+0000 mgr.smithi118.ueiebd (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:06.813 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:06 smithi118 bash[24930]: audit 2023-11-16T02:11:06.168494+0000 mon.smithi118 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.118:0/3382427959' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:07.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:07 smithi118 bash[24930]: audit 2023-11-16T02:11:06.162237+0000 mgr.smithi118.ueiebd (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:11:07.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:07 smithi118 bash[24930]: cephadm 2023-11-16T02:11:06.164257+0000 mgr.smithi118.ueiebd (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-16T02:11:08.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:08 smithi118 bash[24930]: cluster 2023-11-16T02:11:07.099382+0000 mgr.smithi118.ueiebd (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:08 smithi118 bash[24930]: audit 2023-11-16T02:11:08.229229+0000 mon.smithi118 (mon.0) 65 : audit [INF] from='client.? 172.21.15.118:0/2437763084' entity='client.admin' 2023-11-16T02:11:10.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:10 smithi118 bash[24930]: cluster 2023-11-16T02:11:09.099817+0000 mgr.smithi118.ueiebd (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:10.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:10 smithi118 bash[24930]: audit 2023-11-16T02:11:10.180693+0000 mon.smithi118 (mon.0) 66 : audit [INF] from='client.? 172.21.15.118:0/1973921649' entity='client.admin' 2023-11-16T02:11:10.873 INFO:teuthology.orchestra.run.smithi118.stderr:Enabling the dashboard module... 2023-11-16T02:11:12.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:12 smithi118 bash[24930]: cluster 2023-11-16T02:11:11.100339+0000 mgr.smithi118.ueiebd (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:12.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:12 smithi118 bash[24930]: audit 2023-11-16T02:11:12.494251+0000 mon.smithi118 (mon.0) 67 : audit [INF] from='client.? 172.21.15.118:0/2731960900' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-16T02:11:13.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:13 smithi118 bash[24930]: audit 2023-11-16T02:11:12.580810+0000 mon.smithi118 (mon.0) 68 : audit [INF] from='client.? 172.21.15.118:0/2731960900' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-16T02:11:13.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:13 smithi118 bash[24930]: cluster 2023-11-16T02:11:12.580888+0000 mon.smithi118 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi118.ueiebd(active, since 35s) 2023-11-16T02:11:14.773 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:11:14.773 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-16T02:11:14.774 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "available": true, 2023-11-16T02:11:14.774 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "active_name": "smithi118.ueiebd", 2023-11-16T02:11:14.774 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T02:11:14.774 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:11:15.463 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for the mgr to restart... 2023-11-16T02:11:15.463 INFO:teuthology.orchestra.run.smithi118.stderr:Waiting for mgr epoch 9... 2023-11-16T02:11:15.837 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:15 smithi118 bash[24930]: audit 2023-11-16T02:11:14.771994+0000 mon.smithi118 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.118:0/1798507627' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T02:11:19.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: cluster 2023-11-16T02:11:19.245028+0000 mon.smithi118 (mon.0) 71 : cluster [INF] Active manager daemon smithi118.ueiebd restarted 2023-11-16T02:11:19.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: cluster 2023-11-16T02:11:19.245450+0000 mon.smithi118 (mon.0) 72 : cluster [INF] Activating manager daemon smithi118.ueiebd 2023-11-16T02:11:19.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: cluster 2023-11-16T02:11:19.250381+0000 mon.smithi118 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-16T02:11:19.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: cluster 2023-11-16T02:11:19.250613+0000 mon.smithi118 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi118.ueiebd(active, starting, since 0.00532645s) 2023-11-16T02:11:19.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: audit 2023-11-16T02:11:19.252814+0000 mon.smithi118 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2023-11-16T02:11:19.511 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: audit 2023-11-16T02:11:19.253987+0000 mon.smithi118 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr metadata", "who": "smithi118.ueiebd", "id": "smithi118.ueiebd"}]: dispatch 2023-11-16T02:11:19.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: audit 2023-11-16T02:11:19.254956+0000 mon.smithi118 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:11:19.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: audit 2023-11-16T02:11:19.255257+0000 mon.smithi118 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:11:19.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: audit 2023-11-16T02:11:19.255427+0000 mon.smithi118 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:11:19.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:19 smithi118 bash[24930]: cluster 2023-11-16T02:11:19.258536+0000 mon.smithi118 (mon.0) 80 : cluster [INF] Manager daemon smithi118.ueiebd is now available 2023-11-16T02:11:20.269 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: { 2023-11-16T02:11:20.269 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-16T02:11:20.269 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T02:11:20.269 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: } 2023-11-16T02:11:20.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:20 smithi118 bash[24930]: audit 2023-11-16T02:11:19.394916+0000 mon.smithi118 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:11:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:20 smithi118 bash[24930]: audit 2023-11-16T02:11:19.400934+0000 mon.smithi118 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:11:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:20 smithi118 bash[24930]: audit 2023-11-16T02:11:19.443369+0000 mon.smithi118 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:11:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:20 smithi118 bash[24930]: audit 2023-11-16T02:11:19.449582+0000 mon.smithi118 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/trash_purge_schedule"}]: dispatch 2023-11-16T02:11:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:20 smithi118 bash[24930]: cluster 2023-11-16T02:11:20.255207+0000 mon.smithi118 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi118.ueiebd(active, since 1.00991s) 2023-11-16T02:11:20.980 INFO:teuthology.orchestra.run.smithi118.stderr:mgr epoch 9 is available 2023-11-16T02:11:20.980 INFO:teuthology.orchestra.run.smithi118.stderr:Generating a dashboard self-signed certificate... 2023-11-16T02:11:21.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:21 smithi118 bash[24930]: audit 2023-11-16T02:11:20.254806+0000 mgr.smithi118.ueiebd (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T02:11:21.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:21 smithi118 bash[24930]: audit 2023-11-16T02:11:20.267746+0000 mgr.smithi118.ueiebd (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T02:11:22.430 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-16T02:11:22.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:22 smithi118 bash[24930]: cluster 2023-11-16T02:11:21.304702+0000 mon.smithi118 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi118.ueiebd(active, since 2s) 2023-11-16T02:11:23.232 INFO:teuthology.orchestra.run.smithi118.stderr:Creating initial admin user... 2023-11-16T02:11:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:23 smithi118 bash[24930]: audit 2023-11-16T02:11:22.322757+0000 mgr.smithi118.ueiebd (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:11:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:23 smithi118 bash[24930]: audit 2023-11-16T02:11:22.424158+0000 mon.smithi118 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:23 smithi118 bash[24930]: audit 2023-11-16T02:11:22.428557+0000 mon.smithi118 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:24.908 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$N6U0FHPvqdCdPYbbTBVaaOhedO3S95Bar0Z82h7Vcp5y5OcdOW71q", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700100684, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-16T02:11:25.565 INFO:teuthology.orchestra.run.smithi118.stderr:Fetching dashboard port number... 2023-11-16T02:11:26.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:25 smithi118 bash[24930]: audit 2023-11-16T02:11:24.664907+0000 mgr.smithi118.ueiebd (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-11-16T02:11:26.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:25 smithi118 bash[24930]: audit 2023-11-16T02:11:24.907023+0000 mon.smithi118 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:26.920 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: 8443 2023-11-16T02:11:27.163 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:26 smithi118 bash[24930]: cluster 2023-11-16T02:11:25.910120+0000 mon.smithi118 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi118.ueiebd(active, since 6s) 2023-11-16T02:11:27.163 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:26 smithi118 bash[24930]: audit 2023-11-16T02:11:26.405192+0000 mon.smithi118 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:27.664 INFO:teuthology.orchestra.run.smithi118.stderr:firewalld does not appear to be present 2023-11-16T02:11:27.664 INFO:teuthology.orchestra.run.smithi118.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-16T02:11:27.667 INFO:teuthology.orchestra.run.smithi118.stderr:Ceph Dashboard is now available at: 2023-11-16T02:11:27.667 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:27.667 INFO:teuthology.orchestra.run.smithi118.stderr: URL: https://smithi118.front.sepia.ceph.com:8443/ 2023-11-16T02:11:27.667 INFO:teuthology.orchestra.run.smithi118.stderr: User: admin 2023-11-16T02:11:27.667 INFO:teuthology.orchestra.run.smithi118.stderr: Password: xsirbni7iv 2023-11-16T02:11:27.667 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:27.668 INFO:teuthology.orchestra.run.smithi118.stderr:Enabling autotune for osd_memory_target 2023-11-16T02:11:28.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:27 smithi118 bash[24930]: audit 2023-11-16T02:11:26.919211+0000 mon.smithi118 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.118:0/1433600697' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-16T02:11:31.223 INFO:teuthology.orchestra.run.smithi118.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr:Or, if you are only running a single cluster on this host: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.893 INFO:teuthology.orchestra.run.smithi118.stderr: ceph telemetry on 2023-11-16T02:11:31.894 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.894 INFO:teuthology.orchestra.run.smithi118.stderr:For more information see: 2023-11-16T02:11:31.894 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.894 INFO:teuthology.orchestra.run.smithi118.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-16T02:11:31.894 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:11:31.894 INFO:teuthology.orchestra.run.smithi118.stderr:Bootstrap complete. 2023-11-16T02:11:31.928 INFO:tasks.cephadm:Fetching config... 2023-11-16T02:11:31.928 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:11:31.928 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-16T02:11:31.935 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-16T02:11:31.936 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:11:31.936 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-16T02:11:31.985 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-16T02:11:31.986 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:11:31.986 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/keyring of=/dev/stdout 2023-11-16T02:11:32.046 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-16T02:11:32.046 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:11:32.046 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-16T02:11:32.096 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-16T02:11:32.096 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+4uxO1XY649aazYNJMQdMyQv1TMb5MEh8GtoKhxWQiBlSIdqYuyGc396Uhs4vzWytmPaNWrOazkmsIz2EYR/jO35VRepQHjUN3NJi09DQPNbfIe8eFjmUYTiuhkJAono3/MO1Rgku+b4Pao+QkBHDEDEIPDEjtYr4W060HAJ3QyM2lTiZNR5U5OC2WekyBI/F65/3Sv6K+KrG0/H2PN0SGrzzpg43JEUxeHsbBsXVH7s3lwHYhXgZRFVV8PKqD/gYjd//8rvqb5r63IqkLFFdCpdi7rEN8vdStaLXn8N6+BwjHDgjnhGMRMkztYoR90GZoejhCMRE04vqA9wnXGBLF94dj2+mokycLfgKgBKic31QwPU1Ib2MTaZvszgPuu0Q9oFm2m/qzoEYmhkIwSLrN1/cw9UtaDaIbmhC8gajUjKC0fn4HdKLIqPHu+EJ21vRc6zKPyPm/hU7tqTHOSenoSoaQSu9LDfBW+gcZs9IEZjfa4HXW06IBFfNhMQ7/8U= ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T02:11:32.157 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+4uxO1XY649aazYNJMQdMyQv1TMb5MEh8GtoKhxWQiBlSIdqYuyGc396Uhs4vzWytmPaNWrOazkmsIz2EYR/jO35VRepQHjUN3NJi09DQPNbfIe8eFjmUYTiuhkJAono3/MO1Rgku+b4Pao+QkBHDEDEIPDEjtYr4W060HAJ3QyM2lTiZNR5U5OC2WekyBI/F65/3Sv6K+KrG0/H2PN0SGrzzpg43JEUxeHsbBsXVH7s3lwHYhXgZRFVV8PKqD/gYjd//8rvqb5r63IqkLFFdCpdi7rEN8vdStaLXn8N6+BwjHDgjnhGMRMkztYoR90GZoejhCMRE04vqA9wnXGBLF94dj2+mokycLfgKgBKic31QwPU1Ib2MTaZvszgPuu0Q9oFm2m/qzoEYmhkIwSLrN1/cw9UtaDaIbmhC8gajUjKC0fn4HdKLIqPHu+EJ21vRc6zKPyPm/hU7tqTHOSenoSoaQSu9LDfBW+gcZs9IEZjfa4HXW06IBFfNhMQ7/8U= ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:11:32.164 DEBUG:teuthology.orchestra.run.smithi186:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+4uxO1XY649aazYNJMQdMyQv1TMb5MEh8GtoKhxWQiBlSIdqYuyGc396Uhs4vzWytmPaNWrOazkmsIz2EYR/jO35VRepQHjUN3NJi09DQPNbfIe8eFjmUYTiuhkJAono3/MO1Rgku+b4Pao+QkBHDEDEIPDEjtYr4W060HAJ3QyM2lTiZNR5U5OC2WekyBI/F65/3Sv6K+KrG0/H2PN0SGrzzpg43JEUxeHsbBsXVH7s3lwHYhXgZRFVV8PKqD/gYjd//8rvqb5r63IqkLFFdCpdi7rEN8vdStaLXn8N6+BwjHDgjnhGMRMkztYoR90GZoejhCMRE04vqA9wnXGBLF94dj2+mokycLfgKgBKic31QwPU1Ib2MTaZvszgPuu0Q9oFm2m/qzoEYmhkIwSLrN1/cw9UtaDaIbmhC8gajUjKC0fn4HdKLIqPHu+EJ21vRc6zKPyPm/hU7tqTHOSenoSoaQSu9LDfBW+gcZs9IEZjfa4HXW06IBFfNhMQ7/8U= ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T02:11:32.189 INFO:teuthology.orchestra.run.smithi186.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC+4uxO1XY649aazYNJMQdMyQv1TMb5MEh8GtoKhxWQiBlSIdqYuyGc396Uhs4vzWytmPaNWrOazkmsIz2EYR/jO35VRepQHjUN3NJi09DQPNbfIe8eFjmUYTiuhkJAono3/MO1Rgku+b4Pao+QkBHDEDEIPDEjtYr4W060HAJ3QyM2lTiZNR5U5OC2WekyBI/F65/3Sv6K+KrG0/H2PN0SGrzzpg43JEUxeHsbBsXVH7s3lwHYhXgZRFVV8PKqD/gYjd//8rvqb5r63IqkLFFdCpdi7rEN8vdStaLXn8N6+BwjHDgjnhGMRMkztYoR90GZoejhCMRE04vqA9wnXGBLF94dj2+mokycLfgKgBKic31QwPU1Ib2MTaZvszgPuu0Q9oFm2m/qzoEYmhkIwSLrN1/cw9UtaDaIbmhC8gajUjKC0fn4HdKLIqPHu+EJ21vRc6zKPyPm/hU7tqTHOSenoSoaQSu9LDfBW+gcZs9IEZjfa4HXW06IBFfNhMQ7/8U= ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:11:32.199 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-16T02:11:32.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:32 smithi118 bash[24930]: audit 2023-11-16T02:11:31.218864+0000 mon.smithi118 (mon.0) 93 : audit [INF] from='client.? 172.21.15.118:0/2364454105' entity='client.admin' 2023-11-16T02:11:38.618 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-16T02:11:38.618 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-16T02:11:39.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:38 smithi118 bash[24930]: audit 2023-11-16T02:11:37.886457+0000 mon.smithi118 (mon.0) 94 : audit [INF] from='client.? 172.21.15.118:0/339632259' entity='client.admin' 2023-11-16T02:11:40.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:40 smithi118 bash[24930]: cluster 2023-11-16T02:11:39.256883+0000 mgr.smithi118.ueiebd (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:40.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:40 smithi118 bash[24930]: audit 2023-11-16T02:11:40.218164+0000 mon.smithi118 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:40 smithi118 bash[24930]: audit 2023-11-16T02:11:40.552216+0000 mon.smithi118 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:11:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:40 smithi118 bash[24930]: audit 2023-11-16T02:11:40.556820+0000 mon.smithi118 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:41.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:41 smithi118 bash[24930]: cephadm 2023-11-16T02:11:40.572327+0000 mgr.smithi118.ueiebd (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi118 on smithi118 2023-11-16T02:11:42.829 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:42 smithi118 bash[24930]: cluster 2023-11-16T02:11:41.257355+0000 mgr.smithi118.ueiebd (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:44.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:43 smithi118 bash[24930]: audit 2023-11-16T02:11:42.748028+0000 mgr.smithi118.ueiebd (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-11-16T02:11:44.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:43 smithi118 bash[24930]: audit 2023-11-16T02:11:42.751734+0000 mon.smithi118 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:44.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:43 smithi118 bash[24930]: cluster 2023-11-16T02:11:43.257892+0000 mgr.smithi118.ueiebd (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:44.358 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi186 2023-11-16T02:11:44.358 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:11:44.358 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.conf 2023-11-16T02:11:44.365 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:11:44.366 DEBUG:teuthology.orchestra.run.smithi186:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:11:44.413 INFO:tasks.cephadm:Adding host smithi186 to orchestrator... 2023-11-16T02:11:44.413 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi186 2023-11-16T02:11:46.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:46 smithi118 bash[24930]: cluster 2023-11-16T02:11:45.258351+0000 mgr.smithi118.ueiebd (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:48.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:48 smithi118 bash[24930]: cluster 2023-11-16T02:11:47.258831+0000 mgr.smithi118.ueiebd (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:50.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:50 smithi118 bash[24930]: cluster 2023-11-16T02:11:49.259278+0000 mgr.smithi118.ueiebd (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:50 smithi118 bash[24930]: audit 2023-11-16T02:11:49.493819+0000 mon.smithi118 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:50 smithi118 bash[24930]: audit 2023-11-16T02:11:49.496268+0000 mon.smithi118 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:11:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:50 smithi118 bash[24930]: audit 2023-11-16T02:11:49.498695+0000 mon.smithi118 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T02:11:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:50 smithi118 bash[24930]: audit 2023-11-16T02:11:49.499768+0000 mon.smithi118 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:11:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:50 smithi118 bash[24930]: cephadm 2023-11-16T02:11:49.500759+0000 mgr.smithi118.ueiebd (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi118 on smithi118 2023-11-16T02:11:52.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:52 smithi118 bash[24930]: cluster 2023-11-16T02:11:51.259724+0000 mgr.smithi118.ueiebd (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:52.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:52 smithi118 bash[24930]: audit 2023-11-16T02:11:52.394374+0000 mon.smithi118 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:53.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:53 smithi118 bash[24930]: audit 2023-11-16T02:11:52.523528+0000 mon.smithi118 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:53 smithi118 bash[24930]: audit 2023-11-16T02:11:52.526090+0000 mon.smithi118 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:53 smithi118 bash[24930]: audit 2023-11-16T02:11:52.528962+0000 mon.smithi118 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T02:11:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:53 smithi118 bash[24930]: audit 2023-11-16T02:11:52.529465+0000 mgr.smithi118.ueiebd (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T02:11:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:53 smithi118 bash[24930]: audit 2023-11-16T02:11:52.532582+0000 mon.smithi118 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:53 smithi118 bash[24930]: cephadm 2023-11-16T02:11:52.542110+0000 mgr.smithi118.ueiebd (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi118 on smithi118 2023-11-16T02:11:54.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:54 smithi118 bash[24930]: cluster 2023-11-16T02:11:53.260261+0000 mgr.smithi118.ueiebd (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:11:54.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:54 smithi118 bash[24930]: audit 2023-11-16T02:11:54.434997+0000 mon.smithi118 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:11:56.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:56 smithi118 bash[24930]: cluster 2023-11-16T02:11:55.260670+0000 mgr.smithi118.ueiebd (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:02.159 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:11:58 smithi118 bash[24930]: cluster 2023-11-16T02:11:57.261001+0000 mgr.smithi118.ueiebd (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:02.159 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:00 smithi118 bash[24930]: cluster 2023-11-16T02:11:59.261325+0000 mgr.smithi118.ueiebd (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:02.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:02 smithi118 bash[24930]: cluster 2023-11-16T02:12:01.261664+0000 mgr.smithi118.ueiebd (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:04.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:04 smithi118 bash[24930]: cluster 2023-11-16T02:12:03.262032+0000 mgr.smithi118.ueiebd (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:06.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:06 smithi118 bash[24930]: cluster 2023-11-16T02:12:05.262370+0000 mgr.smithi118.ueiebd (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:08.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:08 smithi118 bash[24930]: cluster 2023-11-16T02:12:07.262834+0000 mgr.smithi118.ueiebd (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:10.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:10 smithi118 bash[24930]: cluster 2023-11-16T02:12:09.263250+0000 mgr.smithi118.ueiebd (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:12.830 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:12 smithi118 bash[24930]: cluster 2023-11-16T02:12:11.263703+0000 mgr.smithi118.ueiebd (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:14.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:13 smithi118 bash[24930]: audit 2023-11-16T02:12:12.858610+0000 mon.smithi118 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:14.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:13 smithi118 bash[24930]: cephadm 2023-11-16T02:12:12.862734+0000 mgr.smithi118.ueiebd (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi118 on smithi118 2023-11-16T02:12:14.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:13 smithi118 bash[24930]: cluster 2023-11-16T02:12:13.264166+0000 mgr.smithi118.ueiebd (mgr.14156) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:14.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:13 smithi118 bash[24930]: audit 2023-11-16T02:12:13.577858+0000 mon.smithi118 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:14.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:13 smithi118 bash[24930]: audit 2023-11-16T02:12:13.580945+0000 mon.smithi118 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T02:12:15.516 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:15 smithi118 bash[24930]: audit 2023-11-16T02:12:14.443348+0000 mon.smithi118 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:15.517 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:15 smithi118 bash[24930]: audit 2023-11-16T02:12:14.582053+0000 mon.smithi118 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.118:0/3876813349' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T02:12:15.517 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:15 smithi118 bash[24930]: cluster 2023-11-16T02:12:14.582157+0000 mon.smithi118 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi118.ueiebd(active, since 55s) 2023-11-16T02:12:21.532 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: cluster 2023-11-16T02:12:21.231997+0000 mon.smithi118 (mon.0) 115 : cluster [INF] Active manager daemon smithi118.ueiebd restarted 2023-11-16T02:12:21.532 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: cluster 2023-11-16T02:12:21.232495+0000 mon.smithi118 (mon.0) 116 : cluster [INF] Activating manager daemon smithi118.ueiebd 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: cluster 2023-11-16T02:12:21.239345+0000 mon.smithi118 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: cluster 2023-11-16T02:12:21.239673+0000 mon.smithi118 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi118.ueiebd(active, starting, since 0.00735044s) 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: audit 2023-11-16T02:12:21.240676+0000 mon.smithi118 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: audit 2023-11-16T02:12:21.241461+0000 mon.smithi118 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr metadata", "who": "smithi118.ueiebd", "id": "smithi118.ueiebd"}]: dispatch 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: audit 2023-11-16T02:12:21.242362+0000 mon.smithi118 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: audit 2023-11-16T02:12:21.242524+0000 mon.smithi118 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: audit 2023-11-16T02:12:21.242676+0000 mon.smithi118 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:12:21.533 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:21 smithi118 bash[24930]: cluster 2023-11-16T02:12:21.270799+0000 mon.smithi118 (mon.0) 124 : cluster [INF] Manager daemon smithi118.ueiebd is now available 2023-11-16T02:12:22.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:22 smithi118 bash[24930]: audit 2023-11-16T02:12:21.415639+0000 mon.smithi118 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:22 smithi118 bash[24930]: audit 2023-11-16T02:12:21.418015+0000 mon.smithi118 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:22 smithi118 bash[24930]: audit 2023-11-16T02:12:21.456023+0000 mon.smithi118 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:22 smithi118 bash[24930]: audit 2023-11-16T02:12:21.468106+0000 mon.smithi118 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:12:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:22 smithi118 bash[24930]: audit 2023-11-16T02:12:21.472241+0000 mon.smithi118 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi118.ueiebd/trash_purge_schedule"}]: dispatch 2023-11-16T02:12:22.325 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:22 smithi118 bash[24930]: cluster 2023-11-16T02:12:22.238961+0000 mon.smithi118 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi118.ueiebd(active, since 1.00663s) 2023-11-16T02:12:24.419 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:24 smithi118 bash[24930]: cluster 2023-11-16T02:12:23.292408+0000 mon.smithi118 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi118.ueiebd(active, since 2s) 2023-11-16T02:12:28.616 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:28 smithi118 bash[24930]: audit 2023-11-16T02:12:27.365291+0000 mon.smithi118 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:28.617 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:28 smithi118 bash[24930]: audit 2023-11-16T02:12:27.629593+0000 mon.smithi118 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi118", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:12:28.617 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:28 smithi118 bash[24930]: audit 2023-11-16T02:12:27.630904+0000 mon.smithi118 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:28.617 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:28 smithi118 bash[24930]: audit 2023-11-16T02:12:27.632144+0000 mon.smithi118 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:12:28.617 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:28 smithi118 bash[24930]: audit 2023-11-16T02:12:27.708822+0000 mon.smithi118 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:28.617 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:28 smithi118 bash[24930]: audit 2023-11-16T02:12:27.714099+0000 mon.smithi118 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:29.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:29 smithi118 bash[24930]: cephadm 2023-11-16T02:12:27.634086+0000 mgr.smithi118.ueiebd (mgr.14180) 1 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2023-11-16T02:12:29.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:29 smithi118 bash[24930]: cephadm 2023-11-16T02:12:27.659620+0000 mgr.smithi118.ueiebd (mgr.14180) 2 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:12:29.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:29 smithi118 bash[24930]: cephadm 2023-11-16T02:12:27.734310+0000 mgr.smithi118.ueiebd (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi118 on smithi118 2023-11-16T02:12:31.850 INFO:teuthology.orchestra.run.smithi186.stdout:Added host 'smithi186' with addr '172.21.15.186' 2023-11-16T02:12:32.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:31 smithi118 bash[24930]: audit 2023-11-16T02:12:30.999911+0000 mgr.smithi118.ueiebd (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi186", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:32.592 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-16T02:12:33.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:32 smithi118 bash[24930]: audit 2023-11-16T02:12:31.848532+0000 mon.smithi118 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:33.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:32 smithi118 bash[24930]: cephadm 2023-11-16T02:12:31.849107+0000 mgr.smithi118.ueiebd (mgr.14180) 5 : cephadm [INF] Added host smithi186 2023-11-16T02:12:35.243 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-16T02:12:35.243 INFO:teuthology.orchestra.run.smithi186.stdout:[{"addr": "172.21.15.118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "172.21.15.186", "hostname": "smithi186", "labels": [], "status": ""}] 2023-11-16T02:12:35.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:35 smithi118 bash[24930]: audit 2023-11-16T02:12:35.241804+0000 mgr.smithi118.ueiebd (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:12:35.873 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-16T02:12:35.874 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-16T02:12:41.304 INFO:teuthology.orchestra.run.smithi118.stderr:adjusted tunables profile to default 2023-11-16T02:12:41.365 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:41 smithi118 bash[24930]: audit 2023-11-16T02:12:41.243774+0000 mon.smithi118 (mon.0) 139 : audit [INF] from='client.? 172.21.15.118:0/315860556' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-16T02:12:42.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: cluster 2023-11-16T02:12:41.243751+0000 mgr.smithi118.ueiebd (mgr.14180) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:42.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: audit 2023-11-16T02:12:41.298413+0000 mon.smithi118 (mon.0) 140 : audit [INF] from='client.? 172.21.15.118:0/315860556' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-16T02:12:42.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: cluster 2023-11-16T02:12:41.298512+0000 mon.smithi118 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T02:12:42.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: audit 2023-11-16T02:12:41.343297+0000 mon.smithi118 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:42.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: audit 2023-11-16T02:12:41.345444+0000 mon.smithi118 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:42.595 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: audit 2023-11-16T02:12:41.460162+0000 mon.smithi118 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:42.596 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:42 smithi118 bash[24930]: audit 2023-11-16T02:12:41.895587+0000 mon.smithi118 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:42.596 INFO:tasks.cephadm:Adding mon.smithi118 on smithi118 2023-11-16T02:12:42.596 INFO:tasks.cephadm:Adding mon.smithi186 on smithi186 2023-11-16T02:12:42.597 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi118:172.21.15.118=smithi118;smithi186:172.21.15.186=smithi186' 2023-11-16T02:12:44.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:44 smithi118 bash[24930]: audit 2023-11-16T02:12:43.156901+0000 mon.smithi118 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:44.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:44 smithi118 bash[24930]: cluster 2023-11-16T02:12:43.244196+0000 mgr.smithi118.ueiebd (mgr.14180) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:45.859 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled mon update... 2023-11-16T02:12:46.757 DEBUG:teuthology.orchestra.run.smithi186:mon.smithi186> sudo journalctl -f -n 0 -u ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi186.service 2023-11-16T02:12:46.760 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T02:12:46.760 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T02:12:46.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:46 smithi118 bash[24930]: cluster 2023-11-16T02:12:45.244638+0000 mgr.smithi118.ueiebd (mgr.14180) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:46.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:46 smithi118 bash[24930]: audit 2023-11-16T02:12:45.857905+0000 mon.smithi118 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:47.527 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-16T02:12:47.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:47 smithi118 bash[24930]: audit 2023-11-16T02:12:45.846958+0000 mgr.smithi118.ueiebd (mgr.14180) 10 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi118:172.21.15.118=smithi118;smithi186:172.21.15.186=smithi186", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:47.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:47 smithi118 bash[24930]: cephadm 2023-11-16T02:12:45.853128+0000 mgr.smithi118.ueiebd (mgr.14180) 11 : cephadm [INF] Saving service mon spec with placement smithi118:172.21.15.118=smithi118;smithi186:172.21.15.186=smithi186;count:2 2023-11-16T02:12:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:48 smithi118 bash[24930]: cluster 2023-11-16T02:12:47.245010+0000 mgr.smithi118.ueiebd (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:48 smithi118 bash[24930]: audit 2023-11-16T02:12:48.239038+0000 mon.smithi118 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:50.167 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-16T02:12:50.167 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T02:10:03.796947Z","created":"2023-11-16T02:10:03.796947Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T02:12:50.170 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2023-11-16T02:12:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:50 smithi118 bash[24930]: cluster 2023-11-16T02:12:49.245393+0000 mgr.smithi118.ueiebd (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:50 smithi118 bash[24930]: audit 2023-11-16T02:12:50.166063+0000 mon.smithi118 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.186:0/4171387609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:12:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:50 smithi118 bash[24930]: audit 2023-11-16T02:12:50.426328+0000 mon.smithi118 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:51.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T02:12:51.839 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T02:12:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.822070+0000 mon.smithi118 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.823773+0000 mon.smithi118 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi186", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:12:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.825767+0000 mon.smithi118 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.827180+0000 mon.smithi118 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: cephadm 2023-11-16T02:12:50.828990+0000 mgr.smithi118.ueiebd (mgr.14180) 14 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: cephadm 2023-11-16T02:12:50.851351+0000 mgr.smithi118.ueiebd (mgr.14180) 15 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.882895+0000 mon.smithi118 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.887628+0000 mon.smithi118 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.890117+0000 mon.smithi118 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.892699+0000 mon.smithi118 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: audit 2023-11-16T02:12:50.893991+0000 mon.smithi118 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: cephadm 2023-11-16T02:12:50.895104+0000 mgr.smithi118.ueiebd (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi186 on smithi186 2023-11-16T02:12:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:51 smithi118 bash[24930]: cluster 2023-11-16T02:12:51.245824+0000 mgr.smithi118.ueiebd (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:54 smithi118 bash[24930]: cluster 2023-11-16T02:12:53.246247+0000 mgr.smithi118.ueiebd (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:54 smithi118 bash[24930]: audit 2023-11-16T02:12:54.218993+0000 mon.smithi118 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:54 smithi118 bash[24930]: audit 2023-11-16T02:12:54.223579+0000 mon.smithi118 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.qmfpex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:12:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:54 smithi118 bash[24930]: audit 2023-11-16T02:12:54.226100+0000 mon.smithi118 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.qmfpex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T02:12:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:54 smithi118 bash[24930]: audit 2023-11-16T02:12:54.227387+0000 mon.smithi118 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:12:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:54 smithi118 bash[24930]: audit 2023-11-16T02:12:54.228807+0000 mon.smithi118 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:55.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:55 smithi118 bash[24930]: cephadm 2023-11-16T02:12:54.229912+0000 mgr.smithi118.ueiebd (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi186.qmfpex on smithi186 2023-11-16T02:12:55.944 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-16T02:12:55.945 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T02:10:03.796947Z","created":"2023-11-16T02:10:03.796947Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T02:12:55.948 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2023-11-16T02:12:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:56 smithi118 bash[24930]: cluster 2023-11-16T02:12:55.246692+0000 mgr.smithi118.ueiebd (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:56 smithi118 bash[24930]: audit 2023-11-16T02:12:55.943557+0000 mon.smithi118 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.186:0/49017502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:12:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:56 smithi118 bash[24930]: audit 2023-11-16T02:12:56.468379+0000 mon.smithi118 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:58.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T02:12:58.001 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T02:12:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:58 smithi118 bash[24930]: cluster 2023-11-16T02:12:57.247111+0000 mgr.smithi118.ueiebd (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:12:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:58 smithi118 bash[24930]: audit 2023-11-16T02:12:57.535865+0000 mon.smithi118 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:12:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:58 smithi118 bash[24930]: audit 2023-11-16T02:12:57.539868+0000 mon.smithi118 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:12:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:58 smithi118 bash[24930]: audit 2023-11-16T02:12:57.541327+0000 mon.smithi118 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:12:58 smithi118 bash[24930]: cephadm 2023-11-16T02:12:57.542587+0000 mgr.smithi118.ueiebd (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi186 on smithi186 2023-11-16T02:13:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:00 smithi118 bash[24930]: cluster 2023-11-16T02:12:59.247615+0000 mgr.smithi118.ueiebd (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:02.423 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-16T02:13:02.424 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":1,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T02:10:03.796947Z","created":"2023-11-16T02:10:03.796947Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T02:13:02.427 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 1 2023-11-16T02:13:02.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:02 smithi118 bash[24930]: cluster 2023-11-16T02:13:01.248135+0000 mgr.smithi118.ueiebd (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:02.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:02 smithi118 bash[24930]: audit 2023-11-16T02:13:01.474646+0000 mon.smithi118 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:02.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:02 smithi118 bash[24930]: audit 2023-11-16T02:13:02.422475+0000 mon.smithi118 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.186:0/1421172439' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:13:04.454 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T02:13:04.454 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T02:13:04.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:04 smithi186 bash[28774]: debug 2023-11-16T02:13:04.607+0000 7fac4e228700 1 mon.smithi186@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-16T02:13:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:04 smithi118 bash[24930]: cluster 2023-11-16T02:13:03.248747+0000 mgr.smithi118.ueiebd (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:04 smithi118 bash[24930]: audit 2023-11-16T02:13:03.505108+0000 mon.smithi118 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:04 smithi118 bash[24930]: cephadm 2023-11-16T02:13:03.509511+0000 mgr.smithi118.ueiebd (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi186 on smithi186 2023-11-16T02:13:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:04 smithi118 bash[24930]: audit 2023-11-16T02:13:04.166484+0000 mon.smithi118 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:04 smithi118 bash[24930]: audit 2023-11-16T02:13:04.169066+0000 mon.smithi118 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:04.618534+0000 mon.smithi118 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:04.622380+0000 mon.smithi118 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:04.622628+0000 mon.smithi118 (mon.0) 177 : cluster [INF] mon.smithi118 calling monitor election 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:04.643543+0000 mon.smithi118 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:05.249228+0000 mgr.smithi118.ueiebd (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:05.618458+0000 mon.smithi118 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:06.350423+0000 mon.smithi118 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.qmfpex/crt"}]: dispatch 2023-11-16T02:13:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:06.618855+0000 mon.smithi118 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:06.620274+0000 mon.smithi186 (mon.1) 1 : cluster [INF] mon.smithi186 calling monitor election 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:07.249626+0000 mgr.smithi118.ueiebd (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:07.618636+0000 mon.smithi118 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:08.618966+0000 mon.smithi118 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.250186+0000 mgr.smithi118.ueiebd (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:09.618985+0000 mon.smithi118 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.668132+0000 mon.smithi118 (mon.0) 185 : cluster [INF] mon.smithi118 is new leader, mons smithi118,smithi186 in quorum (ranks 0,1) 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.673563+0000 mon.smithi118 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.691198+0000 mon.smithi118 (mon.0) 187 : cluster [DBG] fsmap 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.691288+0000 mon.smithi118 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.691702+0000 mon.smithi118 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi118.ueiebd(active, since 48s) 2023-11-16T02:13:10.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.693401+0000 mon.smithi118 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi186.qmfpex started 2023-11-16T02:13:10.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:09.696430+0000 mon.smithi118 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T02:13:10.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.699516+0000 mon.smithi118 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-11-16T02:13:10.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:09.700024+0000 mon.smithi118 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.qmfpex/key"}]: dispatch 2023-11-16T02:13:10.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:09.700686+0000 mon.smithi118 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T02:13:10.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:09 smithi186 bash[28774]: audit 2023-11-16T02:13:09.702759+0000 mon.smithi118 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:10.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:04.618534+0000 mon.smithi118 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:04.622380+0000 mon.smithi118 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi118"}]: dispatch 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:04.622628+0000 mon.smithi118 (mon.0) 177 : cluster [INF] mon.smithi118 calling monitor election 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:04.643543+0000 mon.smithi118 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:05.249228+0000 mgr.smithi118.ueiebd (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:05.618458+0000 mon.smithi118 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:06.350423+0000 mon.smithi118 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.qmfpex/crt"}]: dispatch 2023-11-16T02:13:10.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:06.618855+0000 mon.smithi118 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:06.620274+0000 mon.smithi186 (mon.1) 1 : cluster [INF] mon.smithi186 calling monitor election 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:07.249626+0000 mgr.smithi118.ueiebd (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:07.618636+0000 mon.smithi118 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:08.618966+0000 mon.smithi118 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.250186+0000 mgr.smithi118.ueiebd (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:09.618985+0000 mon.smithi118 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.668132+0000 mon.smithi118 (mon.0) 185 : cluster [INF] mon.smithi118 is new leader, mons smithi118,smithi186 in quorum (ranks 0,1) 2023-11-16T02:13:10.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.673563+0000 mon.smithi118 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi118=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],smithi186=[v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0]} removed_ranks: {} 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.691198+0000 mon.smithi118 (mon.0) 187 : cluster [DBG] fsmap 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.691288+0000 mon.smithi118 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.691702+0000 mon.smithi118 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi118.ueiebd(active, since 48s) 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.693401+0000 mon.smithi118 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi186.qmfpex started 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:09.696430+0000 mon.smithi118 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.699516+0000 mon.smithi118 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-11-16T02:13:10.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:09.700024+0000 mon.smithi118 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi186.qmfpex/key"}]: dispatch 2023-11-16T02:13:10.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:09.700686+0000 mon.smithi118 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.186:0/3010068171' entity='mgr.smithi186.qmfpex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T02:13:10.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:09 smithi118 bash[24930]: audit 2023-11-16T02:13:09.702759+0000 mon.smithi118 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:10.576 INFO:teuthology.orchestra.run.smithi186.stdout: 2023-11-16T02:13:10.576 INFO:teuthology.orchestra.run.smithi186.stdout:{"epoch":2,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T02:13:04.617956Z","created":"2023-11-16T02:10:03.796947Z","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":"smithi118","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3300","nonce":0},{"type":"v1","addr":"172.21.15.118:6789","nonce":0}]},"addr":"172.21.15.118:6789/0","public_addr":"172.21.15.118:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi186","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:3300","nonce":0},{"type":"v1","addr":"172.21.15.186:6789","nonce":0}]},"addr":"172.21.15.186:6789/0","public_addr":"172.21.15.186:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-16T02:13:10.579 INFO:teuthology.orchestra.run.smithi186.stderr:dumped monmap epoch 2 2023-11-16T02:13:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:10 smithi186 bash[28774]: cluster 2023-11-16T02:13:09.758911+0000 mon.smithi118 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi118.ueiebd(active, since 48s), standbys: smithi186.qmfpex 2023-11-16T02:13:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:10 smithi186 bash[28774]: audit 2023-11-16T02:13:09.759104+0000 mon.smithi118 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr metadata", "who": "smithi186.qmfpex", "id": "smithi186.qmfpex"}]: dispatch 2023-11-16T02:13:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:10 smithi186 bash[28774]: audit 2023-11-16T02:13:10.575102+0000 mon.smithi118 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.186:0/1468823128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:13:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:10 smithi186 bash[28774]: audit 2023-11-16T02:13:10.619255+0000 mon.smithi118 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:10 smithi118 bash[24930]: cluster 2023-11-16T02:13:09.758911+0000 mon.smithi118 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi118.ueiebd(active, since 48s), standbys: smithi186.qmfpex 2023-11-16T02:13:11.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:10 smithi118 bash[24930]: audit 2023-11-16T02:13:09.759104+0000 mon.smithi118 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr metadata", "who": "smithi186.qmfpex", "id": "smithi186.qmfpex"}]: dispatch 2023-11-16T02:13:11.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:10 smithi118 bash[24930]: audit 2023-11-16T02:13:10.575102+0000 mon.smithi118 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.186:0/1468823128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:13:11.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:10 smithi118 bash[24930]: audit 2023-11-16T02:13:10.619255+0000 mon.smithi118 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mon metadata", "id": "smithi186"}]: dispatch 2023-11-16T02:13:11.257 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-16T02:13:11.257 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-16T02:13:12.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:11 smithi186 bash[28774]: cluster 2023-11-16T02:13:11.250637+0000 mgr.smithi118.ueiebd (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:12.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:11 smithi118 bash[24930]: cluster 2023-11-16T02:13:11.250637+0000 mgr.smithi118.ueiebd (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.318797+0000 mon.smithi118 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.320060+0000 mon.smithi118 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.321469+0000 mon.smithi118 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: cephadm 2023-11-16T02:13:12.323006+0000 mgr.smithi118.ueiebd (mgr.14180) 31 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: cephadm 2023-11-16T02:13:12.323377+0000 mgr.smithi118.ueiebd (mgr.14180) 32 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.356378+0000 mon.smithi118 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.368301+0000 mon.smithi118 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.373290+0000 mon.smithi118 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: cephadm 2023-11-16T02:13:12.377825+0000 mgr.smithi118.ueiebd (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi118 (unknown last config time)... 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.378184+0000 mon.smithi118 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.379228+0000 mon.smithi118 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: audit 2023-11-16T02:13:12.380195+0000 mon.smithi118 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:13.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:13 smithi118 bash[24930]: cephadm 2023-11-16T02:13:12.381045+0000 mgr.smithi118.ueiebd (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi118 on smithi118 2023-11-16T02:13:13.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.318797+0000 mon.smithi118 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.320060+0000 mon.smithi118 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.321469+0000 mon.smithi118 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: cephadm 2023-11-16T02:13:12.323006+0000 mgr.smithi118.ueiebd (mgr.14180) 31 : cephadm [INF] Updating smithi118:/etc/ceph/ceph.conf 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: cephadm 2023-11-16T02:13:12.323377+0000 mgr.smithi118.ueiebd (mgr.14180) 32 : cephadm [INF] Updating smithi186:/etc/ceph/ceph.conf 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.356378+0000 mon.smithi118 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.368301+0000 mon.smithi118 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.373290+0000 mon.smithi118 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: cephadm 2023-11-16T02:13:12.377825+0000 mgr.smithi118.ueiebd (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi118 (unknown last config time)... 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.378184+0000 mon.smithi118 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.379228+0000 mon.smithi118 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: audit 2023-11-16T02:13:12.380195+0000 mon.smithi118 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:13 smithi186 bash[28774]: cephadm 2023-11-16T02:13:12.381045+0000 mgr.smithi118.ueiebd (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi118 on smithi118 2023-11-16T02:13:14.649 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:14 smithi118 bash[24930]: cluster 2023-11-16T02:13:13.251127+0000 mgr.smithi118.ueiebd (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:14.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:14 smithi186 bash[28774]: cluster 2023-11-16T02:13:13.251127+0000 mgr.smithi118.ueiebd (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:15.949 INFO:teuthology.orchestra.run.smithi118.stdout:# minimal ceph.conf for 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:13:15.949 INFO:teuthology.orchestra.run.smithi118.stdout:[global] 2023-11-16T02:13:15.949 INFO:teuthology.orchestra.run.smithi118.stdout: fsid = 235e50e4-8425-11ee-8dbe-212e2dc638e7 2023-11-16T02:13:15.949 INFO:teuthology.orchestra.run.smithi118.stdout: mon_host = [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.186:3300/0,v1:172.21.15.186:6789/0] 2023-11-16T02:13:16.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: cluster 2023-11-16T02:13:15.251632+0000 mgr.smithi118.ueiebd (mgr.14180) 36 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: audit 2023-11-16T02:13:15.613843+0000 mon.smithi118 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: cephadm 2023-11-16T02:13:15.615063+0000 mgr.smithi118.ueiebd (mgr.14180) 37 : cephadm [INF] Reconfiguring mgr.smithi118.ueiebd (unknown last config time)... 2023-11-16T02:13:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: audit 2023-11-16T02:13:15.615526+0000 mon.smithi118 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.ueiebd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:13:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: audit 2023-11-16T02:13:15.616961+0000 mon.smithi118 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:13:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: audit 2023-11-16T02:13:15.618070+0000 mon.smithi118 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: cephadm 2023-11-16T02:13:15.619235+0000 mgr.smithi118.ueiebd (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi118.ueiebd on smithi118 2023-11-16T02:13:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:16 smithi118 bash[24930]: audit 2023-11-16T02:13:15.948138+0000 mon.smithi118 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.118:0/2337737175' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: cluster 2023-11-16T02:13:15.251632+0000 mgr.smithi118.ueiebd (mgr.14180) 36 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: audit 2023-11-16T02:13:15.613843+0000 mon.smithi118 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: cephadm 2023-11-16T02:13:15.615063+0000 mgr.smithi118.ueiebd (mgr.14180) 37 : cephadm [INF] Reconfiguring mgr.smithi118.ueiebd (unknown last config time)... 2023-11-16T02:13:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: audit 2023-11-16T02:13:15.615526+0000 mon.smithi118 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi118.ueiebd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:13:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: audit 2023-11-16T02:13:15.616961+0000 mon.smithi118 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:13:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: audit 2023-11-16T02:13:15.618070+0000 mon.smithi118 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: cephadm 2023-11-16T02:13:15.619235+0000 mgr.smithi118.ueiebd (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi118.ueiebd on smithi118 2023-11-16T02:13:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:16 smithi186 bash[28774]: audit 2023-11-16T02:13:15.948138+0000 mon.smithi118 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.118:0/2337737175' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:17.287 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-16T02:13:17.287 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:13:17.287 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T02:13:17.298 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:13:17.298 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:13:17.348 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:13:17.348 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T02:13:17.366 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:13:17.366 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:13:17.420 INFO:tasks.cephadm:Deploying OSDs... 2023-11-16T02:13:17.420 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:13:17.421 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:13:17.426 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:13:17.426 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme1n1 2023-11-16T02:13:17.477 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme1n1 2023-11-16T02:13:17.477 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:17.477 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-11-16T02:13:17.477 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:17.477 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:11:38.113864439 +0000 2023-11-16T02:13:17.478 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.478 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.478 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:13:17.478 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-16T02:13:17.531 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:13:17.532 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:13:17.532 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000231639 s, 2.2 MB/s 2023-11-16T02:13:17.533 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-16T02:13:17.585 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme2n1 2023-11-16T02:13:17.633 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme2n1 2023-11-16T02:13:17.633 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:17.634 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-11-16T02:13:17.634 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:17.634 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:11:38.125864162 +0000 2023-11-16T02:13:17.634 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.634 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.634 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:13:17.634 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-16T02:13:17.693 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:13:17.693 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:13:17.693 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000288416 s, 1.8 MB/s 2023-11-16T02:13:17.694 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-16T02:13:17.750 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme3n1 2023-11-16T02:13:17.802 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme3n1 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:11:38.145863701 +0000 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.803 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:13:17.803 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-16T02:13:17.855 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:13:17.855 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:13:17.855 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000197466 s, 2.6 MB/s 2023-11-16T02:13:17.856 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-16T02:13:17.906 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/nvme4n1 2023-11-16T02:13:17.957 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/nvme4n1 2023-11-16T02:13:17.957 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:17.957 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-11-16T02:13:17.957 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:17.957 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2023-11-16 02:11:38.161863332 +0000 2023-11-16T02:13:17.958 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.958 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2023-11-16 02:11:38.017866654 +0000 2023-11-16T02:13:17.958 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2023-11-16T02:13:17.958 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-16T02:13:18.012 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2023-11-16T02:13:18.012 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2023-11-16T02:13:18.012 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000192687 s, 2.7 MB/s 2023-11-16T02:13:18.013 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-16T02:13:18.062 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:13:18.062 DEBUG:teuthology.orchestra.run.smithi186:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:13:18.070 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:13:18.070 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/nvme1n1 2023-11-16T02:13:18.121 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/nvme1n1 2023-11-16T02:13:18.121 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:18.121 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2023-11-16T02:13:18.121 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:18.122 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:12:48.907892181 +0000 2023-11-16T02:13:18.122 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:12:48.767893308 +0000 2023-11-16T02:13:18.122 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:12:48.767893308 +0000 2023-11-16T02:13:18.122 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:13:18.122 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-16T02:13:18.177 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:13:18.177 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:13:18.177 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000460826 s, 1.1 MB/s 2023-11-16T02:13:18.178 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-16T02:13:18.231 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/nvme2n1 2023-11-16T02:13:18.281 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/nvme2n1 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:12:48.927892019 +0000 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:12:48.771893277 +0000 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:12:48.771893277 +0000 2023-11-16T02:13:18.282 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:13:18.282 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-16T02:13:18.337 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:13:18.337 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:13:18.337 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000468593 s, 1.1 MB/s 2023-11-16T02:13:18.338 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-16T02:13:18.392 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/nvme3n1 2023-11-16T02:13:18.441 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/nvme3n1 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:12:48.947891857 +0000 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:12:48.771893277 +0000 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:12:48.771893277 +0000 2023-11-16T02:13:18.442 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:13:18.442 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-16T02:13:18.497 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:13:18.497 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:13:18.497 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000436659 s, 1.2 MB/s 2023-11-16T02:13:18.498 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-16T02:13:18.557 DEBUG:teuthology.orchestra.run.smithi186:> stat /dev/nvme4n1 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout: File: /dev/nvme4n1 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout:Access: 2023-11-16 02:12:48.963891728 +0000 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout:Modify: 2023-11-16 02:12:48.775893244 +0000 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout:Change: 2023-11-16 02:12:48.775893244 +0000 2023-11-16T02:13:18.606 INFO:teuthology.orchestra.run.smithi186.stdout: Birth: - 2023-11-16T02:13:18.607 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-16T02:13:18.661 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records in 2023-11-16T02:13:18.661 INFO:teuthology.orchestra.run.smithi186.stderr:1+0 records out 2023-11-16T02:13:18.661 INFO:teuthology.orchestra.run.smithi186.stderr:512 bytes copied, 0.000490028 s, 1.0 MB/s 2023-11-16T02:13:18.662 DEBUG:teuthology.orchestra.run.smithi186:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-16T02:13:18.715 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-16T02:13:18.770 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:18 smithi186 bash[28774]: cluster 2023-11-16T02:13:17.252050+0000 mgr.smithi118.ueiebd (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:18.770 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:18 smithi186 bash[28774]: audit 2023-11-16T02:13:18.479523+0000 mon.smithi118 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:18 smithi118 bash[24930]: cluster 2023-11-16T02:13:17.252050+0000 mgr.smithi118.ueiebd (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:18 smithi118 bash[24930]: audit 2023-11-16T02:13:18.479523+0000 mon.smithi118 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:19.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:19 smithi118 bash[24930]: cephadm 2023-11-16T02:13:18.481181+0000 mgr.smithi118.ueiebd (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi118 (dependencies changed)... 2023-11-16T02:13:19.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:19 smithi118 bash[24930]: cephadm 2023-11-16T02:13:18.494035+0000 mgr.smithi118.ueiebd (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi118 on smithi118 2023-11-16T02:13:19.993 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:19 smithi186 bash[28774]: cephadm 2023-11-16T02:13:18.481181+0000 mgr.smithi118.ueiebd (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi118 (dependencies changed)... 2023-11-16T02:13:19.994 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:19 smithi186 bash[28774]: cephadm 2023-11-16T02:13:18.494035+0000 mgr.smithi118.ueiebd (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi118 on smithi118 2023-11-16T02:13:21.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:20 smithi186 bash[28774]: cluster 2023-11-16T02:13:19.252451+0000 mgr.smithi118.ueiebd (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:20 smithi118 bash[24930]: cluster 2023-11-16T02:13:19.252451+0000 mgr.smithi118.ueiebd (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:21.978 INFO:teuthology.orchestra.run.smithi186.stdout:Scheduled osd.all-available-devices update... 2023-11-16T02:13:22.704 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-16T02:13:22.704 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:13:22.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:22 smithi118 bash[24930]: cluster 2023-11-16T02:13:21.252816+0000 mgr.smithi118.ueiebd (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:22.826 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:22 smithi118 bash[24930]: audit 2023-11-16T02:13:21.976263+0000 mon.smithi118 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:22 smithi186 bash[28774]: cluster 2023-11-16T02:13:21.252816+0000 mgr.smithi118.ueiebd (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:22 smithi186 bash[28774]: audit 2023-11-16T02:13:21.976263+0000 mon.smithi118 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: audit 2023-11-16T02:13:21.965371+0000 mgr.smithi118.ueiebd (mgr.14180) 44 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:13:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: cephadm 2023-11-16T02:13:21.969826+0000 mgr.smithi118.ueiebd (mgr.14180) 45 : cephadm [INF] Marking host: smithi118 for OSDSpec preview refresh. 2023-11-16T02:13:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: cephadm 2023-11-16T02:13:21.970120+0000 mgr.smithi118.ueiebd (mgr.14180) 46 : cephadm [INF] Marking host: smithi186 for OSDSpec preview refresh. 2023-11-16T02:13:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: cephadm 2023-11-16T02:13:21.970905+0000 mgr.smithi118.ueiebd (mgr.14180) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-16T02:13:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: audit 2023-11-16T02:13:23.484936+0000 mon.smithi118 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: audit 2023-11-16T02:13:23.486347+0000 mon.smithi118 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:13:23.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:23 smithi118 bash[24930]: audit 2023-11-16T02:13:23.487449+0000 mon.smithi118 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:24.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: audit 2023-11-16T02:13:21.965371+0000 mgr.smithi118.ueiebd (mgr.14180) 44 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:13:24.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: cephadm 2023-11-16T02:13:21.969826+0000 mgr.smithi118.ueiebd (mgr.14180) 45 : cephadm [INF] Marking host: smithi118 for OSDSpec preview refresh. 2023-11-16T02:13:24.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: cephadm 2023-11-16T02:13:21.970120+0000 mgr.smithi118.ueiebd (mgr.14180) 46 : cephadm [INF] Marking host: smithi186 for OSDSpec preview refresh. 2023-11-16T02:13:24.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: cephadm 2023-11-16T02:13:21.970905+0000 mgr.smithi118.ueiebd (mgr.14180) 47 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-16T02:13:24.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: audit 2023-11-16T02:13:23.484936+0000 mon.smithi118 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:24.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: audit 2023-11-16T02:13:23.486347+0000 mon.smithi118 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi118", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:13:24.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:23 smithi186 bash[28774]: audit 2023-11-16T02:13:23.487449+0000 mon.smithi118 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:24.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:24 smithi118 bash[24930]: cluster 2023-11-16T02:13:23.253371+0000 mgr.smithi118.ueiebd (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:24.971 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:24 smithi118 bash[24930]: cephadm 2023-11-16T02:13:23.485921+0000 mgr.smithi118.ueiebd (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi118 (monmap changed)... 2023-11-16T02:13:24.971 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:24 smithi118 bash[24930]: cephadm 2023-11-16T02:13:23.488282+0000 mgr.smithi118.ueiebd (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi118 on smithi118 2023-11-16T02:13:25.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:24 smithi186 bash[28774]: cluster 2023-11-16T02:13:23.253371+0000 mgr.smithi118.ueiebd (mgr.14180) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:25.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:24 smithi186 bash[28774]: cephadm 2023-11-16T02:13:23.485921+0000 mgr.smithi118.ueiebd (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi118 (monmap changed)... 2023-11-16T02:13:25.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:24 smithi186 bash[28774]: cephadm 2023-11-16T02:13:23.488282+0000 mgr.smithi118.ueiebd (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi118 on smithi118 2023-11-16T02:13:27.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:26 smithi186 bash[28774]: cluster 2023-11-16T02:13:25.253737+0000 mgr.smithi118.ueiebd (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:27.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:26 smithi118 bash[24930]: cluster 2023-11-16T02:13:25.253737+0000 mgr.smithi118.ueiebd (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:28.477 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:13:28.505 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:28 smithi118 bash[24930]: audit 2023-11-16T02:13:27.245383+0000 mon.smithi118 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:28.505 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:28 smithi118 bash[24930]: cephadm 2023-11-16T02:13:27.246648+0000 mgr.smithi118.ueiebd (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi118 (dependencies changed)... 2023-11-16T02:13:28.505 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:28 smithi118 bash[24930]: cluster 2023-11-16T02:13:27.254075+0000 mgr.smithi118.ueiebd (mgr.14180) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:28.505 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:28 smithi118 bash[24930]: cephadm 2023-11-16T02:13:27.288239+0000 mgr.smithi118.ueiebd (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon grafana.smithi118 on smithi118 2023-11-16T02:13:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:28 smithi186 bash[28774]: audit 2023-11-16T02:13:27.245383+0000 mon.smithi118 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:28 smithi186 bash[28774]: cephadm 2023-11-16T02:13:27.246648+0000 mgr.smithi118.ueiebd (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi118 (dependencies changed)... 2023-11-16T02:13:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:28 smithi186 bash[28774]: cluster 2023-11-16T02:13:27.254075+0000 mgr.smithi118.ueiebd (mgr.14180) 53 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:28 smithi186 bash[28774]: cephadm 2023-11-16T02:13:27.288239+0000 mgr.smithi118.ueiebd (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon grafana.smithi118 on smithi118 2023-11-16T02:13:29.398 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:13:29.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:29 smithi186 bash[28774]: audit 2023-11-16T02:13:28.475732+0000 mon.smithi118 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.118:0/3439621462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:29.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:29 smithi118 bash[24930]: audit 2023-11-16T02:13:28.475732+0000 mon.smithi118 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.118:0/3439621462' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:30.400 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:13:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:30 smithi118 bash[24930]: cluster 2023-11-16T02:13:29.254367+0000 mgr.smithi118.ueiebd (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:31.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:30 smithi186 bash[28774]: cluster 2023-11-16T02:13:29.254367+0000 mgr.smithi118.ueiebd (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:32 smithi118 bash[24930]: cluster 2023-11-16T02:13:31.254693+0000 mgr.smithi118.ueiebd (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:33.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:32 smithi186 bash[28774]: cluster 2023-11-16T02:13:31.254693+0000 mgr.smithi118.ueiebd (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:34 smithi118 bash[24930]: cluster 2023-11-16T02:13:33.255191+0000 mgr.smithi118.ueiebd (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:35.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:34 smithi186 bash[28774]: cluster 2023-11-16T02:13:33.255191+0000 mgr.smithi118.ueiebd (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:35.434 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:13:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:35 smithi118 bash[24930]: audit 2023-11-16T02:13:34.699224+0000 mon.smithi118 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:35 smithi118 bash[24930]: cephadm 2023-11-16T02:13:34.700418+0000 mgr.smithi118.ueiebd (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi118 (dependencies changed)... 2023-11-16T02:13:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:35 smithi118 bash[24930]: cephadm 2023-11-16T02:13:34.706081+0000 mgr.smithi118.ueiebd (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi118 on smithi118 2023-11-16T02:13:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:35 smithi118 bash[24930]: cluster 2023-11-16T02:13:35.255455+0000 mgr.smithi118.ueiebd (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:35 smithi118 bash[24930]: audit 2023-11-16T02:13:35.432962+0000 mon.smithi118 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.118:0/3564535464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:36.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:35 smithi186 bash[28774]: audit 2023-11-16T02:13:34.699224+0000 mon.smithi118 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:36.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:35 smithi186 bash[28774]: cephadm 2023-11-16T02:13:34.700418+0000 mgr.smithi118.ueiebd (mgr.14180) 58 : cephadm [INF] Reconfiguring prometheus.smithi118 (dependencies changed)... 2023-11-16T02:13:36.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:35 smithi186 bash[28774]: cephadm 2023-11-16T02:13:34.706081+0000 mgr.smithi118.ueiebd (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon prometheus.smithi118 on smithi118 2023-11-16T02:13:36.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:35 smithi186 bash[28774]: cluster 2023-11-16T02:13:35.255455+0000 mgr.smithi118.ueiebd (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:36.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:35 smithi186 bash[28774]: audit 2023-11-16T02:13:35.432962+0000 mon.smithi118 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.118:0/3564535464' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:37.128 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:13:38.129 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:13:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:38 smithi118 bash[24930]: cluster 2023-11-16T02:13:37.255859+0000 mgr.smithi118.ueiebd (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:38.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:38 smithi186 bash[28774]: cluster 2023-11-16T02:13:37.255859+0000 mgr.smithi118.ueiebd (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:40 smithi118 bash[24930]: cluster 2023-11-16T02:13:39.256299+0000 mgr.smithi118.ueiebd (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:41.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:40 smithi186 bash[28774]: cluster 2023-11-16T02:13:39.256299+0000 mgr.smithi118.ueiebd (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:42.756 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:13:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:42 smithi118 bash[24930]: cluster 2023-11-16T02:13:41.256794+0000 mgr.smithi118.ueiebd (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:43.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:42 smithi186 bash[28774]: cluster 2023-11-16T02:13:41.256794+0000 mgr.smithi118.ueiebd (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:43.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:43 smithi118 bash[24930]: audit 2023-11-16T02:13:42.755157+0000 mon.smithi118 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.118:0/1180136382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:43.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:43 smithi118 bash[24930]: audit 2023-11-16T02:13:43.486971+0000 mon.smithi118 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:43.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:43 smithi118 bash[24930]: audit 2023-11-16T02:13:43.488554+0000 mon.smithi118 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:13:43.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:43 smithi118 bash[24930]: audit 2023-11-16T02:13:43.490071+0000 mon.smithi118 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:44.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:43 smithi186 bash[28774]: audit 2023-11-16T02:13:42.755157+0000 mon.smithi118 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.118:0/1180136382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:44.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:43 smithi186 bash[28774]: audit 2023-11-16T02:13:43.486971+0000 mon.smithi118 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:44.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:43 smithi186 bash[28774]: audit 2023-11-16T02:13:43.488554+0000 mon.smithi118 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi186", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:13:44.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:43 smithi186 bash[28774]: audit 2023-11-16T02:13:43.490071+0000 mon.smithi118 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:44.321 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:13:44.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:44 smithi186 bash[28774]: cluster 2023-11-16T02:13:43.257336+0000 mgr.smithi118.ueiebd (mgr.14180) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:44.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:44 smithi186 bash[28774]: cephadm 2023-11-16T02:13:43.488118+0000 mgr.smithi118.ueiebd (mgr.14180) 65 : cephadm [INF] Reconfiguring crash.smithi186 (monmap changed)... 2023-11-16T02:13:44.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:44 smithi186 bash[28774]: cephadm 2023-11-16T02:13:43.491238+0000 mgr.smithi118.ueiebd (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon crash.smithi186 on smithi186 2023-11-16T02:13:44.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:44 smithi118 bash[24930]: cluster 2023-11-16T02:13:43.257336+0000 mgr.smithi118.ueiebd (mgr.14180) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:44.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:44 smithi118 bash[24930]: cephadm 2023-11-16T02:13:43.488118+0000 mgr.smithi118.ueiebd (mgr.14180) 65 : cephadm [INF] Reconfiguring crash.smithi186 (monmap changed)... 2023-11-16T02:13:44.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:44 smithi118 bash[24930]: cephadm 2023-11-16T02:13:43.491238+0000 mgr.smithi118.ueiebd (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon crash.smithi186 on smithi186 2023-11-16T02:13:45.322 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:13:46.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: cluster 2023-11-16T02:13:45.257849+0000 mgr.smithi118.ueiebd (mgr.14180) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:46.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: audit 2023-11-16T02:13:45.366002+0000 mon.smithi118 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:46.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: cephadm 2023-11-16T02:13:45.367177+0000 mgr.smithi118.ueiebd (mgr.14180) 68 : cephadm [INF] Reconfiguring mgr.smithi186.qmfpex (monmap changed)... 2023-11-16T02:13:46.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: audit 2023-11-16T02:13:45.367691+0000 mon.smithi118 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.qmfpex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:13:46.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: audit 2023-11-16T02:13:45.369348+0000 mon.smithi118 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:13:46.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: audit 2023-11-16T02:13:45.370713+0000 mon.smithi118 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:46.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:46 smithi118 bash[24930]: cephadm 2023-11-16T02:13:45.371979+0000 mgr.smithi118.ueiebd (mgr.14180) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi186.qmfpex on smithi186 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: cluster 2023-11-16T02:13:45.257849+0000 mgr.smithi118.ueiebd (mgr.14180) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: audit 2023-11-16T02:13:45.366002+0000 mon.smithi118 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: cephadm 2023-11-16T02:13:45.367177+0000 mgr.smithi118.ueiebd (mgr.14180) 68 : cephadm [INF] Reconfiguring mgr.smithi186.qmfpex (monmap changed)... 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: audit 2023-11-16T02:13:45.367691+0000 mon.smithi118 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi186.qmfpex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: audit 2023-11-16T02:13:45.369348+0000 mon.smithi118 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: audit 2023-11-16T02:13:45.370713+0000 mon.smithi118 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:46.662 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:46 smithi186 bash[28774]: cephadm 2023-11-16T02:13:45.371979+0000 mgr.smithi118.ueiebd (mgr.14180) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi186.qmfpex on smithi186 2023-11-16T02:13:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: cluster 2023-11-16T02:13:47.258289+0000 mgr.smithi118.ueiebd (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: audit 2023-11-16T02:13:47.346449+0000 mon.smithi118 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: cephadm 2023-11-16T02:13:47.347492+0000 mgr.smithi118.ueiebd (mgr.14180) 71 : cephadm [INF] Reconfiguring mon.smithi186 (monmap changed)... 2023-11-16T02:13:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: audit 2023-11-16T02:13:47.347847+0000 mon.smithi118 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:13:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: audit 2023-11-16T02:13:47.348870+0000 mon.smithi118 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:13:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: audit 2023-11-16T02:13:47.349735+0000 mon.smithi118 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:48.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:48 smithi186 bash[28774]: cephadm 2023-11-16T02:13:47.350595+0000 mgr.smithi118.ueiebd (mgr.14180) 72 : cephadm [INF] Reconfiguring daemon mon.smithi186 on smithi186 2023-11-16T02:13:48.608 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: cluster 2023-11-16T02:13:47.258289+0000 mgr.smithi118.ueiebd (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: audit 2023-11-16T02:13:47.346449+0000 mon.smithi118 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: cephadm 2023-11-16T02:13:47.347492+0000 mgr.smithi118.ueiebd (mgr.14180) 71 : cephadm [INF] Reconfiguring mon.smithi186 (monmap changed)... 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: audit 2023-11-16T02:13:47.347847+0000 mon.smithi118 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: audit 2023-11-16T02:13:47.348870+0000 mon.smithi118 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: audit 2023-11-16T02:13:47.349735+0000 mon.smithi118 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:48 smithi118 bash[24930]: cephadm 2023-11-16T02:13:47.350595+0000 mgr.smithi118.ueiebd (mgr.14180) 72 : cephadm [INF] Reconfiguring daemon mon.smithi186 on smithi186 2023-11-16T02:13:49.444 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:13:49.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:48.607298+0000 mon.smithi118 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.118:0/2474373277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:49.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.187574+0000 mon.smithi118 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.191449+0000 mon.smithi118 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:13:49.466 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.194092+0000 mon.smithi118 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.199701+0000 mon.smithi118 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.206144+0000 mon.smithi118 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.218456+0000 mon.smithi118 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.224195+0000 mon.smithi118 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.231892+0000 mon.smithi118 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.236408+0000 mon.smithi118 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.242470+0000 mon.smithi118 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.467 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:49 smithi118 bash[24930]: audit 2023-11-16T02:13:49.245956+0000 mon.smithi118 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:49.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:48.607298+0000 mon.smithi118 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.118:0/2474373277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:49.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.187574+0000 mon.smithi118 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.191449+0000 mon.smithi118 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:13:49.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.194092+0000 mon.smithi118 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:13:49.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.199701+0000 mon.smithi118 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.206144+0000 mon.smithi118 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.218456+0000 mon.smithi118 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.224195+0000 mon.smithi118 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.231892+0000 mon.smithi118 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.236408+0000 mon.smithi118 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.242470+0000 mon.smithi118 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:49 smithi186 bash[28774]: audit 2023-11-16T02:13:49.245956+0000 mon.smithi118 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:50.445 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:13:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: audit 2023-11-16T02:13:49.192214+0000 mgr.smithi118.ueiebd (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:13:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: audit 2023-11-16T02:13:49.194860+0000 mgr.smithi118.ueiebd (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:13:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: audit 2023-11-16T02:13:49.206942+0000 mgr.smithi118.ueiebd (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:13:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: audit 2023-11-16T02:13:49.218975+0000 mgr.smithi118.ueiebd (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:13:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: audit 2023-11-16T02:13:49.232613+0000 mgr.smithi118.ueiebd (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:13:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: audit 2023-11-16T02:13:49.237097+0000 mgr.smithi118.ueiebd (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:13:50.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:50 smithi118 bash[24930]: cluster 2023-11-16T02:13:49.258611+0000 mgr.smithi118.ueiebd (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:51.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: audit 2023-11-16T02:13:49.192214+0000 mgr.smithi118.ueiebd (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:13:51.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: audit 2023-11-16T02:13:49.194860+0000 mgr.smithi118.ueiebd (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:13:51.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: audit 2023-11-16T02:13:49.206942+0000 mgr.smithi118.ueiebd (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:13:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: audit 2023-11-16T02:13:49.218975+0000 mgr.smithi118.ueiebd (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi118.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:13:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: audit 2023-11-16T02:13:49.232613+0000 mgr.smithi118.ueiebd (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:13:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: audit 2023-11-16T02:13:49.237097+0000 mgr.smithi118.ueiebd (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi118.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:13:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:50 smithi186 bash[28774]: cluster 2023-11-16T02:13:49.258611+0000 mgr.smithi118.ueiebd (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:52 smithi118 bash[24930]: cluster 2023-11-16T02:13:51.259039+0000 mgr.smithi118.ueiebd (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:53.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:52 smithi186 bash[28774]: cluster 2023-11-16T02:13:51.259039+0000 mgr.smithi118.ueiebd (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:53.853 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:13:54.611 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:13:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:54 smithi118 bash[24930]: cluster 2023-11-16T02:13:53.259502+0000 mgr.smithi118.ueiebd (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:54 smithi118 bash[24930]: audit 2023-11-16T02:13:53.851815+0000 mon.smithi118 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.118:0/1758600031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:55.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:54 smithi186 bash[28774]: cluster 2023-11-16T02:13:53.259502+0000 mgr.smithi118.ueiebd (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:55.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:54 smithi186 bash[28774]: audit 2023-11-16T02:13:53.851815+0000 mon.smithi118 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.118:0/1758600031' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:13:55.613 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:54.612442+0000 mon.smithi118 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:54.901320+0000 mon.smithi118 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.078872+0000 mon.smithi118 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.351505+0000 mon.smithi118 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.353062+0000 mon.smithi118 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.354336+0000 mon.smithi118 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.359851+0000 mon.smithi118 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:55.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.366031+0000 mon.smithi118 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:13:55.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.370240+0000 mon.smithi118 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:13:55.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.372831+0000 mon.smithi118 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:13:55.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.373225+0000 mon.smithi118 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:55.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:55 smithi118 bash[24930]: audit 2023-11-16T02:13:55.374016+0000 mon.smithi118 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:56.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:54.612442+0000 mon.smithi118 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:56.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:54.901320+0000 mon.smithi118 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:56.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.078872+0000 mon.smithi118 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.351505+0000 mon.smithi118 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.353062+0000 mon.smithi118 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.354336+0000 mon.smithi118 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.359851+0000 mon.smithi118 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.366031+0000 mon.smithi118 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.370240+0000 mon.smithi118 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.372831+0000 mon.smithi118 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.373225+0000 mon.smithi118 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:55 smithi186 bash[28774]: audit 2023-11-16T02:13:55.374016+0000 mon.smithi118 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:56.985 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:56 smithi118 bash[24930]: cluster 2023-11-16T02:13:55.259973+0000 mgr.smithi118.ueiebd (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:57.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:56 smithi186 bash[28774]: cluster 2023-11-16T02:13:55.259973+0000 mgr.smithi118.ueiebd (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:58 smithi118 bash[24930]: cluster 2023-11-16T02:13:57.260548+0000 mgr.smithi118.ueiebd (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:58.966 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:13:59.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:58 smithi186 bash[28774]: cluster 2023-11-16T02:13:57.260548+0000 mgr.smithi118.ueiebd (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:13:59.754 INFO:teuthology.orchestra.run.smithi118.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-11-16T02:14:00.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:13:59 smithi186 bash[28774]: audit 2023-11-16T02:13:58.964774+0000 mon.smithi118 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.118:0/786909437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:00.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:13:59 smithi118 bash[24930]: audit 2023-11-16T02:13:58.964774+0000 mon.smithi118 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.118:0/786909437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:00.756 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:00.953 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:00 smithi118 bash[24930]: cluster 2023-11-16T02:13:59.261007+0000 mgr.smithi118.ueiebd (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:00.964 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:00 smithi186 bash[28774]: cluster 2023-11-16T02:13:59.261007+0000 mgr.smithi118.ueiebd (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:02.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:02 smithi186 bash[28774]: cluster 2023-11-16T02:14:01.261319+0000 mgr.smithi118.ueiebd (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:02.926 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:02 smithi118 bash[24930]: cluster 2023-11-16T02:14:01.261319+0000 mgr.smithi118.ueiebd (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:05.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:04 smithi118 bash[24930]: cluster 2023-11-16T02:14:03.261740+0000 mgr.smithi118.ueiebd (mgr.14180) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:05.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:04 smithi118 bash[24930]: audit 2023-11-16T02:14:04.032123+0000 mon.smithi186 (mon.1) 2 : audit [INF] from='client.? 172.21.15.186:0/1573851730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "535609e1-7ca1-469f-b8cd-9f0a9b34aafa"}]: dispatch 2023-11-16T02:14:05.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:04 smithi118 bash[24930]: audit 2023-11-16T02:14:04.033118+0000 mon.smithi118 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "535609e1-7ca1-469f-b8cd-9f0a9b34aafa"}]: dispatch 2023-11-16T02:14:05.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:04 smithi118 bash[24930]: audit 2023-11-16T02:14:04.040465+0000 mon.smithi118 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "535609e1-7ca1-469f-b8cd-9f0a9b34aafa"}]': finished 2023-11-16T02:14:05.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:04 smithi118 bash[24930]: cluster 2023-11-16T02:14:04.040583+0000 mon.smithi118 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-16T02:14:05.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:04 smithi118 bash[24930]: audit 2023-11-16T02:14:04.040831+0000 mon.smithi118 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:04 smithi186 bash[28774]: cluster 2023-11-16T02:14:03.261740+0000 mgr.smithi118.ueiebd (mgr.14180) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:04 smithi186 bash[28774]: audit 2023-11-16T02:14:04.032123+0000 mon.smithi186 (mon.1) 2 : audit [INF] from='client.? 172.21.15.186:0/1573851730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "535609e1-7ca1-469f-b8cd-9f0a9b34aafa"}]: dispatch 2023-11-16T02:14:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:04 smithi186 bash[28774]: audit 2023-11-16T02:14:04.033118+0000 mon.smithi118 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "535609e1-7ca1-469f-b8cd-9f0a9b34aafa"}]: dispatch 2023-11-16T02:14:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:04 smithi186 bash[28774]: audit 2023-11-16T02:14:04.040465+0000 mon.smithi118 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "535609e1-7ca1-469f-b8cd-9f0a9b34aafa"}]': finished 2023-11-16T02:14:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:04 smithi186 bash[28774]: cluster 2023-11-16T02:14:04.040583+0000 mon.smithi118 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-16T02:14:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:04 smithi186 bash[28774]: audit 2023-11-16T02:14:04.040831+0000 mon.smithi118 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:05.436 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:05.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:05 smithi118 bash[24930]: audit 2023-11-16T02:14:05.435084+0000 mon.smithi118 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.118:0/423819554' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:05.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:05 smithi118 bash[24930]: audit 2023-11-16T02:14:05.635104+0000 mon.smithi186 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.186:0/1974152121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:06.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:05 smithi186 bash[28774]: audit 2023-11-16T02:14:05.435084+0000 mon.smithi118 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.118:0/423819554' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:06.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:05 smithi186 bash[28774]: audit 2023-11-16T02:14:05.635104+0000 mon.smithi186 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.186:0/1974152121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:06.210 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1700100844,"num_remapped_pgs":0} 2023-11-16T02:14:06.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:06 smithi118 bash[24930]: cluster 2023-11-16T02:14:05.262191+0000 mgr.smithi118.ueiebd (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:06.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:06 smithi118 bash[24930]: audit 2023-11-16T02:14:06.308661+0000 mon.smithi118 (mon.0) 266 : audit [INF] from='client.? 172.21.15.118:0/1700419167' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f19f68d2-bc47-4fa5-b132-fbf2e88d2637"}]: dispatch 2023-11-16T02:14:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:06 smithi118 bash[24930]: audit 2023-11-16T02:14:06.313855+0000 mon.smithi118 (mon.0) 267 : audit [INF] from='client.? 172.21.15.118:0/1700419167' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f19f68d2-bc47-4fa5-b132-fbf2e88d2637"}]': finished 2023-11-16T02:14:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:06 smithi118 bash[24930]: cluster 2023-11-16T02:14:06.313905+0000 mon.smithi118 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-16T02:14:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:06 smithi118 bash[24930]: audit 2023-11-16T02:14:06.314140+0000 mon.smithi118 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:06 smithi118 bash[24930]: audit 2023-11-16T02:14:06.314757+0000 mon.smithi118 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:07.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:06 smithi186 bash[28774]: cluster 2023-11-16T02:14:05.262191+0000 mgr.smithi118.ueiebd (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:07.073 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:06 smithi186 bash[28774]: audit 2023-11-16T02:14:06.308661+0000 mon.smithi118 (mon.0) 266 : audit [INF] from='client.? 172.21.15.118:0/1700419167' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f19f68d2-bc47-4fa5-b132-fbf2e88d2637"}]: dispatch 2023-11-16T02:14:07.074 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:06 smithi186 bash[28774]: audit 2023-11-16T02:14:06.313855+0000 mon.smithi118 (mon.0) 267 : audit [INF] from='client.? 172.21.15.118:0/1700419167' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f19f68d2-bc47-4fa5-b132-fbf2e88d2637"}]': finished 2023-11-16T02:14:07.075 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:06 smithi186 bash[28774]: cluster 2023-11-16T02:14:06.313905+0000 mon.smithi118 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-16T02:14:07.076 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:06 smithi186 bash[28774]: audit 2023-11-16T02:14:06.314140+0000 mon.smithi118 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:07.076 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:06 smithi186 bash[28774]: audit 2023-11-16T02:14:06.314757+0000 mon.smithi118 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:07.212 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:08.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:07 smithi186 bash[28774]: cluster 2023-11-16T02:14:07.262599+0000 mgr.smithi118.ueiebd (mgr.14180) 88 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:08.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:07 smithi118 bash[24930]: cluster 2023-11-16T02:14:07.262599+0000 mgr.smithi118.ueiebd (mgr.14180) 88 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: audit 2023-11-16T02:14:07.937876+0000 mon.smithi118 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.118:0/2130324592' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: audit 2023-11-16T02:14:08.429028+0000 mon.smithi118 (mon.0) 272 : audit [INF] from='client.? 172.21.15.186:0/3546040551' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a205991-4e04-4333-86a6-6056a6f34dbe"}]: dispatch 2023-11-16T02:14:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: audit 2023-11-16T02:14:08.436394+0000 mon.smithi118 (mon.0) 273 : audit [INF] from='client.? 172.21.15.186:0/3546040551' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a205991-4e04-4333-86a6-6056a6f34dbe"}]': finished 2023-11-16T02:14:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: cluster 2023-11-16T02:14:08.436502+0000 mon.smithi118 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-16T02:14:08.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: audit 2023-11-16T02:14:08.436730+0000 mon.smithi118 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:08.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: audit 2023-11-16T02:14:08.437424+0000 mon.smithi118 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:08.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:08 smithi118 bash[24930]: audit 2023-11-16T02:14:08.437836+0000 mon.smithi118 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:09.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: audit 2023-11-16T02:14:07.937876+0000 mon.smithi118 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.118:0/2130324592' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:09.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: audit 2023-11-16T02:14:08.429028+0000 mon.smithi118 (mon.0) 272 : audit [INF] from='client.? 172.21.15.186:0/3546040551' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2a205991-4e04-4333-86a6-6056a6f34dbe"}]: dispatch 2023-11-16T02:14:09.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: audit 2023-11-16T02:14:08.436394+0000 mon.smithi118 (mon.0) 273 : audit [INF] from='client.? 172.21.15.186:0/3546040551' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a205991-4e04-4333-86a6-6056a6f34dbe"}]': finished 2023-11-16T02:14:09.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: cluster 2023-11-16T02:14:08.436502+0000 mon.smithi118 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-16T02:14:09.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: audit 2023-11-16T02:14:08.436730+0000 mon.smithi118 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:09.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: audit 2023-11-16T02:14:08.437424+0000 mon.smithi118 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:09.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:08 smithi186 bash[28774]: audit 2023-11-16T02:14:08.437836+0000 mon.smithi118 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:10.708 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:10 smithi118 bash[24930]: cluster 2023-11-16T02:14:09.262958+0000 mgr.smithi118.ueiebd (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:10 smithi118 bash[24930]: audit 2023-11-16T02:14:10.069697+0000 mon.smithi186 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.186:0/2288510211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:10 smithi186 bash[28774]: cluster 2023-11-16T02:14:09.262958+0000 mgr.smithi118.ueiebd (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:10 smithi186 bash[28774]: audit 2023-11-16T02:14:10.069697+0000 mon.smithi186 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.186:0/2288510211' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:11.551 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1700100848,"num_remapped_pgs":0} 2023-11-16T02:14:11.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.707247+0000 mon.smithi118 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.118:0/1967628387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:11.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.822504+0000 mon.smithi118 (mon.0) 279 : audit [INF] from='client.? 172.21.15.118:0/524693939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da724b8c-c7da-4cff-be00-c08e1b24bb7e"}]: dispatch 2023-11-16T02:14:11.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.829584+0000 mon.smithi118 (mon.0) 280 : audit [INF] from='client.? 172.21.15.118:0/524693939' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da724b8c-c7da-4cff-be00-c08e1b24bb7e"}]': finished 2023-11-16T02:14:11.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: cluster 2023-11-16T02:14:10.829674+0000 mon.smithi118 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-16T02:14:11.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.829855+0000 mon.smithi118 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:11.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.830399+0000 mon.smithi118 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:11.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.830769+0000 mon.smithi118 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:11.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:11 smithi118 bash[24930]: audit 2023-11-16T02:14:10.831076+0000 mon.smithi118 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.707247+0000 mon.smithi118 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.118:0/1967628387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.822504+0000 mon.smithi118 (mon.0) 279 : audit [INF] from='client.? 172.21.15.118:0/524693939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da724b8c-c7da-4cff-be00-c08e1b24bb7e"}]: dispatch 2023-11-16T02:14:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.829584+0000 mon.smithi118 (mon.0) 280 : audit [INF] from='client.? 172.21.15.118:0/524693939' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da724b8c-c7da-4cff-be00-c08e1b24bb7e"}]': finished 2023-11-16T02:14:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: cluster 2023-11-16T02:14:10.829674+0000 mon.smithi118 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-16T02:14:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.829855+0000 mon.smithi118 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.830399+0000 mon.smithi118 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.830769+0000 mon.smithi118 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:11 smithi186 bash[28774]: audit 2023-11-16T02:14:10.831076+0000 mon.smithi118 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:12.552 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:12 smithi118 bash[24930]: cluster 2023-11-16T02:14:11.263489+0000 mgr.smithi118.ueiebd (mgr.14180) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:13.040 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:12 smithi186 bash[28774]: cluster 2023-11-16T02:14:11.263489+0000 mgr.smithi118.ueiebd (mgr.14180) 90 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.642731+0000 mon.smithi118 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.118:0/3908828160' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.842731+0000 mon.smithi186 (mon.1) 5 : audit [INF] from='client.? 172.21.15.186:0/2946598400' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e"}]: dispatch 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.843854+0000 mon.smithi118 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e"}]: dispatch 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.851268+0000 mon.smithi118 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e"}]': finished 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: cluster 2023-11-16T02:14:12.851397+0000 mon.smithi118 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.851672+0000 mon.smithi118 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:13.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.852248+0000 mon.smithi118 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:13.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.852622+0000 mon.smithi118 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:13.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.852985+0000 mon.smithi118 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:13.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:13 smithi118 bash[24930]: audit 2023-11-16T02:14:12.853347+0000 mon.smithi118 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:14.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.642731+0000 mon.smithi118 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.118:0/3908828160' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.842731+0000 mon.smithi186 (mon.1) 5 : audit [INF] from='client.? 172.21.15.186:0/2946598400' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e"}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.843854+0000 mon.smithi118 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e"}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.851268+0000 mon.smithi118 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e"}]': finished 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: cluster 2023-11-16T02:14:12.851397+0000 mon.smithi118 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.851672+0000 mon.smithi118 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.852248+0000 mon.smithi118 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.852622+0000 mon.smithi118 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.852985+0000 mon.smithi118 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:13 smithi186 bash[28774]: audit 2023-11-16T02:14:12.853347+0000 mon.smithi118 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:14 smithi118 bash[24930]: cluster 2023-11-16T02:14:13.263825+0000 mgr.smithi118.ueiebd (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:14 smithi118 bash[24930]: audit 2023-11-16T02:14:14.453057+0000 mon.smithi186 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.186:0/70039393' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:15.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:14 smithi186 bash[28774]: cluster 2023-11-16T02:14:13.263825+0000 mgr.smithi118.ueiebd (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:15.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:14 smithi186 bash[28774]: audit 2023-11-16T02:14:14.453057+0000 mon.smithi186 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.186:0/70039393' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.463031+0000 mon.smithi118 (mon.0) 295 : audit [INF] from='client.? 172.21.15.118:0/2146659440' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73d8fdd6-9b38-4d4b-86a6-c496ae456be3"}]: dispatch 2023-11-16T02:14:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.469620+0000 mon.smithi118 (mon.0) 296 : audit [INF] from='client.? 172.21.15.118:0/2146659440' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73d8fdd6-9b38-4d4b-86a6-c496ae456be3"}]': finished 2023-11-16T02:14:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: cluster 2023-11-16T02:14:15.469723+0000 mon.smithi118 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-16T02:14:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.469845+0000 mon.smithi118 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.470148+0000 mon.smithi118 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.470395+0000 mon.smithi118 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:15.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.470655+0000 mon.smithi118 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:15.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.470857+0000 mon.smithi118 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:15.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:15 smithi118 bash[24930]: audit 2023-11-16T02:14:15.471096+0000 mon.smithi118 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:15.932 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:16.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.463031+0000 mon.smithi118 (mon.0) 295 : audit [INF] from='client.? 172.21.15.118:0/2146659440' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "73d8fdd6-9b38-4d4b-86a6-c496ae456be3"}]: dispatch 2023-11-16T02:14:16.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.469620+0000 mon.smithi118 (mon.0) 296 : audit [INF] from='client.? 172.21.15.118:0/2146659440' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73d8fdd6-9b38-4d4b-86a6-c496ae456be3"}]': finished 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: cluster 2023-11-16T02:14:15.469723+0000 mon.smithi118 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.469845+0000 mon.smithi118 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.470148+0000 mon.smithi118 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.470395+0000 mon.smithi118 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.470655+0000 mon.smithi118 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.470857+0000 mon.smithi118 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:15 smithi186 bash[28774]: audit 2023-11-16T02:14:15.471096+0000 mon.smithi118 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:16.932 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:16 smithi118 bash[24930]: cluster 2023-11-16T02:14:15.264111+0000 mgr.smithi118.ueiebd (mgr.14180) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:16.932 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:16 smithi118 bash[24930]: audit 2023-11-16T02:14:15.930883+0000 mon.smithi118 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.118:0/2874050733' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:16.933 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700100855,"num_remapped_pgs":0} 2023-11-16T02:14:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:16 smithi186 bash[28774]: cluster 2023-11-16T02:14:15.264111+0000 mgr.smithi118.ueiebd (mgr.14180) 92 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:16 smithi186 bash[28774]: audit 2023-11-16T02:14:15.930883+0000 mon.smithi118 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.118:0/2874050733' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.237118+0000 mon.smithi186 (mon.1) 7 : audit [INF] from='client.? 172.21.15.186:0/4171640883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e92164c-c050-4096-add6-57f8f82dd796"}]: dispatch 2023-11-16T02:14:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.245075+0000 mon.smithi118 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e92164c-c050-4096-add6-57f8f82dd796"}]: dispatch 2023-11-16T02:14:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.252062+0000 mon.smithi118 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e92164c-c050-4096-add6-57f8f82dd796"}]': finished 2023-11-16T02:14:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: cluster 2023-11-16T02:14:17.252190+0000 mon.smithi118 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-16T02:14:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.252398+0000 mon.smithi118 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:17.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.252910+0000 mon.smithi118 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:17.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.253220+0000 mon.smithi118 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:17.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.253566+0000 mon.smithi118 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:17.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.253867+0000 mon.smithi118 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:17.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.254167+0000 mon.smithi118 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:17.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.254544+0000 mon.smithi118 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:17.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:17 smithi186 bash[28774]: audit 2023-11-16T02:14:17.501412+0000 mon.smithi118 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.118:0/1443158426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:17.934 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:17.948 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.237118+0000 mon.smithi186 (mon.1) 7 : audit [INF] from='client.? 172.21.15.186:0/4171640883' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e92164c-c050-4096-add6-57f8f82dd796"}]: dispatch 2023-11-16T02:14:17.948 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.245075+0000 mon.smithi118 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e92164c-c050-4096-add6-57f8f82dd796"}]: dispatch 2023-11-16T02:14:17.948 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.252062+0000 mon.smithi118 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e92164c-c050-4096-add6-57f8f82dd796"}]': finished 2023-11-16T02:14:17.949 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: cluster 2023-11-16T02:14:17.252190+0000 mon.smithi118 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-16T02:14:17.949 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.252398+0000 mon.smithi118 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:17.949 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.252910+0000 mon.smithi118 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:17.949 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.253220+0000 mon.smithi118 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:17.950 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.253566+0000 mon.smithi118 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:17.950 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.253867+0000 mon.smithi118 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:17.950 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.254167+0000 mon.smithi118 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:17.950 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.254544+0000 mon.smithi118 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:17.950 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:17 smithi118 bash[24930]: audit 2023-11-16T02:14:17.501412+0000 mon.smithi118 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.118:0/1443158426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:19.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:18 smithi186 bash[28774]: cluster 2023-11-16T02:14:17.264377+0000 mgr.smithi118.ueiebd (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:19.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:18 smithi118 bash[24930]: cluster 2023-11-16T02:14:17.264377+0000 mgr.smithi118.ueiebd (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:19 smithi118 bash[24930]: audit 2023-11-16T02:14:18.832580+0000 mon.smithi186 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.186:0/3549716584' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:20.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:19 smithi186 bash[28774]: audit 2023-11-16T02:14:18.832580+0000 mon.smithi186 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.186:0/3549716584' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:20.969 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: cluster 2023-11-16T02:14:19.264757+0000 mgr.smithi118.ueiebd (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:20.969 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.344907+0000 mon.smithi118 (mon.0) 316 : audit [INF] from='client.? 172.21.15.118:0/1935846906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e587bc6-4233-4285-b7d9-c20adb5d8dd7"}]: dispatch 2023-11-16T02:14:20.969 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.350452+0000 mon.smithi118 (mon.0) 317 : audit [INF] from='client.? 172.21.15.118:0/1935846906' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e587bc6-4233-4285-b7d9-c20adb5d8dd7"}]': finished 2023-11-16T02:14:20.969 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: cluster 2023-11-16T02:14:20.350512+0000 mon.smithi118 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.350659+0000 mon.smithi118 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.351066+0000 mon.smithi118 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.351292+0000 mon.smithi118 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.351601+0000 mon.smithi118 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.351871+0000 mon.smithi118 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.352158+0000 mon.smithi118 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.352378+0000 mon.smithi118 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:20.970 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:20 smithi118 bash[24930]: audit 2023-11-16T02:14:20.352665+0000 mon.smithi118 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:21.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: cluster 2023-11-16T02:14:19.264757+0000 mgr.smithi118.ueiebd (mgr.14180) 94 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.344907+0000 mon.smithi118 (mon.0) 316 : audit [INF] from='client.? 172.21.15.118:0/1935846906' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e587bc6-4233-4285-b7d9-c20adb5d8dd7"}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.350452+0000 mon.smithi118 (mon.0) 317 : audit [INF] from='client.? 172.21.15.118:0/1935846906' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e587bc6-4233-4285-b7d9-c20adb5d8dd7"}]': finished 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: cluster 2023-11-16T02:14:20.350512+0000 mon.smithi118 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.350659+0000 mon.smithi118 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.351066+0000 mon.smithi118 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.351292+0000 mon.smithi118 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.351601+0000 mon.smithi118 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.351871+0000 mon.smithi118 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.352158+0000 mon.smithi118 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.352378+0000 mon.smithi118 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:20 smithi186 bash[28774]: audit 2023-11-16T02:14:20.352665+0000 mon.smithi118 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:21.398 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:21.691 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:21 smithi118 bash[24930]: audit 2023-11-16T02:14:21.397448+0000 mon.smithi118 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.118:0/2526397610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:22.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:21 smithi186 bash[28774]: audit 2023-11-16T02:14:21.397448+0000 mon.smithi118 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.118:0/2526397610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:22.341 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:14:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:22 smithi186 bash[28774]: cluster 2023-11-16T02:14:21.265157+0000 mgr.smithi118.ueiebd (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:22 smithi186 bash[28774]: audit 2023-11-16T02:14:22.061100+0000 mon.smithi118 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.118:0/1995467762' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:23.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:22 smithi118 bash[24930]: cluster 2023-11-16T02:14:21.265157+0000 mgr.smithi118.ueiebd (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:23.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:22 smithi118 bash[24930]: audit 2023-11-16T02:14:22.061100+0000 mon.smithi118 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.118:0/1995467762' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:14:23.343 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:24 smithi118 bash[24930]: cluster 2023-11-16T02:14:23.265549+0000 mgr.smithi118.ueiebd (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:25.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:24 smithi186 bash[28774]: cluster 2023-11-16T02:14:23.265549+0000 mgr.smithi118.ueiebd (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:26.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:25 smithi186 bash[28774]: cluster 2023-11-16T02:14:25.265940+0000 mgr.smithi118.ueiebd (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:25 smithi118 bash[24930]: cluster 2023-11-16T02:14:25.265940+0000 mgr.smithi118.ueiebd (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:27.228 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:27 smithi118 bash[24930]: audit 2023-11-16T02:14:27.227202+0000 mon.smithi118 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.118:0/2000446568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:27.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:27 smithi186 bash[28774]: audit 2023-11-16T02:14:27.227202+0000 mon.smithi118 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.118:0/2000446568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:27.995 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:14:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:28 smithi186 bash[28774]: cluster 2023-11-16T02:14:27.266394+0000 mgr.smithi118.ueiebd (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:28.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:28 smithi118 bash[24930]: cluster 2023-11-16T02:14:27.266394+0000 mgr.smithi118.ueiebd (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:28.996 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:30 smithi118 bash[24930]: cluster 2023-11-16T02:14:29.266807+0000 mgr.smithi118.ueiebd (mgr.14180) 99 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:30.981 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:30 smithi186 bash[28774]: cluster 2023-11-16T02:14:29.266807+0000 mgr.smithi118.ueiebd (mgr.14180) 99 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:31.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:31 smithi118 bash[24930]: audit 2023-11-16T02:14:30.717556+0000 mon.smithi118 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T02:14:31.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:31 smithi118 bash[24930]: audit 2023-11-16T02:14:30.718869+0000 mon.smithi118 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:31.994 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:31 smithi186 bash[28774]: audit 2023-11-16T02:14:30.717556+0000 mon.smithi118 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T02:14:31.995 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:31 smithi186 bash[28774]: audit 2023-11-16T02:14:30.718869+0000 mon.smithi118 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:32 smithi118 bash[24930]: cephadm 2023-11-16T02:14:30.719886+0000 mgr.smithi118.ueiebd (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.0 on smithi186 2023-11-16T02:14:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:32 smithi118 bash[24930]: cluster 2023-11-16T02:14:31.267237+0000 mgr.smithi118.ueiebd (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:32.973 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:33.069 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:32 smithi186 bash[28774]: cephadm 2023-11-16T02:14:30.719886+0000 mgr.smithi118.ueiebd (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.0 on smithi186 2023-11-16T02:14:33.069 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:32 smithi186 bash[28774]: cluster 2023-11-16T02:14:31.267237+0000 mgr.smithi118.ueiebd (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:33.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:33 smithi118 bash[24930]: audit 2023-11-16T02:14:32.972068+0000 mon.smithi118 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.118:0/4088037510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:33.971 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:33 smithi186 bash[28774]: audit 2023-11-16T02:14:32.972068+0000 mon.smithi118 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.118:0/4088037510' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:34.438 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:14:34.778 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:34 smithi118 bash[24930]: cluster 2023-11-16T02:14:33.267627+0000 mgr.smithi118.ueiebd (mgr.14180) 102 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:34.910 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:34 smithi186 bash[28774]: cluster 2023-11-16T02:14:33.267627+0000 mgr.smithi118.ueiebd (mgr.14180) 102 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:35.439 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:36.486 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:36 smithi186 bash[28774]: audit 2023-11-16T02:14:35.168488+0000 mon.smithi118 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:36.487 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:36 smithi186 bash[28774]: audit 2023-11-16T02:14:35.169670+0000 mon.smithi118 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T02:14:36.487 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:36 smithi186 bash[28774]: audit 2023-11-16T02:14:35.170789+0000 mon.smithi118 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:36.487 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:36 smithi186 bash[28774]: cephadm 2023-11-16T02:14:35.171750+0000 mgr.smithi118.ueiebd (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.2 on smithi186 2023-11-16T02:14:36.487 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:36 smithi186 bash[28774]: cluster 2023-11-16T02:14:35.268111+0000 mgr.smithi118.ueiebd (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:36 smithi118 bash[24930]: audit 2023-11-16T02:14:35.168488+0000 mon.smithi118 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:36 smithi118 bash[24930]: audit 2023-11-16T02:14:35.169670+0000 mon.smithi118 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T02:14:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:36 smithi118 bash[24930]: audit 2023-11-16T02:14:35.170789+0000 mon.smithi118 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:36 smithi118 bash[24930]: cephadm 2023-11-16T02:14:35.171750+0000 mgr.smithi118.ueiebd (mgr.14180) 103 : cephadm [INF] Deploying daemon osd.2 on smithi186 2023-11-16T02:14:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:36 smithi118 bash[24930]: cluster 2023-11-16T02:14:35.268111+0000 mgr.smithi118.ueiebd (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:37 smithi118 bash[24930]: audit 2023-11-16T02:14:36.572045+0000 mon.smithi118 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T02:14:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:37 smithi118 bash[24930]: audit 2023-11-16T02:14:36.573078+0000 mon.smithi118 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:37 smithi118 bash[24930]: cephadm 2023-11-16T02:14:36.573954+0000 mgr.smithi118.ueiebd (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi118 2023-11-16T02:14:37.526 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:37 smithi186 bash[28774]: audit 2023-11-16T02:14:36.572045+0000 mon.smithi118 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T02:14:37.526 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:37 smithi186 bash[28774]: audit 2023-11-16T02:14:36.573078+0000 mon.smithi118 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:37.526 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:37 smithi186 bash[28774]: cephadm 2023-11-16T02:14:36.573954+0000 mgr.smithi118.ueiebd (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi118 2023-11-16T02:14:38.258 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:38 smithi118 bash[24930]: cluster 2023-11-16T02:14:37.268536+0000 mgr.smithi118.ueiebd (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:38.497 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:38 smithi186 bash[28774]: cluster 2023-11-16T02:14:37.268536+0000 mgr.smithi118.ueiebd (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:40 smithi118 bash[24930]: cluster 2023-11-16T02:14:39.268968+0000 mgr.smithi118.ueiebd (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:40.950 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:40 smithi186 bash[28774]: cluster 2023-11-16T02:14:39.268968+0000 mgr.smithi118.ueiebd (mgr.14180) 107 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:41.015 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:41 smithi118 bash[24930]: audit 2023-11-16T02:14:40.980451+0000 mon.smithi118 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:41 smithi118 bash[24930]: audit 2023-11-16T02:14:40.981561+0000 mon.smithi118 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T02:14:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:41 smithi118 bash[24930]: audit 2023-11-16T02:14:40.982558+0000 mon.smithi118 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:41 smithi118 bash[24930]: cephadm 2023-11-16T02:14:40.983289+0000 mgr.smithi118.ueiebd (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.4 on smithi186 2023-11-16T02:14:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:41 smithi118 bash[24930]: audit 2023-11-16T02:14:41.013824+0000 mon.smithi118 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.118:0/125357154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:42.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:41 smithi118 bash[24930]: cluster 2023-11-16T02:14:41.269455+0000 mgr.smithi118.ueiebd (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:42.142 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:14:42.249 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:41 smithi186 bash[28774]: audit 2023-11-16T02:14:40.980451+0000 mon.smithi118 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:42.249 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:41 smithi186 bash[28774]: audit 2023-11-16T02:14:40.981561+0000 mon.smithi118 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T02:14:42.249 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:41 smithi186 bash[28774]: audit 2023-11-16T02:14:40.982558+0000 mon.smithi118 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:42.249 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:41 smithi186 bash[28774]: cephadm 2023-11-16T02:14:40.983289+0000 mgr.smithi118.ueiebd (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.4 on smithi186 2023-11-16T02:14:42.249 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:41 smithi186 bash[28774]: audit 2023-11-16T02:14:41.013824+0000 mon.smithi118 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.118:0/125357154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:42.249 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:41 smithi186 bash[28774]: cluster 2023-11-16T02:14:41.269455+0000 mgr.smithi118.ueiebd (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:43.144 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:44.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:43 smithi118 bash[24930]: audit 2023-11-16T02:14:42.835891+0000 mon.smithi118 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:44.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:43 smithi118 bash[24930]: audit 2023-11-16T02:14:42.837068+0000 mon.smithi118 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T02:14:44.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:43 smithi118 bash[24930]: audit 2023-11-16T02:14:42.838202+0000 mon.smithi118 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:44.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:43 smithi118 bash[24930]: cephadm 2023-11-16T02:14:42.839196+0000 mgr.smithi118.ueiebd (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi118 2023-11-16T02:14:44.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:43 smithi118 bash[24930]: cluster 2023-11-16T02:14:43.269789+0000 mgr.smithi118.ueiebd (mgr.14180) 111 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:44.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:43 smithi118 bash[24930]: audit 2023-11-16T02:14:43.279671+0000 mon.smithi118 (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T02:14:44.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:43 smithi186 bash[28774]: audit 2023-11-16T02:14:42.835891+0000 mon.smithi118 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:44.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:43 smithi186 bash[28774]: audit 2023-11-16T02:14:42.837068+0000 mon.smithi118 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T02:14:44.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:43 smithi186 bash[28774]: audit 2023-11-16T02:14:42.838202+0000 mon.smithi118 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:44.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:43 smithi186 bash[28774]: cephadm 2023-11-16T02:14:42.839196+0000 mgr.smithi118.ueiebd (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi118 2023-11-16T02:14:44.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:43 smithi186 bash[28774]: cluster 2023-11-16T02:14:43.269789+0000 mgr.smithi118.ueiebd (mgr.14180) 111 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:44.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:43 smithi186 bash[28774]: audit 2023-11-16T02:14:43.279671+0000 mon.smithi118 (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.845357+0000 mon.smithi118 (mon.0) 346 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: cluster 2023-11-16T02:14:43.845414+0000 mon.smithi118 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.845683+0000 mon.smithi118 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.846096+0000 mon.smithi118 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.846299+0000 mon.smithi118 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.846524+0000 mon.smithi118 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.846768+0000 mon.smithi118 (mon.0) 352 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.847024+0000 mon.smithi118 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.847249+0000 mon.smithi118 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:44.946 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.847449+0000 mon.smithi118 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:44.947 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:44 smithi118 bash[24930]: audit 2023-11-16T02:14:43.847630+0000 mon.smithi118 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:45.160 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.845357+0000 mon.smithi118 (mon.0) 346 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T02:14:45.160 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: cluster 2023-11-16T02:14:43.845414+0000 mon.smithi118 (mon.0) 347 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-16T02:14:45.160 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.845683+0000 mon.smithi118 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:45.160 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.846096+0000 mon.smithi118 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:45.160 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.846299+0000 mon.smithi118 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:45.160 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.846524+0000 mon.smithi118 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:45.161 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.846768+0000 mon.smithi118 (mon.0) 352 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:45.161 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.847024+0000 mon.smithi118 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:45.161 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.847249+0000 mon.smithi118 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:45.161 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.847449+0000 mon.smithi118 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:45.161 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:44 smithi186 bash[28774]: audit 2023-11-16T02:14:43.847630+0000 mon.smithi118 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.849129+0000 mon.smithi118 (mon.0) 357 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: cluster 2023-11-16T02:14:44.849204+0000 mon.smithi118 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.849638+0000 mon.smithi118 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.850043+0000 mon.smithi118 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.850914+0000 mon.smithi118 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.855568+0000 mon.smithi118 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.855990+0000 mon.smithi118 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.856387+0000 mon.smithi118 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.856732+0000 mon.smithi118 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.856902+0000 mon.smithi118 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: audit 2023-11-16T02:14:44.857130+0000 mon.smithi118 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:45 smithi186 bash[28774]: cluster 2023-11-16T02:14:45.270037+0000 mgr.smithi118.ueiebd (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.849129+0000 mon.smithi118 (mon.0) 357 : audit [INF] from='osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:14:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: cluster 2023-11-16T02:14:44.849204+0000 mon.smithi118 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-16T02:14:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.849638+0000 mon.smithi118 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.850043+0000 mon.smithi118 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.850914+0000 mon.smithi118 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.855568+0000 mon.smithi118 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.855990+0000 mon.smithi118 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.856387+0000 mon.smithi118 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.856732+0000 mon.smithi118 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.856902+0000 mon.smithi118 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: audit 2023-11-16T02:14:44.857130+0000 mon.smithi118 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:45 smithi118 bash[24930]: cluster 2023-11-16T02:14:45.270037+0000 mgr.smithi118.ueiebd (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: cluster 2023-11-16T02:14:44.233782+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: cluster 2023-11-16T02:14:44.233873+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.857825+0000 mon.smithi118 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: cluster 2023-11-16T02:14:45.862597+0000 mon.smithi118 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155] boot 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: cluster 2023-11-16T02:14:45.862628+0000 mon.smithi118 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.862739+0000 mon.smithi118 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.863239+0000 mon.smithi118 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.863437+0000 mon.smithi118 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.863672+0000 mon.smithi118 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:47.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.863870+0000 mon.smithi118 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.864055+0000 mon.smithi118 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.864205+0000 mon.smithi118 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:45.864403+0000 mon.smithi118 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:46.494195+0000 mon.smithi118 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:46.495179+0000 mon.smithi118 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: audit 2023-11-16T02:14:46.496129+0000 mon.smithi118 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:47.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:46 smithi118 bash[24930]: cephadm 2023-11-16T02:14:46.496927+0000 mgr.smithi118.ueiebd (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.6 on smithi186 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: cluster 2023-11-16T02:14:44.233782+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: cluster 2023-11-16T02:14:44.233873+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.857825+0000 mon.smithi118 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: cluster 2023-11-16T02:14:45.862597+0000 mon.smithi118 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.186:6800/3162660155,v1:172.21.15.186:6801/3162660155] boot 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: cluster 2023-11-16T02:14:45.862628+0000 mon.smithi118 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.862739+0000 mon.smithi118 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.863239+0000 mon.smithi118 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.863437+0000 mon.smithi118 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.863672+0000 mon.smithi118 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.863870+0000 mon.smithi118 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.864055+0000 mon.smithi118 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.864205+0000 mon.smithi118 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:45.864403+0000 mon.smithi118 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:46.494195+0000 mon.smithi118 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:46.495179+0000 mon.smithi118 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: audit 2023-11-16T02:14:46.496129+0000 mon.smithi118 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:47.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:46 smithi186 bash[28774]: cephadm 2023-11-16T02:14:46.496927+0000 mgr.smithi118.ueiebd (mgr.14180) 113 : cephadm [INF] Deploying daemon osd.6 on smithi186 2023-11-16T02:14:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: cluster 2023-11-16T02:14:46.866173+0000 mon.smithi118 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-16T02:14:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.866335+0000 mon.smithi118 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.866583+0000 mon.smithi118 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.866742+0000 mon.smithi118 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.866904+0000 mon.smithi118 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:48.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.867056+0000 mon.smithi118 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:48.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.867224+0000 mon.smithi118 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:48.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: audit 2023-11-16T02:14:46.867392+0000 mon.smithi118 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:48.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:47 smithi118 bash[24930]: cluster 2023-11-16T02:14:47.270478+0000 mgr.smithi118.ueiebd (mgr.14180) 114 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:14:48.185 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: cluster 2023-11-16T02:14:46.866173+0000 mon.smithi118 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.866335+0000 mon.smithi118 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.866583+0000 mon.smithi118 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.866742+0000 mon.smithi118 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.866904+0000 mon.smithi118 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.867056+0000 mon.smithi118 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.867224+0000 mon.smithi118 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: audit 2023-11-16T02:14:46.867392+0000 mon.smithi118 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:48.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:47 smithi186 bash[28774]: cluster 2023-11-16T02:14:47.270478+0000 mgr.smithi118.ueiebd (mgr.14180) 114 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:14:49.142 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:48 smithi118 bash[24930]: audit 2023-11-16T02:14:48.848682+0000 mon.smithi186 (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.186:6808/3343071851,v1:172.21.15.186:6809/3343071851]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:14:49.142 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:48 smithi118 bash[24930]: audit 2023-11-16T02:14:48.849417+0000 mon.smithi118 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:14:49.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:48 smithi186 bash[28774]: audit 2023-11-16T02:14:48.848682+0000 mon.smithi186 (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.186:6808/3343071851,v1:172.21.15.186:6809/3343071851]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:14:49.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:48 smithi186 bash[28774]: audit 2023-11-16T02:14:48.849417+0000 mon.smithi118 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:14:49.513 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:50.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.880065+0000 mon.smithi118 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T02:14:50.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: cluster 2023-11-16T02:14:48.880139+0000 mon.smithi118 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-16T02:14:50.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.880282+0000 mon.smithi118 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:50.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.880569+0000 mon.smithi118 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.880763+0000 mon.smithi118 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.880925+0000 mon.smithi118 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.881081+0000 mon.smithi118 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.881251+0000 mon.smithi118 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.881404+0000 mon.smithi118 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.882306+0000 mon.smithi186 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.186:6808/3343071851,v1:172.21.15.186:6809/3343071851]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:48.882990+0000 mon.smithi118 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: cluster 2023-11-16T02:14:49.270762+0000 mgr.smithi118.ueiebd (mgr.14180) 115 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:14:50.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:49 smithi118 bash[24930]: audit 2023-11-16T02:14:49.511868+0000 mon.smithi118 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.118:0/2350806641' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:50.153 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.880065+0000 mon.smithi118 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T02:14:50.153 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: cluster 2023-11-16T02:14:48.880139+0000 mon.smithi118 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.880282+0000 mon.smithi118 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.880569+0000 mon.smithi118 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.880763+0000 mon.smithi118 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.880925+0000 mon.smithi118 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.881081+0000 mon.smithi118 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.881251+0000 mon.smithi118 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.881404+0000 mon.smithi118 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.882306+0000 mon.smithi186 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.186:6808/3343071851,v1:172.21.15.186:6809/3343071851]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:48.882990+0000 mon.smithi118 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: cluster 2023-11-16T02:14:49.270762+0000 mgr.smithi118.ueiebd (mgr.14180) 115 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:14:50.154 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:49 smithi186 bash[28774]: audit 2023-11-16T02:14:49.511868+0000 mon.smithi118 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.118:0/2350806641' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:50.797 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1700100885,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:14:51.030 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.882630+0000 mon.smithi118 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:14:51.030 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: cluster 2023-11-16T02:14:49.882695+0000 mon.smithi118 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-16T02:14:51.031 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.883068+0000 mon.smithi118 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:51.031 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.883348+0000 mon.smithi118 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:51.031 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.883783+0000 mon.smithi118 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:51.031 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.884264+0000 mon.smithi118 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:51.031 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.888476+0000 mon.smithi118 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:51.031 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.889033+0000 mon.smithi118 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:51.032 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.889431+0000 mon.smithi118 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:51.032 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:50 smithi118 bash[24930]: audit 2023-11-16T02:14:49.889824+0000 mon.smithi118 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.882630+0000 mon.smithi118 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: cluster 2023-11-16T02:14:49.882695+0000 mon.smithi118 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.883068+0000 mon.smithi118 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.883348+0000 mon.smithi118 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.883783+0000 mon.smithi118 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.884264+0000 mon.smithi118 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:51.186 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.888476+0000 mon.smithi118 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:51.187 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.889033+0000 mon.smithi118 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:51.187 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.889431+0000 mon.smithi118 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:51.187 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:50 smithi186 bash[28774]: audit 2023-11-16T02:14:49.889824+0000 mon.smithi118 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:51.799 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:14:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: cluster 2023-11-16T02:14:49.816346+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: cluster 2023-11-16T02:14:49.816441+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.892390+0000 mon.smithi118 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: cluster 2023-11-16T02:14:50.896126+0000 mon.smithi118 (mon.0) 413 : cluster [INF] osd.2 [v2:172.21.15.186:6808/3343071851,v1:172.21.15.186:6809/3343071851] boot 2023-11-16T02:14:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: cluster 2023-11-16T02:14:50.896211+0000 mon.smithi118 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-16T02:14:52.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.896342+0000 mon.smithi118 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.896784+0000 mon.smithi118 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.897131+0000 mon.smithi118 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.897419+0000 mon.smithi118 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.897781+0000 mon.smithi118 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.898140+0000 mon.smithi118 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:50.898524+0000 mon.smithi118 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: cluster 2023-11-16T02:14:51.271057+0000 mgr.smithi118.ueiebd (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:14:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:51.302500+0000 mon.smithi118 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:51.303875+0000 mon.smithi118 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T02:14:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: audit 2023-11-16T02:14:51.304915+0000 mon.smithi118 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:51 smithi118 bash[24930]: cephadm 2023-11-16T02:14:51.306041+0000 mgr.smithi118.ueiebd (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-11-16T02:14:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: cluster 2023-11-16T02:14:49.816346+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: cluster 2023-11-16T02:14:49.816441+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.892390+0000 mon.smithi118 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: cluster 2023-11-16T02:14:50.896126+0000 mon.smithi118 (mon.0) 413 : cluster [INF] osd.2 [v2:172.21.15.186:6808/3343071851,v1:172.21.15.186:6809/3343071851] boot 2023-11-16T02:14:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: cluster 2023-11-16T02:14:50.896211+0000 mon.smithi118 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-16T02:14:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.896342+0000 mon.smithi118 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.896784+0000 mon.smithi118 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.897131+0000 mon.smithi118 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.897419+0000 mon.smithi118 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.897781+0000 mon.smithi118 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.898140+0000 mon.smithi118 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:50.898524+0000 mon.smithi118 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: cluster 2023-11-16T02:14:51.271057+0000 mgr.smithi118.ueiebd (mgr.14180) 116 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:51.302500+0000 mon.smithi118 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:51.303875+0000 mon.smithi118 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T02:14:52.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: audit 2023-11-16T02:14:51.304915+0000 mon.smithi118 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:52.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:51 smithi186 bash[28774]: cephadm 2023-11-16T02:14:51.306041+0000 mgr.smithi118.ueiebd (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.5 on smithi118 2023-11-16T02:14:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: cluster 2023-11-16T02:14:51.901983+0000 mon.smithi118 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-16T02:14:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:51.902131+0000 mon.smithi118 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:51.902500+0000 mon.smithi118 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:51.902759+0000 mon.smithi118 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:53.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:51.902963+0000 mon.smithi118 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:53.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:51.903114+0000 mon.smithi118 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:53.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:51.903272+0000 mon.smithi118 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:53.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:52.572159+0000 mon.smithi118 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:53.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:52 smithi118 bash[24930]: audit 2023-11-16T02:14:52.808069+0000 mon.smithi118 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: cluster 2023-11-16T02:14:51.901983+0000 mon.smithi118 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:51.902131+0000 mon.smithi118 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:51.902500+0000 mon.smithi118 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:51.902759+0000 mon.smithi118 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:51.902963+0000 mon.smithi118 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:51.903114+0000 mon.smithi118 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:51.903272+0000 mon.smithi118 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:52.572159+0000 mon.smithi118 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:14:53.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:52 smithi186 bash[28774]: audit 2023-11-16T02:14:52.808069+0000 mon.smithi118 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T02:14:54.823 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: cluster 2023-11-16T02:14:53.271566+0000 mgr.smithi118.ueiebd (mgr.14180) 118 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T02:14:58.238 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.574479+0000 mon.smithi118 (mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T02:14:58.238 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: cluster 2023-11-16T02:14:53.574589+0000 mon.smithi118 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-16T02:14:58.239 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.574724+0000 mon.smithi118 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.239 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.575234+0000 mon.smithi118 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.239 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.575500+0000 mon.smithi118 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:14:58.239 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.575778+0000 mon.smithi118 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.239 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.576012+0000 mon.smithi118 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.239 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.576243+0000 mon.smithi118 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.240 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:54 smithi186 bash[28774]: audit 2023-11-16T02:14:53.576469+0000 mon.smithi118 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.271 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.576900+0000 mon.smithi118 (mon.0) 443 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:14:58.271 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: cluster 2023-11-16T02:14:54.577062+0000 mon.smithi118 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-16T02:14:58.272 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.577783+0000 mon.smithi118 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.272 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.578270+0000 mon.smithi118 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.272 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.584779+0000 mon.smithi118 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.272 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.585194+0000 mon.smithi118 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.272 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.585367+0000 mon.smithi118 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.272 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.585641+0000 mon.smithi118 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.273 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:54.585980+0000 mon.smithi118 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.273 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:55.119796+0000 mon.smithi186 (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.186:6816/1904603223,v1:172.21.15.186:6817/1904603223]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:14:58.273 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:56 smithi186 bash[28774]: audit 2023-11-16T02:14:55.120520+0000 mon.smithi118 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:14:58.273 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: cluster 2023-11-16T02:14:53.758459+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:58.273 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: cluster 2023-11-16T02:14:53.758549+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:58.273 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: cluster 2023-11-16T02:14:55.271889+0000 mgr.smithi118.ueiebd (mgr.14180) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T02:14:58.274 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: cluster 2023-11-16T02:14:55.583810+0000 mon.smithi118 (mon.0) 453 : cluster [INF] osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632] boot 2023-11-16T02:14:58.274 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.583860+0000 mon.smithi118 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T02:14:58.274 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: cluster 2023-11-16T02:14:55.583910+0000 mon.smithi118 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-16T02:14:58.274 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.584420+0000 mon.smithi118 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.274 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.584670+0000 mon.smithi118 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.274 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.584859+0000 mon.smithi118 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.275 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.584997+0000 mon.smithi118 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.275 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.585134+0000 mon.smithi118 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.275 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.585265+0000 mon.smithi118 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.307 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.585438+0000 mon.smithi118 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-16T02:14:58.307 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:55.585975+0000 mon.smithi186 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.186:6816/1904603223,v1:172.21.15.186:6817/1904603223]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:58.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.040439+0000 mon.smithi118 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:58.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.588314+0000 mon.smithi118 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-16T02:14:58.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.588452+0000 mon.smithi118 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:14:58.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: cluster 2023-11-16T02:14:56.588595+0000 mon.smithi118 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-16T02:14:58.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.588818+0000 mon.smithi118 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.308 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.589191+0000 mon.smithi118 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.309 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.589399+0000 mon.smithi118 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.309 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.589592+0000 mon.smithi118 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.309 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.589839+0000 mon.smithi118 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.309 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.590672+0000 mon.smithi118 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-16T02:14:58.310 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:57 smithi186 bash[28774]: audit 2023-11-16T02:14:56.596355+0000 mon.smithi118 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.310 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: cluster 2023-11-16T02:14:53.271566+0000 mgr.smithi118.ueiebd (mgr.14180) 118 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T02:14:58.310 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.574479+0000 mon.smithi118 (mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T02:14:58.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: cluster 2023-11-16T02:14:53.574589+0000 mon.smithi118 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-16T02:14:58.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.574724+0000 mon.smithi118 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.575234+0000 mon.smithi118 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.575500+0000 mon.smithi118 (mon.0) 438 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:14:58.311 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.575778+0000 mon.smithi118 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.576012+0000 mon.smithi118 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.576243+0000 mon.smithi118 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:54 smithi118 bash[24930]: audit 2023-11-16T02:14:53.576469+0000 mon.smithi118 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.576900+0000 mon.smithi118 (mon.0) 443 : audit [INF] from='osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:14:58.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: cluster 2023-11-16T02:14:54.577062+0000 mon.smithi118 (mon.0) 444 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-16T02:14:58.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.577783+0000 mon.smithi118 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.578270+0000 mon.smithi118 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.584779+0000 mon.smithi118 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.585194+0000 mon.smithi118 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.585367+0000 mon.smithi118 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.585641+0000 mon.smithi118 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:54.585980+0000 mon.smithi118 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:55.119796+0000 mon.smithi186 (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.186:6816/1904603223,v1:172.21.15.186:6817/1904603223]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:56 smithi118 bash[24930]: audit 2023-11-16T02:14:55.120520+0000 mon.smithi118 (mon.0) 452 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: cluster 2023-11-16T02:14:53.758459+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: cluster 2023-11-16T02:14:53.758549+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: cluster 2023-11-16T02:14:55.271889+0000 mgr.smithi118.ueiebd (mgr.14180) 119 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: cluster 2023-11-16T02:14:55.583810+0000 mon.smithi118 (mon.0) 453 : cluster [INF] osd.1 [v2:172.21.15.118:6802/3664315632,v1:172.21.15.118:6803/3664315632] boot 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.583860+0000 mon.smithi118 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: cluster 2023-11-16T02:14:55.583910+0000 mon.smithi118 (mon.0) 455 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.584420+0000 mon.smithi118 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:14:58.314 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.584670+0000 mon.smithi118 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.584859+0000 mon.smithi118 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.584997+0000 mon.smithi118 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.585134+0000 mon.smithi118 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.585265+0000 mon.smithi118 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.585438+0000 mon.smithi118 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:55.585975+0000 mon.smithi186 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.186:6816/1904603223,v1:172.21.15.186:6817/1904603223]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.040439+0000 mon.smithi118 (mon.0) 463 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.588314+0000 mon.smithi118 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-16T02:14:58.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.588452+0000 mon.smithi118 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: cluster 2023-11-16T02:14:56.588595+0000 mon.smithi118 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.588818+0000 mon.smithi118 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.589191+0000 mon.smithi118 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.589399+0000 mon.smithi118 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.589592+0000 mon.smithi118 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.589839+0000 mon.smithi118 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.590672+0000 mon.smithi118 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-16T02:14:58.316 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:57 smithi118 bash[24930]: audit 2023-11-16T02:14:56.596355+0000 mon.smithi118 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.316 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:14:58.724 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: cluster 2023-11-16T02:14:56.101418+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:58.724 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: cluster 2023-11-16T02:14:56.101523+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: cluster 2023-11-16T02:14:57.272400+0000 mgr.smithi118.ueiebd (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:57.588331+0000 mon.smithi118 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: cluster 2023-11-16T02:14:57.588405+0000 mon.smithi118 (mon.0) 475 : cluster [INF] osd.4 [v2:172.21.15.186:6816/1904603223,v1:172.21.15.186:6817/1904603223] boot 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: cluster 2023-11-16T02:14:57.588439+0000 mon.smithi118 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:57.588672+0000 mon.smithi118 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:57.589397+0000 mon.smithi118 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:57.589867+0000 mon.smithi118 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:57.590254+0000 mon.smithi118 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:57.590738+0000 mon.smithi118 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:58.725 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:58 smithi118 bash[24930]: audit 2023-11-16T02:14:58.103636+0000 mon.smithi118 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.118:0/1591922894' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:59.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: cluster 2023-11-16T02:14:56.101418+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: cluster 2023-11-16T02:14:56.101523+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: cluster 2023-11-16T02:14:57.272400+0000 mgr.smithi118.ueiebd (mgr.14180) 120 : cluster [DBG] pgmap v92: 1 pgs: 1 creating+peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:57.588331+0000 mon.smithi118 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: cluster 2023-11-16T02:14:57.588405+0000 mon.smithi118 (mon.0) 475 : cluster [INF] osd.4 [v2:172.21.15.186:6816/1904603223,v1:172.21.15.186:6817/1904603223] boot 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: cluster 2023-11-16T02:14:57.588439+0000 mon.smithi118 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:57.588672+0000 mon.smithi118 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:57.589397+0000 mon.smithi118 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:57.589867+0000 mon.smithi118 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:57.590254+0000 mon.smithi118 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:57.590738+0000 mon.smithi118 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:58 smithi186 bash[28774]: audit 2023-11-16T02:14:58.103636+0000 mon.smithi118 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.118:0/1591922894' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:14:59.374 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1700100897,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:14:59.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:59 smithi118 bash[24930]: cluster 2023-11-16T02:14:58.597604+0000 mon.smithi118 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-16T02:14:59.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:59 smithi118 bash[24930]: audit 2023-11-16T02:14:58.597744+0000 mon.smithi118 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:59.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:59 smithi118 bash[24930]: audit 2023-11-16T02:14:58.598026+0000 mon.smithi118 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:59.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:59 smithi118 bash[24930]: audit 2023-11-16T02:14:58.598239+0000 mon.smithi118 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:59.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:14:59 smithi118 bash[24930]: audit 2023-11-16T02:14:58.598419+0000 mon.smithi118 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:14:59.875 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:59 smithi186 bash[28774]: cluster 2023-11-16T02:14:58.597604+0000 mon.smithi118 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-16T02:14:59.876 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:59 smithi186 bash[28774]: audit 2023-11-16T02:14:58.597744+0000 mon.smithi118 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:14:59.876 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:59 smithi186 bash[28774]: audit 2023-11-16T02:14:58.598026+0000 mon.smithi118 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:14:59.876 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:59 smithi186 bash[28774]: audit 2023-11-16T02:14:58.598239+0000 mon.smithi118 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:14:59.876 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:14:59 smithi186 bash[28774]: audit 2023-11-16T02:14:58.598419+0000 mon.smithi118 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:00.377 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:15:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:00 smithi118 bash[24930]: cluster 2023-11-16T02:14:59.272991+0000 mgr.smithi118.ueiebd (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:15:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:00 smithi118 bash[24930]: audit 2023-11-16T02:14:59.836160+0000 mon.smithi186 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.186:6824/1959009278,v1:172.21.15.186:6825/1959009278]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:15:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:00 smithi118 bash[24930]: audit 2023-11-16T02:14:59.837021+0000 mon.smithi118 (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:15:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:00 smithi118 bash[24930]: audit 2023-11-16T02:14:59.932332+0000 mon.smithi118 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:00 smithi118 bash[24930]: audit 2023-11-16T02:14:59.933908+0000 mon.smithi118 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T02:15:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:00 smithi118 bash[24930]: audit 2023-11-16T02:14:59.935231+0000 mon.smithi118 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:00 smithi186 bash[28774]: cluster 2023-11-16T02:14:59.272991+0000 mgr.smithi118.ueiebd (mgr.14180) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:15:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:00 smithi186 bash[28774]: audit 2023-11-16T02:14:59.836160+0000 mon.smithi186 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.186:6824/1959009278,v1:172.21.15.186:6825/1959009278]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:15:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:00 smithi186 bash[28774]: audit 2023-11-16T02:14:59.837021+0000 mon.smithi118 (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:15:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:00 smithi186 bash[28774]: audit 2023-11-16T02:14:59.932332+0000 mon.smithi118 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:00 smithi186 bash[28774]: audit 2023-11-16T02:14:59.933908+0000 mon.smithi118 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T02:15:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:00 smithi186 bash[28774]: audit 2023-11-16T02:14:59.935231+0000 mon.smithi118 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:01.905 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: cephadm 2023-11-16T02:14:59.936172+0000 mgr.smithi118.ueiebd (mgr.14180) 122 : cephadm [INF] Deploying daemon osd.7 on smithi118 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.624601+0000 mon.smithi118 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: cluster 2023-11-16T02:15:00.624781+0000 mon.smithi118 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.625450+0000 mon.smithi118 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.625732+0000 mon.smithi118 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.625906+0000 mon.smithi118 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.626069+0000 mon.smithi118 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.626402+0000 mon.smithi186 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.186:6824/1959009278,v1:172.21.15.186:6825/1959009278]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:00.629870+0000 mon.smithi118 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:15:01.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:01 smithi118 bash[24930]: audit 2023-11-16T02:15:01.388534+0000 mon.smithi118 (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T02:15:02.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: cephadm 2023-11-16T02:14:59.936172+0000 mgr.smithi118.ueiebd (mgr.14180) 122 : cephadm [INF] Deploying daemon osd.7 on smithi118 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.624601+0000 mon.smithi118 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: cluster 2023-11-16T02:15:00.624781+0000 mon.smithi118 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.625450+0000 mon.smithi118 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.625732+0000 mon.smithi118 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.625906+0000 mon.smithi118 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.626069+0000 mon.smithi118 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.626402+0000 mon.smithi186 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.186:6824/1959009278,v1:172.21.15.186:6825/1959009278]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:00.629870+0000 mon.smithi118 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]: dispatch 2023-11-16T02:15:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:01 smithi186 bash[28774]: audit 2023-11-16T02:15:01.388534+0000 mon.smithi118 (mon.0) 499 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T02:15:02.756 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: cluster 2023-11-16T02:15:01.273576+0000 mgr.smithi118.ueiebd (mgr.14180) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:15:02.756 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.634518+0000 mon.smithi118 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:15:02.757 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.634677+0000 mon.smithi118 (mon.0) 501 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T02:15:02.757 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: cluster 2023-11-16T02:15:01.634767+0000 mon.smithi118 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-11-16T02:15:02.757 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.635349+0000 mon.smithi118 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:02.757 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.635759+0000 mon.smithi118 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:02.757 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.636039+0000 mon.smithi118 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:15:02.758 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.636310+0000 mon.smithi118 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:02.758 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.636553+0000 mon.smithi118 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:02.758 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:01.643774+0000 mon.smithi118 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:02.758 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:02.636414+0000 mon.smithi118 (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:15:02.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: cluster 2023-11-16T02:15:02.636603+0000 mon.smithi118 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.186:6824/1959009278,v1:172.21.15.186:6825/1959009278] boot 2023-11-16T02:15:02.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: cluster 2023-11-16T02:15:02.636694+0000 mon.smithi118 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-16T02:15:02.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:02.636894+0000 mon.smithi118 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:02.759 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:02 smithi118 bash[24930]: audit 2023-11-16T02:15:02.637354+0000 mon.smithi118 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:02.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: cluster 2023-11-16T02:15:01.273576+0000 mgr.smithi118.ueiebd (mgr.14180) 123 : cluster [DBG] pgmap v97: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:15:02.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.634518+0000 mon.smithi118 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi186", "root=default"]}]': finished 2023-11-16T02:15:02.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.634677+0000 mon.smithi118 (mon.0) 501 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T02:15:02.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: cluster 2023-11-16T02:15:01.634767+0000 mon.smithi118 (mon.0) 502 : cluster [DBG] osdmap e29: 8 total, 4 up, 8 in 2023-11-16T02:15:02.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.635349+0000 mon.smithi118 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.635759+0000 mon.smithi118 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.636039+0000 mon.smithi118 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.636310+0000 mon.smithi118 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.636553+0000 mon.smithi118 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:01.643774+0000 mon.smithi118 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:02.636414+0000 mon.smithi118 (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:15:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: cluster 2023-11-16T02:15:02.636603+0000 mon.smithi118 (mon.0) 510 : cluster [INF] osd.6 [v2:172.21.15.186:6824/1959009278,v1:172.21.15.186:6825/1959009278] boot 2023-11-16T02:15:02.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: cluster 2023-11-16T02:15:02.636694+0000 mon.smithi118 (mon.0) 511 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-16T02:15:02.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:02.636894+0000 mon.smithi118 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:02.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:02 smithi186 bash[28774]: audit 2023-11-16T02:15:02.637354+0000 mon.smithi118 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:03.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: cluster 2023-11-16T02:15:00.877756+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:03.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: cluster 2023-11-16T02:15:00.877840+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:03.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:02.638802+0000 mon.smithi118 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:02.639078+0000 mon.smithi118 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:02.645014+0000 mon.smithi118 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:03.299979+0000 mon.smithi118 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: cluster 2023-11-16T02:15:03.637018+0000 mon.smithi118 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429] boot 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: cluster 2023-11-16T02:15:03.637053+0000 mon.smithi118 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:03.637594+0000 mon.smithi118 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:03.638196+0000 mon.smithi118 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:03.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:03 smithi118 bash[24930]: audit 2023-11-16T02:15:03.638939+0000 mon.smithi118 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: cluster 2023-11-16T02:15:00.877756+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: cluster 2023-11-16T02:15:00.877840+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:02.638802+0000 mon.smithi118 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:02.639078+0000 mon.smithi118 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:02.645014+0000 mon.smithi118 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:03.299979+0000 mon.smithi118 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: cluster 2023-11-16T02:15:03.637018+0000 mon.smithi118 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.118:6810/2577386429,v1:172.21.15.118:6811/2577386429] boot 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: cluster 2023-11-16T02:15:03.637053+0000 mon.smithi118 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:03.637594+0000 mon.smithi118 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:15:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:03.638196+0000 mon.smithi118 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:04.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:03 smithi186 bash[28774]: audit 2023-11-16T02:15:03.638939+0000 mon.smithi118 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:04 smithi186 bash[28774]: cluster 2023-11-16T02:15:02.356626+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:04 smithi186 bash[28774]: cluster 2023-11-16T02:15:02.356726+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:04 smithi186 bash[28774]: cluster 2023-11-16T02:15:03.274117+0000 mgr.smithi118.ueiebd (mgr.14180) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T02:15:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:04 smithi186 bash[28774]: cluster 2023-11-16T02:15:04.624836+0000 mon.smithi118 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-16T02:15:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:04 smithi186 bash[28774]: audit 2023-11-16T02:15:04.625245+0000 mon.smithi118 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:04 smithi186 bash[28774]: audit 2023-11-16T02:15:04.625544+0000 mon.smithi118 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:05.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:04 smithi118 bash[24930]: cluster 2023-11-16T02:15:02.356626+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:05.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:04 smithi118 bash[24930]: cluster 2023-11-16T02:15:02.356726+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:05.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:04 smithi118 bash[24930]: cluster 2023-11-16T02:15:03.274117+0000 mgr.smithi118.ueiebd (mgr.14180) 124 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T02:15:05.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:04 smithi118 bash[24930]: cluster 2023-11-16T02:15:04.624836+0000 mon.smithi118 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-16T02:15:05.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:04 smithi118 bash[24930]: audit 2023-11-16T02:15:04.625245+0000 mon.smithi118 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:05.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:04 smithi118 bash[24930]: audit 2023-11-16T02:15:04.625544+0000 mon.smithi118 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:06.543 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:15:06.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:06 smithi118 bash[24930]: cluster 2023-11-16T02:15:05.274705+0000 mgr.smithi118.ueiebd (mgr.14180) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:06.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:06 smithi118 bash[24930]: cluster 2023-11-16T02:15:05.631175+0000 mon.smithi118 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-16T02:15:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:06 smithi118 bash[24930]: audit 2023-11-16T02:15:05.631349+0000 mon.smithi118 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:06 smithi118 bash[24930]: audit 2023-11-16T02:15:05.631679+0000 mon.smithi118 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:06.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:06 smithi118 bash[24930]: audit 2023-11-16T02:15:06.542060+0000 mon.smithi118 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.118:0/877455407' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:15:07.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:06 smithi186 bash[28774]: cluster 2023-11-16T02:15:05.274705+0000 mgr.smithi118.ueiebd (mgr.14180) 125 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:06 smithi186 bash[28774]: cluster 2023-11-16T02:15:05.631175+0000 mon.smithi118 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-16T02:15:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:06 smithi186 bash[28774]: audit 2023-11-16T02:15:05.631349+0000 mon.smithi118 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:06 smithi186 bash[28774]: audit 2023-11-16T02:15:05.631679+0000 mon.smithi118 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:06 smithi186 bash[28774]: audit 2023-11-16T02:15:06.542060+0000 mon.smithi118 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.118:0/877455407' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:15:07.929 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1700100903,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:15:08.930 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:15:08.938 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:08 smithi118 bash[24930]: cluster 2023-11-16T02:15:07.275232+0000 mgr.smithi118.ueiebd (mgr.14180) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:08.938 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:08 smithi118 bash[24930]: audit 2023-11-16T02:15:08.325627+0000 mon.smithi118 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:09.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:08 smithi186 bash[28774]: cluster 2023-11-16T02:15:07.275232+0000 mgr.smithi118.ueiebd (mgr.14180) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:09.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:08 smithi186 bash[28774]: audit 2023-11-16T02:15:08.325627+0000 mon.smithi118 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:10 smithi186 bash[28774]: cluster 2023-11-16T02:15:09.275765+0000 mgr.smithi118.ueiebd (mgr.14180) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:10 smithi186 bash[28774]: audit 2023-11-16T02:15:09.641385+0000 mon.smithi118 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T02:15:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:10 smithi118 bash[24930]: cluster 2023-11-16T02:15:09.275765+0000 mgr.smithi118.ueiebd (mgr.14180) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:10 smithi118 bash[24930]: audit 2023-11-16T02:15:09.641385+0000 mon.smithi118 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T02:15:12.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:11 smithi186 bash[28774]: audit 2023-11-16T02:15:10.648708+0000 mon.smithi118 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T02:15:12.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:11 smithi186 bash[28774]: cluster 2023-11-16T02:15:10.648788+0000 mon.smithi118 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-16T02:15:12.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:11 smithi186 bash[28774]: audit 2023-11-16T02:15:10.648984+0000 mon.smithi118 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:12.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:11 smithi186 bash[28774]: audit 2023-11-16T02:15:10.649501+0000 mon.smithi118 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:12.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:11 smithi186 bash[28774]: audit 2023-11-16T02:15:10.649864+0000 mon.smithi118 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:15:12.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:11 smithi118 bash[24930]: audit 2023-11-16T02:15:10.648708+0000 mon.smithi118 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T02:15:12.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:11 smithi118 bash[24930]: cluster 2023-11-16T02:15:10.648788+0000 mon.smithi118 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-16T02:15:12.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:11 smithi118 bash[24930]: audit 2023-11-16T02:15:10.648984+0000 mon.smithi118 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:12.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:11 smithi118 bash[24930]: audit 2023-11-16T02:15:10.649501+0000 mon.smithi118 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:12.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:11 smithi118 bash[24930]: audit 2023-11-16T02:15:10.649864+0000 mon.smithi118 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:15:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: cluster 2023-11-16T02:15:10.654788+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: cluster 2023-11-16T02:15:10.654843+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: cluster 2023-11-16T02:15:11.276098+0000 mgr.smithi118.ueiebd (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: audit 2023-11-16T02:15:11.652701+0000 mon.smithi118 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:15:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: cluster 2023-11-16T02:15:11.652923+0000 mon.smithi118 (mon.0) 538 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-16T02:15:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: audit 2023-11-16T02:15:11.653623+0000 mon.smithi118 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: audit 2023-11-16T02:15:11.654009+0000 mon.smithi118 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:12 smithi186 bash[28774]: audit 2023-11-16T02:15:11.659989+0000 mon.smithi118 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:13.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: cluster 2023-11-16T02:15:10.654788+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:13.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: cluster 2023-11-16T02:15:10.654843+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:13.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: cluster 2023-11-16T02:15:11.276098+0000 mgr.smithi118.ueiebd (mgr.14180) 128 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:13.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: audit 2023-11-16T02:15:11.652701+0000 mon.smithi118 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:15:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: cluster 2023-11-16T02:15:11.652923+0000 mon.smithi118 (mon.0) 538 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-16T02:15:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: audit 2023-11-16T02:15:11.653623+0000 mon.smithi118 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: audit 2023-11-16T02:15:11.654009+0000 mon.smithi118 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:12 smithi118 bash[24930]: audit 2023-11-16T02:15:11.659989+0000 mon.smithi118 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:13.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:13 smithi118 bash[24930]: cluster 2023-11-16T02:15:12.660154+0000 mon.smithi118 (mon.0) 542 : cluster [INF] osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567] boot 2023-11-16T02:15:13.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:13 smithi118 bash[24930]: cluster 2023-11-16T02:15:12.660199+0000 mon.smithi118 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-16T02:15:13.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:13 smithi118 bash[24930]: audit 2023-11-16T02:15:12.660914+0000 mon.smithi118 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:13.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:13 smithi118 bash[24930]: audit 2023-11-16T02:15:12.661430+0000 mon.smithi118 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:13.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:13 smithi118 bash[24930]: cluster 2023-11-16T02:15:13.276510+0000 mgr.smithi118.ueiebd (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:13.919 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:15:14.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:13 smithi186 bash[28774]: cluster 2023-11-16T02:15:12.660154+0000 mon.smithi118 (mon.0) 542 : cluster [INF] osd.5 [v2:172.21.15.118:6818/786402567,v1:172.21.15.118:6819/786402567] boot 2023-11-16T02:15:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:13 smithi186 bash[28774]: cluster 2023-11-16T02:15:12.660199+0000 mon.smithi118 (mon.0) 543 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-16T02:15:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:13 smithi186 bash[28774]: audit 2023-11-16T02:15:12.660914+0000 mon.smithi118 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:15:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:13 smithi186 bash[28774]: audit 2023-11-16T02:15:12.661430+0000 mon.smithi118 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:13 smithi186 bash[28774]: cluster 2023-11-16T02:15:13.276510+0000 mgr.smithi118.ueiebd (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:15:14.716 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1700100912,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:15:15.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:14 smithi186 bash[28774]: cluster 2023-11-16T02:15:13.676384+0000 mon.smithi118 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-16T02:15:15.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:14 smithi186 bash[28774]: audit 2023-11-16T02:15:13.676603+0000 mon.smithi118 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:14 smithi186 bash[28774]: audit 2023-11-16T02:15:13.918594+0000 mon.smithi118 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.118:0/2122516407' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:15:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:14 smithi118 bash[24930]: cluster 2023-11-16T02:15:13.676384+0000 mon.smithi118 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-16T02:15:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:14 smithi118 bash[24930]: audit 2023-11-16T02:15:13.676603+0000 mon.smithi118 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:14 smithi118 bash[24930]: audit 2023-11-16T02:15:13.918594+0000 mon.smithi118 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.118:0/2122516407' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:15:15.718 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:15:16.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:15 smithi186 bash[28774]: cluster 2023-11-16T02:15:15.277058+0000 mgr.smithi118.ueiebd (mgr.14180) 130 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:15:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:15 smithi118 bash[24930]: cluster 2023-11-16T02:15:15.277058+0000 mgr.smithi118.ueiebd (mgr.14180) 130 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:15:17.629 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:17 smithi118 bash[24930]: audit 2023-11-16T02:15:17.312956+0000 mon.smithi118 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T02:15:17.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:17 smithi186 bash[28774]: audit 2023-11-16T02:15:17.312956+0000 mon.smithi118 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: cluster 2023-11-16T02:15:17.277671+0000 mgr.smithi118.ueiebd (mgr.14180) 131 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: audit 2023-11-16T02:15:17.369815+0000 mon.smithi118 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: cluster 2023-11-16T02:15:17.369933+0000 mon.smithi118 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: audit 2023-11-16T02:15:17.370606+0000 mon.smithi118 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: audit 2023-11-16T02:15:17.370985+0000 mon.smithi118 (mon.0) 553 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: audit 2023-11-16T02:15:18.369923+0000 mon.smithi118 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: cluster 2023-11-16T02:15:18.369983+0000 mon.smithi118 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-16T02:15:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:18 smithi186 bash[28774]: audit 2023-11-16T02:15:18.370242+0000 mon.smithi118 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: cluster 2023-11-16T02:15:17.277671+0000 mgr.smithi118.ueiebd (mgr.14180) 131 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:15:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: audit 2023-11-16T02:15:17.369815+0000 mon.smithi118 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T02:15:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: cluster 2023-11-16T02:15:17.369933+0000 mon.smithi118 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-16T02:15:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: audit 2023-11-16T02:15:17.370606+0000 mon.smithi118 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: audit 2023-11-16T02:15:17.370985+0000 mon.smithi118 (mon.0) 553 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2023-11-16T02:15:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: audit 2023-11-16T02:15:18.369923+0000 mon.smithi118 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2023-11-16T02:15:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: cluster 2023-11-16T02:15:18.369983+0000 mon.smithi118 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-16T02:15:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:18 smithi118 bash[24930]: audit 2023-11-16T02:15:18.370242+0000 mon.smithi118 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:19.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:19 smithi186 bash[28774]: audit 2023-11-16T02:15:18.375497+0000 mon.smithi118 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:19.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:19 smithi186 bash[28774]: audit 2023-11-16T02:15:19.375510+0000 mon.smithi118 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:19 smithi118 bash[24930]: audit 2023-11-16T02:15:18.375497+0000 mon.smithi118 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:19 smithi118 bash[24930]: audit 2023-11-16T02:15:19.375510+0000 mon.smithi118 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:20.662 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: cluster 2023-11-16T02:15:18.323405+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:20.663 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: cluster 2023-11-16T02:15:18.323476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:20.663 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: cluster 2023-11-16T02:15:19.278103+0000 mgr.smithi118.ueiebd (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-11-16T02:15:20.663 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: cluster 2023-11-16T02:15:19.387211+0000 mon.smithi118 (mon.0) 559 : cluster [INF] osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334] boot 2023-11-16T02:15:20.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: cluster 2023-11-16T02:15:19.387265+0000 mon.smithi118 (mon.0) 560 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-16T02:15:20.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: audit 2023-11-16T02:15:19.387846+0000 mon.smithi118 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:20.664 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:20 smithi118 bash[24930]: cluster 2023-11-16T02:15:19.626415+0000 mon.smithi118 (mon.0) 562 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: cluster 2023-11-16T02:15:18.323405+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: cluster 2023-11-16T02:15:18.323476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: cluster 2023-11-16T02:15:19.278103+0000 mgr.smithi118.ueiebd (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-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: cluster 2023-11-16T02:15:19.387211+0000 mon.smithi118 (mon.0) 559 : cluster [INF] osd.7 [v2:172.21.15.118:6826/2381049334,v1:172.21.15.118:6827/2381049334] boot 2023-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: cluster 2023-11-16T02:15:19.387265+0000 mon.smithi118 (mon.0) 560 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: audit 2023-11-16T02:15:19.387846+0000 mon.smithi118 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:15:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:20 smithi186 bash[28774]: cluster 2023-11-16T02:15:19.626415+0000 mon.smithi118 (mon.0) 562 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-16T02:15:21.093 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:15:21.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:21 smithi118 bash[24930]: cluster 2023-11-16T02:15:20.635565+0000 mon.smithi118 (mon.0) 563 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-16T02:15:21.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:21 smithi118 bash[24930]: audit 2023-11-16T02:15:21.091686+0000 mon.smithi118 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.118:0/1165267656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:15:22.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:21 smithi186 bash[28774]: cluster 2023-11-16T02:15:20.635565+0000 mon.smithi118 (mon.0) 563 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-16T02:15:22.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:21 smithi186 bash[28774]: audit 2023-11-16T02:15:21.091686+0000 mon.smithi118 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.118:0/1165267656' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:15:22.186 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1700100919,"num_in_osds":8,"osd_in_since":1700100860,"num_remapped_pgs":0} 2023-11-16T02:15:22.187 INFO:tasks.cephadm:Setting up client nodes... 2023-11-16T02:15:22.187 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T02:15:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:22 smithi186 bash[28774]: cluster 2023-11-16T02:15:21.278720+0000 mgr.smithi118.ueiebd (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:23.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:22 smithi118 bash[24930]: cluster 2023-11-16T02:15:21.278720+0000 mgr.smithi118.ueiebd (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:24.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:24 smithi118 bash[24930]: audit 2023-11-16T02:15:23.097139+0000 mon.smithi118 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:24.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:24 smithi118 bash[24930]: audit 2023-11-16T02:15:23.101273+0000 mon.smithi118 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:15:24.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:24 smithi118 bash[24930]: cluster 2023-11-16T02:15:23.279174+0000 mgr.smithi118.ueiebd (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:24.558 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:24 smithi186 bash[28774]: audit 2023-11-16T02:15:23.097139+0000 mon.smithi118 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:24.558 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:24 smithi186 bash[28774]: audit 2023-11-16T02:15:23.101273+0000 mon.smithi118 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:15:24.558 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:24 smithi186 bash[28774]: cluster 2023-11-16T02:15:23.279174+0000 mgr.smithi118.ueiebd (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:26.112 INFO:teuthology.orchestra.run.smithi118.stdout:[client.0] 2023-11-16T02:15:26.112 INFO:teuthology.orchestra.run.smithi118.stdout: key = AQA+e1Vl1Z8+BhAA2gTvv0ocLwdYXZI3SfxHnQ== 2023-11-16T02:15:26.877 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:15:26.877 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-16T02:15:26.877 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-16T02:15:26.890 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:26 smithi118 bash[24930]: cluster 2023-11-16T02:15:25.279727+0000 mgr.smithi118.ueiebd (mgr.14180) 135 : cluster [DBG] pgmap v123: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:26.890 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:26 smithi118 bash[24930]: audit 2023-11-16T02:15:26.104439+0000 mon.smithi118 (mon.0) 567 : audit [INF] from='client.? 172.21.15.118:0/2676702944' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:15:26.890 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:26 smithi118 bash[24930]: audit 2023-11-16T02:15:26.110954+0000 mon.smithi118 (mon.0) 568 : audit [INF] from='client.? 172.21.15.118:0/2676702944' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T02:15:26.903 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T02:15:26.915 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:26 smithi186 bash[28774]: cluster 2023-11-16T02:15:25.279727+0000 mgr.smithi118.ueiebd (mgr.14180) 135 : cluster [DBG] pgmap v123: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:26.916 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:26 smithi186 bash[28774]: audit 2023-11-16T02:15:26.104439+0000 mon.smithi118 (mon.0) 567 : audit [INF] from='client.? 172.21.15.118:0/2676702944' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:15:26.916 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:26 smithi186 bash[28774]: audit 2023-11-16T02:15:26.110954+0000 mon.smithi118 (mon.0) 568 : audit [INF] from='client.? 172.21.15.118:0/2676702944' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T02:15:28.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:28 smithi186 bash[28774]: cluster 2023-11-16T02:15:27.280353+0000 mgr.smithi118.ueiebd (mgr.14180) 136 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:28.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:28 smithi186 bash[28774]: audit 2023-11-16T02:15:28.524161+0000 mon.smithi118 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:29.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:28 smithi118 bash[24930]: cluster 2023-11-16T02:15:27.280353+0000 mgr.smithi118.ueiebd (mgr.14180) 136 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:29.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:28 smithi118 bash[24930]: audit 2023-11-16T02:15:28.524161+0000 mon.smithi118 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:30.278 INFO:teuthology.orchestra.run.smithi186.stdout:[client.1] 2023-11-16T02:15:30.278 INFO:teuthology.orchestra.run.smithi186.stdout: key = AQBCe1Vlrgz2DxAAhE4sNEYyaedNmGJFlnTu7g== 2023-11-16T02:15:30.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:30 smithi186 bash[28774]: cluster 2023-11-16T02:15:29.280858+0000 mgr.smithi118.ueiebd (mgr.14180) 137 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:30.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:30 smithi186 bash[28774]: audit 2023-11-16T02:15:29.672842+0000 mon.smithi118 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:30.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:30 smithi186 bash[28774]: audit 2023-11-16T02:15:30.266154+0000 mon.smithi186 (mon.1) 15 : audit [INF] from='client.? 172.21.15.186:0/3344281985' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:15:30.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:30 smithi186 bash[28774]: audit 2023-11-16T02:15:30.267440+0000 mon.smithi118 (mon.0) 571 : 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-11-16T02:15:30.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:30 smithi186 bash[28774]: audit 2023-11-16T02:15:30.274600+0000 mon.smithi118 (mon.0) 572 : 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-11-16T02:15:31.035 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:15:31.036 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-16T02:15:31.036 DEBUG:teuthology.orchestra.run.smithi186:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-16T02:15:31.103 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T02:15:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:30 smithi118 bash[24930]: cluster 2023-11-16T02:15:29.280858+0000 mgr.smithi118.ueiebd (mgr.14180) 137 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:30 smithi118 bash[24930]: audit 2023-11-16T02:15:29.672842+0000 mon.smithi118 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:30 smithi118 bash[24930]: audit 2023-11-16T02:15:30.266154+0000 mon.smithi186 (mon.1) 15 : audit [INF] from='client.? 172.21.15.186:0/3344281985' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:15:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:30 smithi118 bash[24930]: audit 2023-11-16T02:15:30.267440+0000 mon.smithi118 (mon.0) 571 : 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-11-16T02:15:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:30 smithi118 bash[24930]: audit 2023-11-16T02:15:30.274600+0000 mon.smithi118 (mon.0) 572 : 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-11-16T02:15:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:32 smithi186 bash[28774]: cluster 2023-11-16T02:15:31.281394+0000 mgr.smithi118.ueiebd (mgr.14180) 138 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:33.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:32 smithi118 bash[24930]: cluster 2023-11-16T02:15:31.281394+0000 mgr.smithi118.ueiebd (mgr.14180) 138 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:34.754 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:34 smithi186 bash[28774]: cluster 2023-11-16T02:15:33.281992+0000 mgr.smithi118.ueiebd (mgr.14180) 139 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:34 smithi118 bash[24930]: cluster 2023-11-16T02:15:33.281992+0000 mgr.smithi118.ueiebd (mgr.14180) 139 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:35.477 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:15:36.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:36 smithi118 bash[24930]: cluster 2023-11-16T02:15:35.282590+0000 mgr.smithi118.ueiebd (mgr.14180) 140 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:37.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:36 smithi186 bash[28774]: cluster 2023-11-16T02:15:35.282590+0000 mgr.smithi118.ueiebd (mgr.14180) 140 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:38 smithi118 bash[24930]: cluster 2023-11-16T02:15:37.282989+0000 mgr.smithi118.ueiebd (mgr.14180) 141 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:39.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:38 smithi186 bash[28774]: cluster 2023-11-16T02:15:37.282989+0000 mgr.smithi118.ueiebd (mgr.14180) 141 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:40.108 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:15:40.108 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":42,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","created":"2023-11-16T02:10:08.082717+0000","modified":"2023-11-16T02:15:20.629138+0000","last_up_change":"2023-11-16T02:15:19.376731+0000","last_in_change":"2023-11-16T02:14:20.346155+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-16T02:14:56.035687+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":"535609e1-7ca1-469f-b8cd-9f0a9b34aafa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6801","nonce":3162660155}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6803","nonce":3162660155}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6807","nonce":3162660155}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6805","nonce":3162660155}]},"public_addr":"172.21.15.186:6801/3162660155","cluster_addr":"172.21.15.186:6803/3162660155","heartbeat_back_addr":"172.21.15.186:6807/3162660155","heartbeat_front_addr":"172.21.15.186:6805/3162660155","state":["exists","up"]},{"osd":1,"uuid":"f19f68d2-bc47-4fa5-b132-fbf2e88d2637","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6803","nonce":3664315632}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6805","nonce":3664315632}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6809","nonce":3664315632}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6807","nonce":3664315632}]},"public_addr":"172.21.15.118:6803/3664315632","cluster_addr":"172.21.15.118:6805/3664315632","heartbeat_back_addr":"172.21.15.118:6809/3664315632","heartbeat_front_addr":"172.21.15.118:6807/3664315632","state":["exists","up"]},{"osd":2,"uuid":"2a205991-4e04-4333-86a6-6056a6f34dbe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6809","nonce":3343071851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6811","nonce":3343071851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6815","nonce":3343071851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6813","nonce":3343071851}]},"public_addr":"172.21.15.186:6809/3343071851","cluster_addr":"172.21.15.186:6811/3343071851","heartbeat_back_addr":"172.21.15.186:6815/3343071851","heartbeat_front_addr":"172.21.15.186:6813/3343071851","state":["exists","up"]},{"osd":3,"uuid":"da724b8c-c7da-4cff-be00-c08e1b24bb7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6811","nonce":2577386429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6813","nonce":2577386429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6817","nonce":2577386429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6815","nonce":2577386429}]},"public_addr":"172.21.15.118:6811/2577386429","cluster_addr":"172.21.15.118:6813/2577386429","heartbeat_back_addr":"172.21.15.118:6817/2577386429","heartbeat_front_addr":"172.21.15.118:6815/2577386429","state":["exists","up"]},{"osd":4,"uuid":"8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6816","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6817","nonce":1904603223}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6818","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6819","nonce":1904603223}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6822","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6823","nonce":1904603223}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6820","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6821","nonce":1904603223}]},"public_addr":"172.21.15.186:6817/1904603223","cluster_addr":"172.21.15.186:6819/1904603223","heartbeat_back_addr":"172.21.15.186:6823/1904603223","heartbeat_front_addr":"172.21.15.186:6821/1904603223","state":["exists","up"]},{"osd":5,"uuid":"73d8fdd6-9b38-4d4b-86a6-c496ae456be3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6819","nonce":786402567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6821","nonce":786402567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6825","nonce":786402567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6823","nonce":786402567}]},"public_addr":"172.21.15.118:6819/786402567","cluster_addr":"172.21.15.118:6821/786402567","heartbeat_back_addr":"172.21.15.118:6825/786402567","heartbeat_front_addr":"172.21.15.118:6823/786402567","state":["exists","up"]},{"osd":6,"uuid":"4e92164c-c050-4096-add6-57f8f82dd796","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6824","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6825","nonce":1959009278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6826","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6827","nonce":1959009278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6830","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6831","nonce":1959009278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6828","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6829","nonce":1959009278}]},"public_addr":"172.21.15.186:6825/1959009278","cluster_addr":"172.21.15.186:6827/1959009278","heartbeat_back_addr":"172.21.15.186:6831/1959009278","heartbeat_front_addr":"172.21.15.186:6829/1959009278","state":["exists","up"]},{"osd":7,"uuid":"7e587bc6-4233-4285-b7d9-c20adb5d8dd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6827","nonce":2381049334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6829","nonce":2381049334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6833","nonce":2381049334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6831","nonce":2381049334}]},"public_addr":"172.21.15.118:6827/2381049334","cluster_addr":"172.21.15.118:6829/2381049334","heartbeat_back_addr":"172.21.15.118:6833/2381049334","heartbeat_front_addr":"172.21.15.118:6831/2381049334","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-11-16T02:14:44.233881+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-11-16T02:14:53.758554+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-11-16T02:14:49.816449+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-11-16T02:15:02.356731+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-11-16T02:14:56.101529+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-11-16T02:15:10.654845+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-11-16T02:15:00.877846+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-11-16T02:15:18.323481+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/2498376296":"2023-11-17T02:12:21.232040+0000","172.21.15.118:0/509101962":"2023-11-17T02:12:21.232040+0000","172.21.15.118:6800/2498376296":"2023-11-17T02:12:21.232040+0000","172.21.15.118:6800/2148558065":"2023-11-17T02:11:19.245062+0000","172.21.15.118:0/1482657143":"2023-11-17T02:11:19.245062+0000","172.21.15.118:0/3435529506":"2023-11-17T02:12:21.232040+0000","172.21.15.118:0/3002568526":"2023-11-17T02:11:19.245062+0000","172.21.15.118:6801/2148558065":"2023-11-17T02:11:19.245062+0000","172.21.15.118:6800/1559973456":"2023-11-17T02:10:37.084522+0000","172.21.15.118:6801/1559973456":"2023-11-17T02:10:37.084522+0000","172.21.15.118:0/185681630":"2023-11-17T02:10:37.084522+0000","172.21.15.118:0/1719505390":"2023-11-17T02:10:37.084522+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-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: cephadm 2023-11-16T02:15:38.970958+0000 mgr.smithi118.ueiebd (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi186 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: audit 2023-11-16T02:15:38.978898+0000 mon.smithi118 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: audit 2023-11-16T02:15:39.272088+0000 mon.smithi118 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: audit 2023-11-16T02:15:39.273343+0000 mon.smithi118 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: audit 2023-11-16T02:15:39.274254+0000 mon.smithi118 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: audit 2023-11-16T02:15:39.275178+0000 mon.smithi118 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: cephadm 2023-11-16T02:15:39.275950+0000 mgr.smithi118.ueiebd (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 4028M 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: audit 2023-11-16T02:15:39.281366+0000 mon.smithi118 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:39 smithi186 bash[28774]: cluster 2023-11-16T02:15:39.283323+0000 mgr.smithi118.ueiebd (mgr.14180) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: cephadm 2023-11-16T02:15:38.970958+0000 mgr.smithi118.ueiebd (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi186 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: audit 2023-11-16T02:15:38.978898+0000 mon.smithi118 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: audit 2023-11-16T02:15:39.272088+0000 mon.smithi118 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: audit 2023-11-16T02:15:39.273343+0000 mon.smithi118 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: audit 2023-11-16T02:15:39.274254+0000 mon.smithi118 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: audit 2023-11-16T02:15:39.275178+0000 mon.smithi118 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: cephadm 2023-11-16T02:15:39.275950+0000 mgr.smithi118.ueiebd (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 4028M 2023-11-16T02:15:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: audit 2023-11-16T02:15:39.281366+0000 mon.smithi118 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:40.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:39 smithi118 bash[24930]: cluster 2023-11-16T02:15:39.283323+0000 mgr.smithi118.ueiebd (mgr.14180) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:40.993 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-16T02:14:56.035687+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-11-16T02:15:40.994 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-16T02:15:41.145 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:40 smithi118 bash[24930]: audit 2023-11-16T02:15:40.104843+0000 mon.smithi118 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.118:0/1018680648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:15:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:40 smithi186 bash[28774]: audit 2023-11-16T02:15:40.104843+0000 mon.smithi118 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.118:0/1018680648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:15:42.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:41 smithi186 bash[28774]: cluster 2023-11-16T02:15:41.283812+0000 mgr.smithi118.ueiebd (mgr.14180) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:42.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:41 smithi186 bash[28774]: audit 2023-11-16T02:15:41.879580+0000 mon.smithi118 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:42.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:41 smithi118 bash[24930]: cluster 2023-11-16T02:15:41.283812+0000 mgr.smithi118.ueiebd (mgr.14180) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:42.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:41 smithi118 bash[24930]: audit 2023-11-16T02:15:41.879580+0000 mon.smithi118 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:43.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: cephadm 2023-11-16T02:15:41.868286+0000 mgr.smithi118.ueiebd (mgr.14180) 146 : cephadm [INF] Detected new or changed devices on smithi118 2023-11-16T02:15:43.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.170686+0000 mon.smithi118 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.171999+0000 mon.smithi118 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.173152+0000 mon.smithi118 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.174262+0000 mon.smithi118 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: cephadm 2023-11-16T02:15:42.175032+0000 mgr.smithi118.ueiebd (mgr.14180) 147 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 3260M 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.180641+0000 mon.smithi118 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.182406+0000 mon.smithi118 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.183652+0000 mon.smithi118 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.189908+0000 mon.smithi118 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.196625+0000 mon.smithi118 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.203219+0000 mon.smithi118 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.204956+0000 mon.smithi118 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.205638+0000 mon.smithi118 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:42 smithi186 bash[28774]: audit 2023-11-16T02:15:42.206072+0000 mon.smithi118 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: cephadm 2023-11-16T02:15:41.868286+0000 mgr.smithi118.ueiebd (mgr.14180) 146 : cephadm [INF] Detected new or changed devices on smithi118 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.170686+0000 mon.smithi118 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.171999+0000 mon.smithi118 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.173152+0000 mon.smithi118 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.174262+0000 mon.smithi118 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: cephadm 2023-11-16T02:15:42.175032+0000 mgr.smithi118.ueiebd (mgr.14180) 147 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 3260M 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.180641+0000 mon.smithi118 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.182406+0000 mon.smithi118 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.183652+0000 mon.smithi118 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.189908+0000 mon.smithi118 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.196625+0000 mon.smithi118 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:15:43.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.203219+0000 mon.smithi118 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:15:43.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.204956+0000 mon.smithi118 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:15:43.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.205638+0000 mon.smithi118 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:42 smithi118 bash[24930]: audit 2023-11-16T02:15:42.206072+0000 mon.smithi118 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:44.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:43 smithi186 bash[28774]: cluster 2023-11-16T02:15:43.284397+0000 mgr.smithi118.ueiebd (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:44.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:43 smithi118 bash[24930]: cluster 2023-11-16T02:15:43.284397+0000 mgr.smithi118.ueiebd (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:45.816 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:15:46.891 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:46 smithi118 bash[24930]: cluster 2023-11-16T02:15:45.285005+0000 mgr.smithi118.ueiebd (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:47.015 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:46 smithi186 bash[28774]: cluster 2023-11-16T02:15:45.285005+0000 mgr.smithi118.ueiebd (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:48 smithi118 bash[24930]: cluster 2023-11-16T02:15:47.285469+0000 mgr.smithi118.ueiebd (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:49.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:48 smithi186 bash[28774]: cluster 2023-11-16T02:15:47.285469+0000 mgr.smithi118.ueiebd (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:50.531 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2023-11-16T02:15:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:50 smithi118 bash[24930]: cluster 2023-11-16T02:15:49.286035+0000 mgr.smithi118.ueiebd (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:50.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:50 smithi118 bash[24930]: audit 2023-11-16T02:15:50.530499+0000 mon.smithi118 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.118:0/3739887605' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-16T02:15:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:50 smithi186 bash[28774]: cluster 2023-11-16T02:15:49.286035+0000 mgr.smithi118.ueiebd (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:50 smithi186 bash[28774]: audit 2023-11-16T02:15:50.530499+0000 mon.smithi118 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.118:0/3739887605' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-16T02:15:51.722 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-16T02:15:51.722 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-16T02:15:51.722 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-16T02:15:53.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:52 smithi186 bash[28774]: cluster 2023-11-16T02:15:51.286480+0000 mgr.smithi118.ueiebd (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:52 smithi118 bash[24930]: cluster 2023-11-16T02:15:51.286480+0000 mgr.smithi118.ueiebd (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:55.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:54 smithi186 bash[28774]: cluster 2023-11-16T02:15:53.287079+0000 mgr.smithi118.ueiebd (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:55.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:54 smithi118 bash[24930]: cluster 2023-11-16T02:15:53.287079+0000 mgr.smithi118.ueiebd (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:15:56.918 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:56 smithi186 bash[28774]: cluster 2023-11-16T02:15:55.287629+0000 mgr.smithi118.ueiebd (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:57.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:56 smithi118 bash[24930]: cluster 2023-11-16T02:15:55.287629+0000 mgr.smithi118.ueiebd (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:15:58 smithi186 bash[28774]: cluster 2023-11-16T02:15:57.288246+0000 mgr.smithi118.ueiebd (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:15:59.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:15:58 smithi118 bash[24930]: cluster 2023-11-16T02:15:57.288246+0000 mgr.smithi118.ueiebd (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:00.772 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:16:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:00 smithi118 bash[24930]: cluster 2023-11-16T02:15:59.288744+0000 mgr.smithi118.ueiebd (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:01.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:00 smithi186 bash[28774]: cluster 2023-11-16T02:15:59.288744+0000 mgr.smithi118.ueiebd (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:02.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:01 smithi186 bash[28774]: audit 2023-11-16T02:16:00.762712+0000 mon.smithi118 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.118:0/247720764' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T02:16:02.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:01 smithi118 bash[24930]: audit 2023-11-16T02:16:00.762712+0000 mon.smithi118 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.118:0/247720764' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T02:16:02.382 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi118.ueiebd","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":19488456},{"type":"v1","addr":"172.21.15.118:6801","nonce":19488456}]},"active_addr":"172.21.15.118:6801/19488456","active_change":"2023-11-16T02:12:21.232312+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi186.qmfpex","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.118:8443/","prometheus":"http://172.21.15.118: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.118:0","nonce":802632456}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":1107337278}]}]} 2023-11-16T02:16:02.393 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-16T02:16:02.394 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-16T02:16:02.394 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T02:16:03.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:02 smithi186 bash[28774]: cluster 2023-11-16T02:16:01.289281+0000 mgr.smithi118.ueiebd (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:02 smithi118 bash[24930]: cluster 2023-11-16T02:16:01.289281+0000 mgr.smithi118.ueiebd (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:03.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:03 smithi118 bash[24930]: cluster 2023-11-16T02:16:03.289940+0000 mgr.smithi118.ueiebd (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:04.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:03 smithi186 bash[28774]: cluster 2023-11-16T02:16:03.289940+0000 mgr.smithi118.ueiebd (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:06.781 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:06 smithi186 bash[28774]: cluster 2023-11-16T02:16:05.290573+0000 mgr.smithi118.ueiebd (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:07.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:06 smithi118 bash[24930]: cluster 2023-11-16T02:16:05.290573+0000 mgr.smithi118.ueiebd (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:07.770 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:16:08.906 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:08 smithi118 bash[24930]: cluster 2023-11-16T02:16:07.291138+0000 mgr.smithi118.ueiebd (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:08.926 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:08 smithi186 bash[28774]: cluster 2023-11-16T02:16:07.291138+0000 mgr.smithi118.ueiebd (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:10 smithi118 bash[24930]: cluster 2023-11-16T02:16:09.291697+0000 mgr.smithi118.ueiebd (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:10 smithi118 bash[24930]: audit 2023-11-16T02:16:09.648349+0000 mon.smithi118 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:16:11.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:10 smithi186 bash[28774]: cluster 2023-11-16T02:16:09.291697+0000 mgr.smithi118.ueiebd (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:11.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:10 smithi186 bash[28774]: audit 2023-11-16T02:16:09.648349+0000 mon.smithi118 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:16:12.472 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:16:12.473 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":42,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","created":"2023-11-16T02:10:08.082717+0000","modified":"2023-11-16T02:15:20.629138+0000","last_up_change":"2023-11-16T02:15:19.376731+0000","last_in_change":"2023-11-16T02:14:20.346155+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-16T02:14:56.035687+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":"535609e1-7ca1-469f-b8cd-9f0a9b34aafa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6801","nonce":3162660155}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6803","nonce":3162660155}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6807","nonce":3162660155}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6805","nonce":3162660155}]},"public_addr":"172.21.15.186:6801/3162660155","cluster_addr":"172.21.15.186:6803/3162660155","heartbeat_back_addr":"172.21.15.186:6807/3162660155","heartbeat_front_addr":"172.21.15.186:6805/3162660155","state":["exists","up"]},{"osd":1,"uuid":"f19f68d2-bc47-4fa5-b132-fbf2e88d2637","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6803","nonce":3664315632}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6805","nonce":3664315632}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6809","nonce":3664315632}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6807","nonce":3664315632}]},"public_addr":"172.21.15.118:6803/3664315632","cluster_addr":"172.21.15.118:6805/3664315632","heartbeat_back_addr":"172.21.15.118:6809/3664315632","heartbeat_front_addr":"172.21.15.118:6807/3664315632","state":["exists","up"]},{"osd":2,"uuid":"2a205991-4e04-4333-86a6-6056a6f34dbe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6809","nonce":3343071851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6811","nonce":3343071851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6815","nonce":3343071851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6813","nonce":3343071851}]},"public_addr":"172.21.15.186:6809/3343071851","cluster_addr":"172.21.15.186:6811/3343071851","heartbeat_back_addr":"172.21.15.186:6815/3343071851","heartbeat_front_addr":"172.21.15.186:6813/3343071851","state":["exists","up"]},{"osd":3,"uuid":"da724b8c-c7da-4cff-be00-c08e1b24bb7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6811","nonce":2577386429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6813","nonce":2577386429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6817","nonce":2577386429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6815","nonce":2577386429}]},"public_addr":"172.21.15.118:6811/2577386429","cluster_addr":"172.21.15.118:6813/2577386429","heartbeat_back_addr":"172.21.15.118:6817/2577386429","heartbeat_front_addr":"172.21.15.118:6815/2577386429","state":["exists","up"]},{"osd":4,"uuid":"8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6816","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6817","nonce":1904603223}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6818","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6819","nonce":1904603223}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6822","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6823","nonce":1904603223}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6820","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6821","nonce":1904603223}]},"public_addr":"172.21.15.186:6817/1904603223","cluster_addr":"172.21.15.186:6819/1904603223","heartbeat_back_addr":"172.21.15.186:6823/1904603223","heartbeat_front_addr":"172.21.15.186:6821/1904603223","state":["exists","up"]},{"osd":5,"uuid":"73d8fdd6-9b38-4d4b-86a6-c496ae456be3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6819","nonce":786402567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6821","nonce":786402567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6825","nonce":786402567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6823","nonce":786402567}]},"public_addr":"172.21.15.118:6819/786402567","cluster_addr":"172.21.15.118:6821/786402567","heartbeat_back_addr":"172.21.15.118:6825/786402567","heartbeat_front_addr":"172.21.15.118:6823/786402567","state":["exists","up"]},{"osd":6,"uuid":"4e92164c-c050-4096-add6-57f8f82dd796","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6824","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6825","nonce":1959009278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6826","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6827","nonce":1959009278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6830","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6831","nonce":1959009278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6828","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6829","nonce":1959009278}]},"public_addr":"172.21.15.186:6825/1959009278","cluster_addr":"172.21.15.186:6827/1959009278","heartbeat_back_addr":"172.21.15.186:6831/1959009278","heartbeat_front_addr":"172.21.15.186:6829/1959009278","state":["exists","up"]},{"osd":7,"uuid":"7e587bc6-4233-4285-b7d9-c20adb5d8dd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6827","nonce":2381049334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6829","nonce":2381049334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6833","nonce":2381049334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6831","nonce":2381049334}]},"public_addr":"172.21.15.118:6827/2381049334","cluster_addr":"172.21.15.118:6829/2381049334","heartbeat_back_addr":"172.21.15.118:6833/2381049334","heartbeat_front_addr":"172.21.15.118:6831/2381049334","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-11-16T02:14:44.233881+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-11-16T02:14:53.758554+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-11-16T02:14:49.816449+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-11-16T02:15:02.356731+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-11-16T02:14:56.101529+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-11-16T02:15:10.654845+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-11-16T02:15:00.877846+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-11-16T02:15:18.323481+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/2498376296":"2023-11-17T02:12:21.232040+0000","172.21.15.118:0/509101962":"2023-11-17T02:12:21.232040+0000","172.21.15.118:6800/2498376296":"2023-11-17T02:12:21.232040+0000","172.21.15.118:6800/2148558065":"2023-11-17T02:11:19.245062+0000","172.21.15.118:0/1482657143":"2023-11-17T02:11:19.245062+0000","172.21.15.118:0/3435529506":"2023-11-17T02:12:21.232040+0000","172.21.15.118:0/3002568526":"2023-11-17T02:11:19.245062+0000","172.21.15.118:6801/2148558065":"2023-11-17T02:11:19.245062+0000","172.21.15.118:6800/1559973456":"2023-11-17T02:10:37.084522+0000","172.21.15.118:6801/1559973456":"2023-11-17T02:10:37.084522+0000","172.21.15.118:0/185681630":"2023-11-17T02:10:37.084522+0000","172.21.15.118:0/1719505390":"2023-11-17T02:10:37.084522+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-11-16T02:16:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:12 smithi118 bash[24930]: cluster 2023-11-16T02:16:11.292319+0000 mgr.smithi118.ueiebd (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:12 smithi118 bash[24930]: audit 2023-11-16T02:16:12.470686+0000 mon.smithi118 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.118:0/3981513973' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:16:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:12 smithi186 bash[28774]: cluster 2023-11-16T02:16:11.292319+0000 mgr.smithi118.ueiebd (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:12 smithi186 bash[28774]: audit 2023-11-16T02:16:12.470686+0000 mon.smithi118 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.118:0/3981513973' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:16:13.760 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-16T02:16:13.760 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T02:16:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:14 smithi118 bash[24930]: cluster 2023-11-16T02:16:13.292898+0000 mgr.smithi118.ueiebd (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:14 smithi186 bash[28774]: cluster 2023-11-16T02:16:13.292898+0000 mgr.smithi118.ueiebd (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:16.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:16 smithi186 bash[28774]: cluster 2023-11-16T02:16:15.293446+0000 mgr.smithi118.ueiebd (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:16.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:16 smithi186 bash[28774]: audit 2023-11-16T02:16:15.457771+0000 mon.smithi118 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:16:16.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:16 smithi118 bash[24930]: cluster 2023-11-16T02:16:15.293446+0000 mgr.smithi118.ueiebd (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:16.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:16 smithi118 bash[24930]: audit 2023-11-16T02:16:15.457771+0000 mon.smithi118 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:16:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:18 smithi186 bash[28774]: cluster 2023-11-16T02:16:17.293991+0000 mgr.smithi118.ueiebd (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:18 smithi118 bash[24930]: cluster 2023-11-16T02:16:17.293991+0000 mgr.smithi118.ueiebd (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:18.984 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:16:20.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:20 smithi118 bash[24930]: cluster 2023-11-16T02:16:19.294589+0000 mgr.smithi118.ueiebd (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:20 smithi186 bash[28774]: cluster 2023-11-16T02:16:19.294589+0000 mgr.smithi118.ueiebd (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:22.360 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:16:22.360 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":42,"fsid":"235e50e4-8425-11ee-8dbe-212e2dc638e7","created":"2023-11-16T02:10:08.082717+0000","modified":"2023-11-16T02:15:20.629138+0000","last_up_change":"2023-11-16T02:15:19.376731+0000","last_in_change":"2023-11-16T02:14:20.346155+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-16T02:14:56.035687+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":"535609e1-7ca1-469f-b8cd-9f0a9b34aafa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6800","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6801","nonce":3162660155}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6802","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6803","nonce":3162660155}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6806","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6807","nonce":3162660155}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6804","nonce":3162660155},{"type":"v1","addr":"172.21.15.186:6805","nonce":3162660155}]},"public_addr":"172.21.15.186:6801/3162660155","cluster_addr":"172.21.15.186:6803/3162660155","heartbeat_back_addr":"172.21.15.186:6807/3162660155","heartbeat_front_addr":"172.21.15.186:6805/3162660155","state":["exists","up"]},{"osd":1,"uuid":"f19f68d2-bc47-4fa5-b132-fbf2e88d2637","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6803","nonce":3664315632}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6805","nonce":3664315632}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6809","nonce":3664315632}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":3664315632},{"type":"v1","addr":"172.21.15.118:6807","nonce":3664315632}]},"public_addr":"172.21.15.118:6803/3664315632","cluster_addr":"172.21.15.118:6805/3664315632","heartbeat_back_addr":"172.21.15.118:6809/3664315632","heartbeat_front_addr":"172.21.15.118:6807/3664315632","state":["exists","up"]},{"osd":2,"uuid":"2a205991-4e04-4333-86a6-6056a6f34dbe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6808","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6809","nonce":3343071851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6810","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6811","nonce":3343071851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6814","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6815","nonce":3343071851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6812","nonce":3343071851},{"type":"v1","addr":"172.21.15.186:6813","nonce":3343071851}]},"public_addr":"172.21.15.186:6809/3343071851","cluster_addr":"172.21.15.186:6811/3343071851","heartbeat_back_addr":"172.21.15.186:6815/3343071851","heartbeat_front_addr":"172.21.15.186:6813/3343071851","state":["exists","up"]},{"osd":3,"uuid":"da724b8c-c7da-4cff-be00-c08e1b24bb7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6811","nonce":2577386429}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6813","nonce":2577386429}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6817","nonce":2577386429}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":2577386429},{"type":"v1","addr":"172.21.15.118:6815","nonce":2577386429}]},"public_addr":"172.21.15.118:6811/2577386429","cluster_addr":"172.21.15.118:6813/2577386429","heartbeat_back_addr":"172.21.15.118:6817/2577386429","heartbeat_front_addr":"172.21.15.118:6815/2577386429","state":["exists","up"]},{"osd":4,"uuid":"8a1ad5af-3b2a-4143-bc1f-2ac4d1fcc81e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6816","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6817","nonce":1904603223}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6818","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6819","nonce":1904603223}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6822","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6823","nonce":1904603223}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6820","nonce":1904603223},{"type":"v1","addr":"172.21.15.186:6821","nonce":1904603223}]},"public_addr":"172.21.15.186:6817/1904603223","cluster_addr":"172.21.15.186:6819/1904603223","heartbeat_back_addr":"172.21.15.186:6823/1904603223","heartbeat_front_addr":"172.21.15.186:6821/1904603223","state":["exists","up"]},{"osd":5,"uuid":"73d8fdd6-9b38-4d4b-86a6-c496ae456be3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6819","nonce":786402567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6821","nonce":786402567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6825","nonce":786402567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":786402567},{"type":"v1","addr":"172.21.15.118:6823","nonce":786402567}]},"public_addr":"172.21.15.118:6819/786402567","cluster_addr":"172.21.15.118:6821/786402567","heartbeat_back_addr":"172.21.15.118:6825/786402567","heartbeat_front_addr":"172.21.15.118:6823/786402567","state":["exists","up"]},{"osd":6,"uuid":"4e92164c-c050-4096-add6-57f8f82dd796","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6824","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6825","nonce":1959009278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6826","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6827","nonce":1959009278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6830","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6831","nonce":1959009278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.186:6828","nonce":1959009278},{"type":"v1","addr":"172.21.15.186:6829","nonce":1959009278}]},"public_addr":"172.21.15.186:6825/1959009278","cluster_addr":"172.21.15.186:6827/1959009278","heartbeat_back_addr":"172.21.15.186:6831/1959009278","heartbeat_front_addr":"172.21.15.186:6829/1959009278","state":["exists","up"]},{"osd":7,"uuid":"7e587bc6-4233-4285-b7d9-c20adb5d8dd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6827","nonce":2381049334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6829","nonce":2381049334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6833","nonce":2381049334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2381049334},{"type":"v1","addr":"172.21.15.118:6831","nonce":2381049334}]},"public_addr":"172.21.15.118:6827/2381049334","cluster_addr":"172.21.15.118:6829/2381049334","heartbeat_back_addr":"172.21.15.118:6833/2381049334","heartbeat_front_addr":"172.21.15.118:6831/2381049334","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-11-16T02:14:44.233881+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-11-16T02:14:53.758554+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-11-16T02:14:49.816449+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-11-16T02:15:02.356731+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-11-16T02:14:56.101529+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-11-16T02:15:10.654845+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-11-16T02:15:00.877846+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-11-16T02:15:18.323481+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.118:6801/2498376296":"2023-11-17T02:12:21.232040+0000","172.21.15.118:0/509101962":"2023-11-17T02:12:21.232040+0000","172.21.15.118:6800/2498376296":"2023-11-17T02:12:21.232040+0000","172.21.15.118:6800/2148558065":"2023-11-17T02:11:19.245062+0000","172.21.15.118:0/1482657143":"2023-11-17T02:11:19.245062+0000","172.21.15.118:0/3435529506":"2023-11-17T02:12:21.232040+0000","172.21.15.118:0/3002568526":"2023-11-17T02:11:19.245062+0000","172.21.15.118:6801/2148558065":"2023-11-17T02:11:19.245062+0000","172.21.15.118:6800/1559973456":"2023-11-17T02:10:37.084522+0000","172.21.15.118:6801/1559973456":"2023-11-17T02:10:37.084522+0000","172.21.15.118:0/185681630":"2023-11-17T02:10:37.084522+0000","172.21.15.118:0/1719505390":"2023-11-17T02:10:37.084522+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-11-16T02:16:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:22 smithi118 bash[24930]: cluster 2023-11-16T02:16:21.295154+0000 mgr.smithi118.ueiebd (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:22 smithi118 bash[24930]: audit 2023-11-16T02:16:22.357366+0000 mon.smithi118 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.118:0/2076239179' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:16:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:22 smithi186 bash[28774]: cluster 2023-11-16T02:16:21.295154+0000 mgr.smithi118.ueiebd (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:22 smithi186 bash[28774]: audit 2023-11-16T02:16:22.357366+0000 mon.smithi118 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.118:0/2076239179' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:16:23.153 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-16T02:16:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:24 smithi186 bash[28774]: cluster 2023-11-16T02:16:23.295574+0000 mgr.smithi118.ueiebd (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:25.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:24 smithi118 bash[24930]: cluster 2023-11-16T02:16:23.295574+0000 mgr.smithi118.ueiebd (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:26 smithi186 bash[28774]: cluster 2023-11-16T02:16:25.296131+0000 mgr.smithi118.ueiebd (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:27.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:26 smithi118 bash[24930]: cluster 2023-11-16T02:16:25.296131+0000 mgr.smithi118.ueiebd (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:27.940 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:16:28.963 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:28 smithi118 bash[24930]: cluster 2023-11-16T02:16:27.296745+0000 mgr.smithi118.ueiebd (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:28 smithi186 bash[28774]: cluster 2023-11-16T02:16:27.296745+0000 mgr.smithi118.ueiebd (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:30 smithi186 bash[28774]: cluster 2023-11-16T02:16:29.297343+0000 mgr.smithi118.ueiebd (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:31.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:30 smithi118 bash[24930]: cluster 2023-11-16T02:16:29.297343+0000 mgr.smithi118.ueiebd (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:31.902 INFO:teuthology.orchestra.run.smithi118.stdout:68719476760 2023-11-16T02:16:31.902 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-16T02:16:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:32 smithi186 bash[28774]: cluster 2023-11-16T02:16:31.297934+0000 mgr.smithi118.ueiebd (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:33.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:32 smithi118 bash[24930]: cluster 2023-11-16T02:16:31.297934+0000 mgr.smithi118.ueiebd (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:34 smithi186 bash[28774]: cluster 2023-11-16T02:16:33.298574+0000 mgr.smithi118.ueiebd (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:34 smithi118 bash[24930]: cluster 2023-11-16T02:16:33.298574+0000 mgr.smithi118.ueiebd (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:36.685 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:16:37.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:36 smithi186 bash[28774]: cluster 2023-11-16T02:16:35.299118+0000 mgr.smithi118.ueiebd (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:37.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:36 smithi118 bash[24930]: cluster 2023-11-16T02:16:35.299118+0000 mgr.smithi118.ueiebd (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:37.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:37 smithi118 bash[24930]: cluster 2023-11-16T02:16:37.299698+0000 mgr.smithi118.ueiebd (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:38.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:37 smithi186 bash[28774]: cluster 2023-11-16T02:16:37.299698+0000 mgr.smithi118.ueiebd (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:40.405 INFO:teuthology.orchestra.run.smithi118.stdout:103079215127 2023-11-16T02:16:40.406 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-16T02:16:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:40 smithi118 bash[24930]: cluster 2023-11-16T02:16:39.300240+0000 mgr.smithi118.ueiebd (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:40 smithi186 bash[28774]: cluster 2023-11-16T02:16:39.300240+0000 mgr.smithi118.ueiebd (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:42 smithi186 bash[28774]: cluster 2023-11-16T02:16:41.300843+0000 mgr.smithi118.ueiebd (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:43.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:42 smithi118 bash[24930]: cluster 2023-11-16T02:16:41.300843+0000 mgr.smithi118.ueiebd (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:45.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:44 smithi186 bash[28774]: cluster 2023-11-16T02:16:43.301418+0000 mgr.smithi118.ueiebd (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:44 smithi118 bash[24930]: cluster 2023-11-16T02:16:43.301418+0000 mgr.smithi118.ueiebd (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:45.190 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:16:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:46 smithi118 bash[24930]: cluster 2023-11-16T02:16:45.302015+0000 mgr.smithi118.ueiebd (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:47.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:46 smithi186 bash[28774]: cluster 2023-11-16T02:16:45.302015+0000 mgr.smithi118.ueiebd (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:48 smithi118 bash[24930]: cluster 2023-11-16T02:16:47.302636+0000 mgr.smithi118.ueiebd (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:49.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:48 smithi186 bash[28774]: cluster 2023-11-16T02:16:47.302636+0000 mgr.smithi118.ueiebd (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:49.079 INFO:teuthology.orchestra.run.smithi118.stdout:85899345947 2023-11-16T02:16:49.080 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-16T02:16:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:50 smithi186 bash[28774]: cluster 2023-11-16T02:16:49.303143+0000 mgr.smithi118.ueiebd (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:50 smithi118 bash[24930]: cluster 2023-11-16T02:16:49.303143+0000 mgr.smithi118.ueiebd (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:53.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:52 smithi186 bash[28774]: cluster 2023-11-16T02:16:51.303723+0000 mgr.smithi118.ueiebd (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:52 smithi118 bash[24930]: cluster 2023-11-16T02:16:51.303723+0000 mgr.smithi118.ueiebd (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:53.865 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:16:55.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:54 smithi118 bash[24930]: cluster 2023-11-16T02:16:53.304265+0000 mgr.smithi118.ueiebd (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:55.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:54 smithi186 bash[28774]: cluster 2023-11-16T02:16:53.304265+0000 mgr.smithi118.ueiebd (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:56 smithi118 bash[24930]: cluster 2023-11-16T02:16:55.304698+0000 mgr.smithi118.ueiebd (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:57.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:56 smithi186 bash[28774]: cluster 2023-11-16T02:16:55.304698+0000 mgr.smithi118.ueiebd (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:57.666 INFO:teuthology.orchestra.run.smithi118.stdout:133143986200 2023-11-16T02:16:57.667 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-16T02:16:58.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:16:57 smithi186 bash[28774]: cluster 2023-11-16T02:16:57.305144+0000 mgr.smithi118.ueiebd (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:16:58.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:16:57 smithi118 bash[24930]: cluster 2023-11-16T02:16:57.305144+0000 mgr.smithi118.ueiebd (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:00 smithi186 bash[28774]: cluster 2023-11-16T02:16:59.305658+0000 mgr.smithi118.ueiebd (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:01.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:00 smithi118 bash[24930]: cluster 2023-11-16T02:16:59.305658+0000 mgr.smithi118.ueiebd (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:02.451 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:02.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:02 smithi118 bash[24930]: cluster 2023-11-16T02:17:01.306239+0000 mgr.smithi118.ueiebd (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:03.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:02 smithi186 bash[28774]: cluster 2023-11-16T02:17:01.306239+0000 mgr.smithi118.ueiebd (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:04 smithi118 bash[24930]: cluster 2023-11-16T02:17:03.306824+0000 mgr.smithi118.ueiebd (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:04 smithi186 bash[28774]: cluster 2023-11-16T02:17:03.306824+0000 mgr.smithi118.ueiebd (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:06.376 INFO:teuthology.orchestra.run.smithi118.stdout:111669149723 2023-11-16T02:17:06.376 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-16T02:17:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:06 smithi186 bash[28774]: cluster 2023-11-16T02:17:05.307464+0000 mgr.smithi118.ueiebd (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:07.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:06 smithi118 bash[24930]: cluster 2023-11-16T02:17:05.307464+0000 mgr.smithi118.ueiebd (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:09.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:08 smithi186 bash[28774]: cluster 2023-11-16T02:17:07.308077+0000 mgr.smithi118.ueiebd (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:09.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:08 smithi118 bash[24930]: cluster 2023-11-16T02:17:07.308077+0000 mgr.smithi118.ueiebd (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:10 smithi186 bash[28774]: cluster 2023-11-16T02:17:09.308649+0000 mgr.smithi118.ueiebd (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:10 smithi118 bash[24930]: cluster 2023-11-16T02:17:09.308649+0000 mgr.smithi118.ueiebd (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:11.155 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:12 smithi118 bash[24930]: cluster 2023-11-16T02:17:11.309247+0000 mgr.smithi118.ueiebd (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:12 smithi186 bash[28774]: cluster 2023-11-16T02:17:11.309247+0000 mgr.smithi118.ueiebd (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:14 smithi118 bash[24930]: cluster 2023-11-16T02:17:13.309834+0000 mgr.smithi118.ueiebd (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:15.014 INFO:teuthology.orchestra.run.smithi118.stdout:154618822683 2023-11-16T02:17:15.015 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-16T02:17:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:14 smithi186 bash[28774]: cluster 2023-11-16T02:17:13.309834+0000 mgr.smithi118.ueiebd (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:15 smithi186 bash[28774]: audit 2023-11-16T02:17:15.461699+0000 mon.smithi118 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:17:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:15 smithi118 bash[24930]: audit 2023-11-16T02:17:15.461699+0000 mon.smithi118 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:17:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:16 smithi186 bash[28774]: cluster 2023-11-16T02:17:15.310501+0000 mgr.smithi118.ueiebd (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:17.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:16 smithi118 bash[24930]: cluster 2023-11-16T02:17:15.310501+0000 mgr.smithi118.ueiebd (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:18.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:17 smithi186 bash[28774]: cluster 2023-11-16T02:17:17.311029+0000 mgr.smithi118.ueiebd (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:18.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:17 smithi118 bash[24930]: cluster 2023-11-16T02:17:17.311029+0000 mgr.smithi118.ueiebd (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:19.804 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:20.911 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:20 smithi118 bash[24930]: cluster 2023-11-16T02:17:19.311600+0000 mgr.smithi118.ueiebd (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:20 smithi186 bash[28774]: cluster 2023-11-16T02:17:19.311600+0000 mgr.smithi118.ueiebd (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:22.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: audit 2023-11-16T02:17:20.974097+0000 mon.smithi118 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:17:22.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: audit 2023-11-16T02:17:21.039964+0000 mon.smithi118 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:17:22.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: audit 2023-11-16T02:17:21.308333+0000 mon.smithi118 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:17:22.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: audit 2023-11-16T02:17:21.309385+0000 mon.smithi118 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:17:22.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: cluster 2023-11-16T02:17:21.311949+0000 mgr.smithi118.ueiebd (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:22.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: audit 2023-11-16T02:17:21.314809+0000 mon.smithi118 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:17:22.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:21 smithi186 bash[28774]: audit 2023-11-16T02:17:21.322334+0000 mon.smithi118 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:17:22.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: audit 2023-11-16T02:17:20.974097+0000 mon.smithi118 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:17:22.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: audit 2023-11-16T02:17:21.039964+0000 mon.smithi118 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:17:22.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: audit 2023-11-16T02:17:21.308333+0000 mon.smithi118 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:17:22.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: audit 2023-11-16T02:17:21.309385+0000 mon.smithi118 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:17:22.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: cluster 2023-11-16T02:17:21.311949+0000 mgr.smithi118.ueiebd (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:22.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: audit 2023-11-16T02:17:21.314809+0000 mon.smithi118 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:17:22.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:21 smithi118 bash[24930]: audit 2023-11-16T02:17:21.322334+0000 mon.smithi118 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:17:23.876 INFO:teuthology.orchestra.run.smithi118.stdout:128849018911 2023-11-16T02:17:23.877 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-16T02:17:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:24 smithi118 bash[24930]: cluster 2023-11-16T02:17:23.312490+0000 mgr.smithi118.ueiebd (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:24 smithi186 bash[28774]: cluster 2023-11-16T02:17:23.312490+0000 mgr.smithi118.ueiebd (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:26 smithi186 bash[28774]: cluster 2023-11-16T02:17:25.313091+0000 mgr.smithi118.ueiebd (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.884 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:26 smithi118 bash[24930]: cluster 2023-11-16T02:17:25.313091+0000 mgr.smithi118.ueiebd (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.885 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:34.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:28 smithi186 bash[28774]: cluster 2023-11-16T02:17:27.313682+0000 mgr.smithi118.ueiebd (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:30 smithi186 bash[28774]: cluster 2023-11-16T02:17:29.314280+0000 mgr.smithi118.ueiebd (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:32 smithi186 bash[28774]: cluster 2023-11-16T02:17:31.314898+0000 mgr.smithi118.ueiebd (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.886 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:28 smithi118 bash[24930]: cluster 2023-11-16T02:17:27.313682+0000 mgr.smithi118.ueiebd (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.886 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:30 smithi118 bash[24930]: cluster 2023-11-16T02:17:29.314280+0000 mgr.smithi118.ueiebd (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:34.887 INFO:teuthology.orchestra.run.smithi118.stdout:171798691870 2023-11-16T02:17:34.887 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-16T02:17:34.887 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:32 smithi118 bash[24930]: cluster 2023-11-16T02:17:31.314898+0000 mgr.smithi118.ueiebd (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:34 smithi186 bash[28774]: cluster 2023-11-16T02:17:33.315532+0000 mgr.smithi118.ueiebd (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:34 smithi118 bash[24930]: cluster 2023-11-16T02:17:33.315532+0000 mgr.smithi118.ueiebd (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:37.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:36 smithi186 bash[28774]: cluster 2023-11-16T02:17:35.316157+0000 mgr.smithi118.ueiebd (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:37.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:36 smithi118 bash[24930]: cluster 2023-11-16T02:17:35.316157+0000 mgr.smithi118.ueiebd (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:39.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:38 smithi186 bash[28774]: cluster 2023-11-16T02:17:37.316748+0000 mgr.smithi118.ueiebd (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:39.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:38 smithi118 bash[24930]: cluster 2023-11-16T02:17:37.316748+0000 mgr.smithi118.ueiebd (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:39.670 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:40.926 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:40 smithi118 bash[24930]: cluster 2023-11-16T02:17:39.317424+0000 mgr.smithi118.ueiebd (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:40 smithi186 bash[28774]: cluster 2023-11-16T02:17:39.317424+0000 mgr.smithi118.ueiebd (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:42 smithi118 bash[24930]: cluster 2023-11-16T02:17:41.318144+0000 mgr.smithi118.ueiebd (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:43.031 INFO:teuthology.orchestra.run.smithi118.stdout:68719476774 2023-11-16T02:17:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:42 smithi186 bash[28774]: cluster 2023-11-16T02:17:41.318144+0000 mgr.smithi118.ueiebd (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:43.898 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476760 got 68719476774 for osd.0 2023-11-16T02:17:43.901 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-16T02:17:44.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:43 smithi186 bash[28774]: audit 2023-11-16T02:17:43.030299+0000 mon.smithi118 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.118:0/2394968990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T02:17:44.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:43 smithi118 bash[24930]: audit 2023-11-16T02:17:43.030299+0000 mon.smithi118 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.118:0/2394968990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T02:17:45.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:44 smithi186 bash[28774]: cluster 2023-11-16T02:17:43.318553+0000 mgr.smithi118.ueiebd (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:44 smithi118 bash[24930]: cluster 2023-11-16T02:17:43.318553+0000 mgr.smithi118.ueiebd (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:47.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:46 smithi186 bash[28774]: cluster 2023-11-16T02:17:45.319060+0000 mgr.smithi118.ueiebd (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:47.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:46 smithi118 bash[24930]: cluster 2023-11-16T02:17:45.319060+0000 mgr.smithi118.ueiebd (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:48.692 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:49.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:48 smithi186 bash[28774]: cluster 2023-11-16T02:17:47.319659+0000 mgr.smithi118.ueiebd (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:48 smithi118 bash[24930]: cluster 2023-11-16T02:17:47.319659+0000 mgr.smithi118.ueiebd (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:50 smithi118 bash[24930]: cluster 2023-11-16T02:17:49.320349+0000 mgr.smithi118.ueiebd (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:50 smithi186 bash[28774]: cluster 2023-11-16T02:17:49.320349+0000 mgr.smithi118.ueiebd (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:51.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:51 smithi118 bash[24930]: cluster 2023-11-16T02:17:51.321035+0000 mgr.smithi118.ueiebd (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:51.927 INFO:teuthology.orchestra.run.smithi118.stdout:103079215142 2023-11-16T02:17:52.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:51 smithi186 bash[28774]: cluster 2023-11-16T02:17:51.321035+0000 mgr.smithi118.ueiebd (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:52.816 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215127 got 103079215142 for osd.1 2023-11-16T02:17:52.816 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-16T02:17:53.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:52 smithi186 bash[28774]: audit 2023-11-16T02:17:51.926492+0000 mon.smithi118 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.118:0/4117592448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T02:17:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:52 smithi118 bash[24930]: audit 2023-11-16T02:17:51.926492+0000 mon.smithi118 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.118:0/4117592448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T02:17:54.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:53 smithi186 bash[28774]: cluster 2023-11-16T02:17:53.321598+0000 mgr.smithi118.ueiebd (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:54.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:53 smithi118 bash[24930]: cluster 2023-11-16T02:17:53.321598+0000 mgr.smithi118.ueiebd (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:57.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:56 smithi186 bash[28774]: cluster 2023-11-16T02:17:55.322187+0000 mgr.smithi118.ueiebd (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:57.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:56 smithi118 bash[24930]: cluster 2023-11-16T02:17:55.322187+0000 mgr.smithi118.ueiebd (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:57.604 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:17:59.015 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:17:58 smithi118 bash[24930]: cluster 2023-11-16T02:17:57.322705+0000 mgr.smithi118.ueiebd (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:17:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:17:58 smithi186 bash[28774]: cluster 2023-11-16T02:17:57.322705+0000 mgr.smithi118.ueiebd (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:00.863 INFO:teuthology.orchestra.run.smithi118.stdout:85899345961 2023-11-16T02:18:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:00 smithi118 bash[24930]: cluster 2023-11-16T02:17:59.323305+0000 mgr.smithi118.ueiebd (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:00 smithi186 bash[28774]: cluster 2023-11-16T02:17:59.323305+0000 mgr.smithi118.ueiebd (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:01.692 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345947 got 85899345961 for osd.2 2023-11-16T02:18:01.693 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-16T02:18:02.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:01 smithi186 bash[28774]: audit 2023-11-16T02:18:00.862474+0000 mon.smithi118 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.118:0/998691771' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T02:18:02.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:01 smithi118 bash[24930]: audit 2023-11-16T02:18:00.862474+0000 mon.smithi118 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.118:0/998691771' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T02:18:03.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:02 smithi186 bash[28774]: cluster 2023-11-16T02:18:01.323894+0000 mgr.smithi118.ueiebd (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:02 smithi118 bash[24930]: cluster 2023-11-16T02:18:01.323894+0000 mgr.smithi118.ueiebd (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:04 smithi186 bash[28774]: cluster 2023-11-16T02:18:03.324478+0000 mgr.smithi118.ueiebd (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:05.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:04 smithi118 bash[24930]: cluster 2023-11-16T02:18:03.324478+0000 mgr.smithi118.ueiebd (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:06.477 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:18:06.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:06 smithi118 bash[24930]: cluster 2023-11-16T02:18:05.325052+0000 mgr.smithi118.ueiebd (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:06 smithi186 bash[28774]: cluster 2023-11-16T02:18:05.325052+0000 mgr.smithi118.ueiebd (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:07 smithi118 bash[24930]: cluster 2023-11-16T02:18:07.325627+0000 mgr.smithi118.ueiebd (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:08.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:07 smithi186 bash[28774]: cluster 2023-11-16T02:18:07.325627+0000 mgr.smithi118.ueiebd (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:09.827 INFO:teuthology.orchestra.run.smithi118.stdout:133143986215 2023-11-16T02:18:10.662 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986200 got 133143986215 for osd.3 2023-11-16T02:18:10.662 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-16T02:18:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:10 smithi186 bash[28774]: cluster 2023-11-16T02:18:09.326165+0000 mgr.smithi118.ueiebd (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:10 smithi186 bash[28774]: audit 2023-11-16T02:18:09.825772+0000 mon.smithi118 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.118:0/760451813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T02:18:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:10 smithi118 bash[24930]: cluster 2023-11-16T02:18:09.326165+0000 mgr.smithi118.ueiebd (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:10 smithi118 bash[24930]: audit 2023-11-16T02:18:09.825772+0000 mon.smithi118 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.118:0/760451813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T02:18:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:12 smithi186 bash[28774]: cluster 2023-11-16T02:18:11.326732+0000 mgr.smithi118.ueiebd (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:13.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:12 smithi118 bash[24930]: cluster 2023-11-16T02:18:11.326732+0000 mgr.smithi118.ueiebd (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:14 smithi186 bash[28774]: cluster 2023-11-16T02:18:13.327324+0000 mgr.smithi118.ueiebd (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:15.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:14 smithi118 bash[24930]: cluster 2023-11-16T02:18:13.327324+0000 mgr.smithi118.ueiebd (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:15.448 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:18:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:16 smithi186 bash[28774]: cluster 2023-11-16T02:18:15.327912+0000 mgr.smithi118.ueiebd (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:17.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:16 smithi118 bash[24930]: cluster 2023-11-16T02:18:15.327912+0000 mgr.smithi118.ueiebd (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:18.648 INFO:teuthology.orchestra.run.smithi118.stdout:111669149737 2023-11-16T02:18:19.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:18 smithi186 bash[28774]: cluster 2023-11-16T02:18:17.328539+0000 mgr.smithi118.ueiebd (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:19.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:18 smithi186 bash[28774]: audit 2023-11-16T02:18:18.647434+0000 mon.smithi118 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.118:0/3736145289' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T02:18:19.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:18 smithi118 bash[24930]: cluster 2023-11-16T02:18:17.328539+0000 mgr.smithi118.ueiebd (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:19.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:18 smithi118 bash[24930]: audit 2023-11-16T02:18:18.647434+0000 mon.smithi118 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.118:0/3736145289' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T02:18:19.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149723 got 111669149737 for osd.4 2023-11-16T02:18:19.420 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-16T02:18:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:20 smithi186 bash[28774]: cluster 2023-11-16T02:18:19.329121+0000 mgr.smithi118.ueiebd (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:20 smithi118 bash[24930]: cluster 2023-11-16T02:18:19.329121+0000 mgr.smithi118.ueiebd (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:22.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:21 smithi186 bash[28774]: cluster 2023-11-16T02:18:21.329701+0000 mgr.smithi118.ueiebd (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:22.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:21 smithi186 bash[28774]: audit 2023-11-16T02:18:21.330036+0000 mon.smithi118 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:18:22.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:21 smithi118 bash[24930]: cluster 2023-11-16T02:18:21.329701+0000 mgr.smithi118.ueiebd (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:22.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:21 smithi118 bash[24930]: audit 2023-11-16T02:18:21.330036+0000 mon.smithi118 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:18:24.204 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:18:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:24 smithi118 bash[24930]: cluster 2023-11-16T02:18:23.330340+0000 mgr.smithi118.ueiebd (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:24.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:24 smithi186 bash[28774]: cluster 2023-11-16T02:18:23.330340+0000 mgr.smithi118.ueiebd (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:26 smithi186 bash[28774]: cluster 2023-11-16T02:18:25.330907+0000 mgr.smithi118.ueiebd (mgr.14180) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:26 smithi186 bash[28774]: audit 2023-11-16T02:18:26.352219+0000 mon.smithi118 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:18:27.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:26 smithi118 bash[24930]: cluster 2023-11-16T02:18:25.330907+0000 mgr.smithi118.ueiebd (mgr.14180) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:27.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:26 smithi118 bash[24930]: audit 2023-11-16T02:18:26.352219+0000 mon.smithi118 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:18:27.550 INFO:teuthology.orchestra.run.smithi118.stdout:154618822697 2023-11-16T02:18:28.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: audit 2023-11-16T02:18:26.884380+0000 mon.smithi118 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:18:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: audit 2023-11-16T02:18:27.157003+0000 mon.smithi118 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:18:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: audit 2023-11-16T02:18:27.158349+0000 mon.smithi118 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:18:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: audit 2023-11-16T02:18:27.165110+0000 mon.smithi118 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:18:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: audit 2023-11-16T02:18:27.174118+0000 mon.smithi118 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:18:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: cluster 2023-11-16T02:18:27.331484+0000 mgr.smithi118.ueiebd (mgr.14180) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:27 smithi118 bash[24930]: audit 2023-11-16T02:18:27.548918+0000 mon.smithi118 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.118:0/2160585650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: audit 2023-11-16T02:18:26.884380+0000 mon.smithi118 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: audit 2023-11-16T02:18:27.157003+0000 mon.smithi118 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: audit 2023-11-16T02:18:27.158349+0000 mon.smithi118 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: audit 2023-11-16T02:18:27.165110+0000 mon.smithi118 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: audit 2023-11-16T02:18:27.174118+0000 mon.smithi118 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: cluster 2023-11-16T02:18:27.331484+0000 mgr.smithi118.ueiebd (mgr.14180) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:27 smithi186 bash[28774]: audit 2023-11-16T02:18:27.548918+0000 mon.smithi118 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.118:0/2160585650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T02:18:28.415 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822683 got 154618822697 for osd.5 2023-11-16T02:18:28.416 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-16T02:18:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:30 smithi186 bash[28774]: cluster 2023-11-16T02:18:29.332056+0000 mgr.smithi118.ueiebd (mgr.14180) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:30 smithi118 bash[24930]: cluster 2023-11-16T02:18:29.332056+0000 mgr.smithi118.ueiebd (mgr.14180) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:32 smithi186 bash[28774]: cluster 2023-11-16T02:18:31.332633+0000 mgr.smithi118.ueiebd (mgr.14180) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:33.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:32 smithi118 bash[24930]: cluster 2023-11-16T02:18:31.332633+0000 mgr.smithi118.ueiebd (mgr.14180) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:33.195 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:18:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:34 smithi118 bash[24930]: cluster 2023-11-16T02:18:33.333229+0000 mgr.smithi118.ueiebd (mgr.14180) 233 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:34 smithi186 bash[28774]: cluster 2023-11-16T02:18:33.333229+0000 mgr.smithi118.ueiebd (mgr.14180) 233 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:36.507 INFO:teuthology.orchestra.run.smithi118.stdout:128849018925 2023-11-16T02:18:36.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:36 smithi118 bash[24930]: cluster 2023-11-16T02:18:35.333825+0000 mgr.smithi118.ueiebd (mgr.14180) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:36.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:36 smithi118 bash[24930]: audit 2023-11-16T02:18:36.506662+0000 mon.smithi118 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.118:0/3689400538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T02:18:37.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:36 smithi186 bash[28774]: cluster 2023-11-16T02:18:35.333825+0000 mgr.smithi118.ueiebd (mgr.14180) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:37.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:36 smithi186 bash[28774]: audit 2023-11-16T02:18:36.506662+0000 mon.smithi118 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.118:0/3689400538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T02:18:37.383 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018911 got 128849018925 for osd.6 2023-11-16T02:18:37.384 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-16T02:18:39.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:38 smithi186 bash[28774]: cluster 2023-11-16T02:18:37.334454+0000 mgr.smithi118.ueiebd (mgr.14180) 235 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:39.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:38 smithi118 bash[24930]: cluster 2023-11-16T02:18:37.334454+0000 mgr.smithi118.ueiebd (mgr.14180) 235 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:40 smithi186 bash[28774]: cluster 2023-11-16T02:18:39.334967+0000 mgr.smithi118.ueiebd (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:40 smithi118 bash[24930]: cluster 2023-11-16T02:18:39.334967+0000 mgr.smithi118.ueiebd (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:42.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:41 smithi186 bash[28774]: cluster 2023-11-16T02:18:41.335533+0000 mgr.smithi118.ueiebd (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:41 smithi118 bash[24930]: cluster 2023-11-16T02:18:41.335533+0000 mgr.smithi118.ueiebd (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:42.164 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:18:44.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:44 smithi118 bash[24930]: cluster 2023-11-16T02:18:43.336028+0000 mgr.smithi118.ueiebd (mgr.14180) 238 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:44.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:44 smithi186 bash[28774]: cluster 2023-11-16T02:18:43.336028+0000 mgr.smithi118.ueiebd (mgr.14180) 238 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:45.657 INFO:teuthology.orchestra.run.smithi118.stdout:171798691884 2023-11-16T02:18:45.943 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:45 smithi118 bash[24930]: audit 2023-11-16T02:18:45.654800+0000 mon.smithi118 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.118:0/2110874873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T02:18:46.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:45 smithi186 bash[28774]: audit 2023-11-16T02:18:45.654800+0000 mon.smithi118 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.118:0/2110874873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T02:18:46.517 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691870 got 171798691884 for osd.7 2023-11-16T02:18:46.517 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-16T02:18:46.517 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T02:18:46.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:46 smithi118 bash[24930]: cluster 2023-11-16T02:18:45.336600+0000 mgr.smithi118.ueiebd (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:47.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:46 smithi186 bash[28774]: cluster 2023-11-16T02:18:45.336600+0000 mgr.smithi118.ueiebd (mgr.14180) 239 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:48 smithi186 bash[28774]: cluster 2023-11-16T02:18:47.337192+0000 mgr.smithi118.ueiebd (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:48 smithi118 bash[24930]: cluster 2023-11-16T02:18:47.337192+0000 mgr.smithi118.ueiebd (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:50 smithi186 bash[28774]: cluster 2023-11-16T02:18:49.337771+0000 mgr.smithi118.ueiebd (mgr.14180) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:50 smithi118 bash[24930]: cluster 2023-11-16T02:18:49.337771+0000 mgr.smithi118.ueiebd (mgr.14180) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:51.300 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:18:53.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:52 smithi186 bash[28774]: cluster 2023-11-16T02:18:51.338211+0000 mgr.smithi118.ueiebd (mgr.14180) 242 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:52 smithi118 bash[24930]: cluster 2023-11-16T02:18:51.338211+0000 mgr.smithi118.ueiebd (mgr.14180) 242 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:54.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:53 smithi186 bash[28774]: cluster 2023-11-16T02:18:53.338839+0000 mgr.smithi118.ueiebd (mgr.14180) 243 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:53 smithi118 bash[24930]: cluster 2023-11-16T02:18:53.338839+0000 mgr.smithi118.ueiebd (mgr.14180) 243 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:54.609 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:18:54.611 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-11-16T02:18:55.499 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":227,"stamp":"2023-11-16T02:18:53.338516+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":2380044,"kb_used_data":3276,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548404,"statfs":{"total":767926730752,"available":765489565696,"internally_reserved":0,"allocated":3354624,"data_stored":1306641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":42,"state":"active+clean","last_fresh":"2023-11-16T02:15:20.716223+0000","last_change":"2023-11-16T02:15:20.716223+0000","last_active":"2023-11-16T02:15:20.716223+0000","last_peered":"2023-11-16T02:15:20.716223+0000","last_clean":"2023-11-16T02:15:20.716223+0000","last_became_active":"2023-11-16T02:15:20.715680+0000","last_became_peered":"2023-11-16T02:15:20.715680+0000","last_unstale":"2023-11-16T02:15:20.716223+0000","last_undegraded":"2023-11-16T02:15:20.716223+0000","last_fullsized":"2023-11-16T02:15:20.716223+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T02:14:56.580944+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T02:14:56.580944+0000","last_clean_scrub_stamp":"2023-11-16T02:14:56.580944+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691886,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.79300000000000004,"15min":0.78200000000000003},"min":{"1min":0.67500000000000004,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.0720000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":1.0629999999999999},{"interface":"front","average":{"1min":0.878,"5min":0.83999999999999997,"15min":0.82999999999999996},"min":{"1min":0.60199999999999998,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.204,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":1.143}]},{"osd":1,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.747,"15min":0.73999999999999999},"min":{"1min":0.58499999999999996,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.84099999999999997,"15min":0.82299999999999995},"min":{"1min":0.57799999999999996,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.91000000000000003}]},{"osd":2,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.82099999999999995,"15min":0.80900000000000005},"min":{"1min":0.748,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.997,"5min":1.125,"15min":1.125},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.90500000000000003,"15min":0.88600000000000001},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.1819999999999999,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.97599999999999998}]},{"osd":3,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.72599999999999998,"15min":0.69699999999999995},"min":{"1min":0.51500000000000001,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.95999999999999996,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.752,"15min":0.72999999999999998},"min":{"1min":0.54700000000000004,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.1120000000000001,"5min":1.274,"15min":1.274},"last":0.69999999999999996}]},{"osd":4,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.90100000000000002,"15min":0.86699999999999999},"min":{"1min":0.83599999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":0.81200000000000006},{"interface":"front","average":{"1min":1.069,"5min":0.98799999999999999,"15min":0.97299999999999998},"min":{"1min":0.76400000000000001,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.2889999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.877}]},{"osd":5,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.91200000000000003,"15min":0.89800000000000002},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.252,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.95399999999999996,"15min":0.94199999999999995},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.181,"5min":1.641,"15min":1.641},"last":0.999}]},{"osd":6,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.071,"15min":1.0549999999999999},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.919,"5min":2.0049999999999999,"15min":2.0049999999999999},"last":1.0880000000000001},{"interface":"front","average":{"1min":1.107,"5min":1.0289999999999999,"15min":1.0129999999999999},"min":{"1min":0.72699999999999998,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.0229999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822702,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.83799999999999997,"15min":0.84199999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.92000000000000004,"15min":0.93700000000000006},"min":{"1min":0.73999999999999999,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.113,"5min":2.0369999999999999,"15min":2.0369999999999999},"last":0.83799999999999997}]},{"osd":1,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.70599999999999996,"15min":0.69099999999999995},"min":{"1min":0.46800000000000003,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":1.075},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.69599999999999995,"15min":0.67200000000000004},"min":{"1min":0.41499999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.95699999999999996,"5min":1.111,"15min":1.111},"last":0.68700000000000006}]},{"osd":2,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.89100000000000001,"15min":0.88900000000000001},"min":{"1min":0.65400000000000003,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.0289999999999999,"5min":1.226,"15min":1.226},"last":1.026},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95799999999999996,"15min":0.96999999999999997},"min":{"1min":0.67300000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.3680000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":0.96899999999999997}]},{"osd":3,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.77800000000000002,"15min":0.748},"min":{"1min":0.53900000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.82599999999999996,"15min":0.80600000000000005},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.153,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.74399999999999999}]},{"osd":4,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.002,"15min":1.008},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.1930000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.86899999999999999},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.95199999999999996,"15min":0.94799999999999995},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2150000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.054}]},{"osd":6,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0700000000000001,"15min":1.0800000000000001},"min":{"1min":0.78800000000000003,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.3540000000000001,"5min":2.0939999999999999,"15min":2.0939999999999999},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0600000000000001,"15min":1.0589999999999999},"min":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.2290000000000001,"5min":1.48,"15min":1.48},"last":0.95199999999999996}]},{"osd":7,"last update":"Thu Nov 16 02:18:25 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94699999999999995,"15min":0.94299999999999995},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.2090000000000001,"5min":1.347,"15min":1.347},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0569999999999999,"15min":1.0669999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.395,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.089}]}]},{"osd":2,"up_from":20,"seq":85899345972,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163502,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:17:59 2023","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.69199999999999995,"15min":0.69399999999999995},"min":{"1min":0.42999999999999999,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.81799999999999995,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.753,"5min":0.72199999999999998,"15min":0.70199999999999996},"min":{"1min":0.45700000000000002,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.63100000000000001}]},{"osd":1,"last update":"Thu Nov 16 02:17:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83899999999999997,"15min":0.84599999999999997},"min":{"1min":0.69599999999999995,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0720000000000001,"5min":1.133,"15min":1.133},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.91600000000000004,"15min":0.89500000000000002},"min":{"1min":0.67900000000000005,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.1890000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.90300000000000002}]},{"osd":3,"last update":"Thu Nov 16 02:18:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.004,"15min":0.99399999999999999},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.3240000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.153},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.92500000000000004,"15min":0.93100000000000005},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.038,"5min":1.262,"15min":1.262},"last":0.96999999999999997}]},{"osd":4,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.91500000000000004,"15min":0.91700000000000004},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.252,"5min":1.464,"15min":1.464},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.88500000000000001,"15min":0.86699999999999999},"min":{"1min":0.69199999999999995,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.86199999999999999}]},{"osd":5,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.91800000000000004,"15min":0.90800000000000003},"min":{"1min":0.77600000000000002,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.2569999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":0.93999999999999995},{"interface":"front","average":{"1min":1.151,"5min":1.117,"15min":1.107},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.335,"5min":1.637,"15min":1.637},"last":0.99099999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:18:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.02,"15min":1.02},"min":{"1min":0.755,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.28,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.121,"15min":1.097},"min":{"1min":0.87,"5min":0.87,"15min":0.87},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.046}]},{"osd":7,"last update":"Thu Nov 16 02:18:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.1100000000000001,"15min":1.1020000000000001},"min":{"1min":0.84799999999999998,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.351,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.032},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.4430000000000001,"5min":1.524,"15min":1.524},"last":1.095}]}]},{"osd":0,"up_from":16,"seq":68719476789,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163502,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.84299999999999997,"15min":0.82599999999999996},"min":{"1min":0.71699999999999997,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.167,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.752},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.84499999999999997,"15min":0.83499999999999996},"min":{"1min":0.72599999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.0800000000000001,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.84099999999999997}]},{"osd":2,"last update":"Thu Nov 16 02:17:56 2023","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.76700000000000002,"15min":0.76300000000000001},"min":{"1min":0.63900000000000001,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.78400000000000003,"5min":0.78100000000000003,"15min":0.76400000000000001},"min":{"1min":0.60199999999999998,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.69499999999999995}]},{"osd":3,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.91600000000000004,"15min":0.90400000000000003},"min":{"1min":0.66900000000000004,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.218,"5min":1.272,"15min":1.272},"last":0.97899999999999998},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.92900000000000005,"15min":0.91900000000000004},"min":{"1min":0.66300000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.1819999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.98699999999999999}]},{"osd":4,"last update":"Thu Nov 16 02:18:05 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.88200000000000001,"15min":0.85899999999999999},"min":{"1min":0.71599999999999997,"5min":0.442,"15min":0.442},"max":{"1min":1.0680000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":1.0409999999999999},{"interface":"front","average":{"1min":0.82399999999999995,"5min":0.88600000000000001,"15min":0.89400000000000002},"min":{"1min":0.65200000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.016,"5min":1.21,"15min":1.21},"last":0.879}]},{"osd":5,"last update":"Thu Nov 16 02:18:19 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.90900000000000003,"15min":0.90000000000000002},"min":{"1min":0.73599999999999999,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.1679999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.95899999999999996},{"interface":"front","average":{"1min":1.0489999999999999,"5min":0.997,"15min":0.97499999999999998},"min":{"1min":0.77900000000000003,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":1.1140000000000001}]},{"osd":6,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.0389999999999999,"15min":1.0229999999999999},"min":{"1min":0.85499999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.2689999999999999,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.92600000000000005},{"interface":"front","average":{"1min":1.048,"5min":1.0109999999999999,"15min":0.997},"min":{"1min":0.81799999999999995,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.3560000000000001,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.143}]},{"osd":7,"last update":"Thu Nov 16 02:18:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.115,"15min":1.105},"min":{"1min":0.90600000000000003,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.163},{"interface":"front","average":{"1min":1.075,"5min":1.1020000000000001,"15min":1.0900000000000001},"min":{"1min":0.80800000000000005,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.4219999999999999,"5min":1.653,"15min":1.653},"last":1.079}]}]},{"osd":1,"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":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:00 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.82699999999999996,"15min":0.79300000000000004},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1799999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.84999999999999998,"15min":0.84099999999999997},"min":{"1min":0.51300000000000001,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":2.1760000000000002,"5min":2.1760000000000002,"15min":2.1760000000000002},"last":0.92300000000000004}]},{"osd":2,"last update":"Thu Nov 16 02:18:00 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.90300000000000002,"15min":0.89300000000000002},"min":{"1min":0.68700000000000006,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.998,"5min":0.88700000000000001,"15min":0.85499999999999998},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":2.234,"5min":2.234,"15min":2.234},"last":0.89600000000000002}]},{"osd":3,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.75900000000000001,"15min":0.72799999999999998},"min":{"1min":0.58799999999999997,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.135,"5min":1.238,"15min":1.238},"last":0.746},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.76900000000000002,"15min":0.751},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.157,"5min":1.171,"15min":1.171},"last":0.67300000000000004}]},{"osd":4,"last update":"Thu Nov 16 02:18:00 2023","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.87,"15min":0.871},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.7490000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.83199999999999996},{"interface":"front","average":{"1min":1.048,"5min":0.96699999999999997,"15min":0.93899999999999995},"min":{"1min":0.752,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2310000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.206}]},{"osd":5,"last update":"Thu Nov 16 02:18:17 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.85599999999999998,"15min":0.82999999999999996},"min":{"1min":0.70899999999999996,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.145,"5min":1.22,"15min":1.22},"last":0.86599999999999999},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.90700000000000003,"15min":0.876},"min":{"1min":0.57699999999999996,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.79400000000000004}]},{"osd":6,"last update":"Thu Nov 16 02:18:05 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0249999999999999,"15min":1.0029999999999999},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.232,"5min":1.268,"15min":1.268},"last":1.101},{"interface":"front","average":{"1min":1.133,"5min":1.038,"15min":1.008},"min":{"1min":1.014,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.254,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":0.95699999999999996}]},{"osd":7,"last update":"Thu Nov 16 02:18:21 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.0229999999999999,"15min":0.996},"min":{"1min":0.93500000000000005,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.2929999999999999,"5min":1.347,"15min":1.347},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.145,"5min":1.0069999999999999,"15min":0.95799999999999996},"min":{"1min":0.83899999999999997,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.9219999999999999,"5min":1.9219999999999999,"15min":1.9219999999999999},"last":1.0589999999999999}]}]},{"osd":4,"up_from":26,"seq":111669149745,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.68400000000000005,"15min":0.68300000000000005},"min":{"1min":0.51600000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.01,"5min":1.028,"15min":1.028},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.75900000000000001,"15min":0.745},"min":{"1min":0.55700000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.1040000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.59399999999999997}]},{"osd":1,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.86599999999999999,"15min":0.85199999999999998},"min":{"1min":0.58599999999999997,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88200000000000001,"15min":0.878},"min":{"1min":0.64700000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.73799999999999999}]},{"osd":2,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.749,"5min":0.76000000000000001,"15min":0.753},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":0.96499999999999997,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.86099999999999999,"15min":0.85999999999999999},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.70599999999999996}]},{"osd":3,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.95999999999999996,"15min":0.95199999999999996},"min":{"1min":0.83399999999999996,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.2150000000000001,"5min":1.286,"15min":1.286},"last":0.98099999999999998},{"interface":"front","average":{"1min":0.97799999999999998,"5min":1.0169999999999999,"15min":1.0309999999999999},"min":{"1min":0.80300000000000005,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.3160000000000001,"5min":1.478,"15min":1.478},"last":1.1379999999999999}]},{"osd":5,"last update":"Thu Nov 16 02:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":1.0149999999999999,"15min":1.0269999999999999},"min":{"1min":0.75700000000000001,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.177,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.034},{"interface":"front","average":{"1min":0.98999999999999999,"5min":1.01,"15min":1.022},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.198,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.1120000000000001}]},{"osd":6,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.0489999999999999,"15min":1.05},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.353,"5min":1.476,"15min":1.476},"last":1.0780000000000001},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.103,"15min":1.109},"min":{"1min":0.746,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.379,"5min":1.49,"15min":1.49},"last":1.1930000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:18:22 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.101,"15min":1.1000000000000001},"min":{"1min":0.878,"5min":0.874,"15min":0.874},"max":{"1min":1.2969999999999999,"5min":1.7709999999999999,"15min":1.7709999999999999},"last":1.054},{"interface":"front","average":{"1min":1.115,"5min":1.1679999999999999,"15min":1.165},"min":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"max":{"1min":1.3400000000000001,"5min":1.909,"15min":1.909},"last":1.1639999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018929,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163502,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.76000000000000001,"5min":0.81799999999999995,"15min":0.81999999999999995},"min":{"1min":0.46000000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.073,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.872,"15min":0.85199999999999998},"min":{"1min":0.63500000000000001,"5min":0.5,"15min":0.5},"max":{"1min":1.1439999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.68400000000000005}]},{"osd":1,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.91000000000000003,"15min":0.89800000000000002},"min":{"1min":0.69999999999999996,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.196,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.83699999999999997,"15min":0.81299999999999994},"min":{"1min":0.624,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.73499999999999999}]},{"osd":2,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.77300000000000002,"15min":0.75700000000000001},"min":{"1min":0.60299999999999998,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.2849999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.90900000000000003,"15min":0.91800000000000004},"min":{"1min":0.65400000000000003,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.202,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.64700000000000002}]},{"osd":3,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92000000000000004,"15min":0.91800000000000004},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.054,"5min":1.03,"15min":1.024},"min":{"1min":0.85799999999999998,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1839999999999999,"5min":1.228,"15min":1.228},"last":0.97999999999999998}]},{"osd":4,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.61599999999999999,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.296,"5min":1.296,"15min":1.296},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.02,"5min":1.014,"15min":1.0109999999999999},"min":{"1min":0.71599999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.2529999999999999,"5min":1.361,"15min":1.361},"last":0.91600000000000004}]},{"osd":5,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.0169999999999999,"15min":1.0189999999999999},"min":{"1min":0.79700000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.272,"5min":1.395,"15min":1.395},"last":0.79200000000000004},{"interface":"front","average":{"1min":1.073,"5min":1.0589999999999999,"15min":1.0449999999999999},"min":{"1min":0.85799999999999998,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.4279999999999999,"5min":1.446,"15min":1.446},"last":1.044}]},{"osd":7,"last update":"Thu Nov 16 02:18:22 2023","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.105,"15min":1.0940000000000001},"min":{"1min":0.83899999999999997,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.488,"5min":1.587,"15min":1.587},"last":0.77200000000000002},{"interface":"front","average":{"1min":1.2030000000000001,"5min":1.1759999999999999,"15min":1.1839999999999999},"min":{"1min":0.94599999999999995,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.0720000000000001}]}]},{"osd":3,"up_from":31,"seq":133143986223,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.82099999999999995,"15min":0.81999999999999995},"min":{"1min":0.66400000000000003,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.127,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.71899999999999997},{"interface":"front","average":{"1min":0.81200000000000006,"5min":0.84899999999999998,"15min":0.85799999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":1.175}]},{"osd":1,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.69199999999999995,"15min":0.66700000000000004},"min":{"1min":0.58099999999999996,"5min":0.313,"15min":0.313},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":1.044},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.68899999999999995,"15min":0.67100000000000004},"min":{"1min":0.48999999999999999,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.0580000000000001,"5min":1.169,"15min":1.169},"last":0.61299999999999999}]},{"osd":2,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.96299999999999997,"15min":0.95999999999999996},"min":{"1min":0.71899999999999997,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1990000000000001,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.875,"15min":0.878},"min":{"1min":0.64600000000000002,"5min":0.62,"15min":0.62},"max":{"1min":1.1200000000000001,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":1.083}]},{"osd":4,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.93000000000000005,"15min":0.92600000000000005},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":1.2749999999999999},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.92700000000000005,"15min":0.92000000000000004},"min":{"1min":0.77600000000000002,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.80100000000000005}]},{"osd":5,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.78200000000000003,"15min":0.78100000000000003},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.0269999999999999,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.91600000000000004,"15min":0.90400000000000003},"min":{"1min":0.56799999999999995,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.264,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.131}]},{"osd":6,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.97299999999999998,"15min":0.97699999999999998},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":1.248},{"interface":"front","average":{"1min":1.052,"5min":1.0700000000000001,"15min":1.0640000000000001},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.3120000000000001,"5min":1.637,"15min":1.637},"last":1.2130000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.99199999999999999,"15min":0.996},"min":{"1min":0.63400000000000001,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.4099999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.2290000000000001},{"interface":"front","average":{"1min":1.052,"5min":1.034,"15min":1.018},"min":{"1min":0.61199999999999999,"5min":0.436,"15min":0.436},"max":{"1min":1.26,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.3320000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T02:18:55.501 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T02:18:55.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:55 smithi118 bash[24930]: audit 2023-11-16T02:18:54.601272+0000 mgr.smithi118.ueiebd (mgr.14180) 244 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:56.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:55 smithi186 bash[28774]: audit 2023-11-16T02:18:54.601272+0000 mgr.smithi118.ueiebd (mgr.14180) 244 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:57.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:56 smithi186 bash[28774]: cluster 2023-11-16T02:18:55.339568+0000 mgr.smithi118.ueiebd (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:57.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:56 smithi118 bash[24930]: cluster 2023-11-16T02:18:55.339568+0000 mgr.smithi118.ueiebd (mgr.14180) 245 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:18:58 smithi186 bash[28774]: cluster 2023-11-16T02:18:57.340210+0000 mgr.smithi118.ueiebd (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:18:59.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:18:58 smithi118 bash[24930]: cluster 2023-11-16T02:18:57.340210+0000 mgr.smithi118.ueiebd (mgr.14180) 246 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:00.289 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:19:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:00 smithi186 bash[28774]: cluster 2023-11-16T02:18:59.340776+0000 mgr.smithi118.ueiebd (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:01.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:00 smithi118 bash[24930]: cluster 2023-11-16T02:18:59.340776+0000 mgr.smithi118.ueiebd (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:01 smithi186 bash[28774]: cluster 2023-11-16T02:19:01.341389+0000 mgr.smithi118.ueiebd (mgr.14180) 248 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:02.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:01 smithi118 bash[24930]: cluster 2023-11-16T02:19:01.341389+0000 mgr.smithi118.ueiebd (mgr.14180) 248 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:03.771 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:19:03.773 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2023-11-16T02:19:04.593 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":232,"stamp":"2023-11-16T02:19:03.341692+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":2380044,"kb_used_data":3276,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548404,"statfs":{"total":767926730752,"available":765489565696,"internally_reserved":0,"allocated":3354624,"data_stored":1306641,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":42,"state":"active+clean","last_fresh":"2023-11-16T02:15:20.716223+0000","last_change":"2023-11-16T02:15:20.716223+0000","last_active":"2023-11-16T02:15:20.716223+0000","last_peered":"2023-11-16T02:15:20.716223+0000","last_clean":"2023-11-16T02:15:20.716223+0000","last_became_active":"2023-11-16T02:15:20.715680+0000","last_became_peered":"2023-11-16T02:15:20.715680+0000","last_unstale":"2023-11-16T02:15:20.716223+0000","last_undegraded":"2023-11-16T02:15:20.716223+0000","last_fullsized":"2023-11-16T02:15:20.716223+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T02:14:56.580944+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T02:14:56.580944+0000","last_clean_scrub_stamp":"2023-11-16T02:14:56.580944+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691888,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.79300000000000004,"15min":0.78200000000000003},"min":{"1min":0.67500000000000004,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.0720000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.878,"5min":0.83999999999999997,"15min":0.82999999999999996},"min":{"1min":0.60199999999999998,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.204,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.77500000000000002}]},{"osd":1,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.747,"15min":0.73999999999999999},"min":{"1min":0.58499999999999996,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":1.04},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.84099999999999997,"15min":0.82299999999999995},"min":{"1min":0.57799999999999996,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.879}]},{"osd":2,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.82099999999999995,"15min":0.80900000000000005},"min":{"1min":0.748,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.997,"5min":1.125,"15min":1.125},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.90500000000000003,"15min":0.88600000000000001},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.1819999999999999,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.96699999999999997}]},{"osd":3,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.72599999999999998,"15min":0.69699999999999995},"min":{"1min":0.51500000000000001,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.95999999999999996,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.69199999999999995},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.752,"15min":0.72999999999999998},"min":{"1min":0.54700000000000004,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.1120000000000001,"5min":1.274,"15min":1.274},"last":0.71399999999999997}]},{"osd":4,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":0.90100000000000002,"15min":0.86699999999999999},"min":{"1min":0.83599999999999997,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.004},{"interface":"front","average":{"1min":1.069,"5min":0.98799999999999999,"15min":0.97299999999999998},"min":{"1min":0.76400000000000001,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.2889999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.093}]},{"osd":5,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.91200000000000003,"15min":0.89800000000000002},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.252,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":1.133},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.95399999999999996,"15min":0.94199999999999995},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.181,"5min":1.641,"15min":1.641},"last":0.98799999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.071,"15min":1.0549999999999999},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.919,"5min":2.0049999999999999,"15min":2.0049999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":1.107,"5min":1.0289999999999999,"15min":1.0129999999999999},"min":{"1min":0.72699999999999998,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.5940000000000001,"5min":1.5940000000000001,"15min":1.5940000000000001},"last":1.0669999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822704,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.83599999999999997,"5min":0.83799999999999997,"15min":0.84199999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":1.038},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.92000000000000004,"15min":0.93700000000000006},"min":{"1min":0.73999999999999999,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.113,"5min":2.0369999999999999,"15min":2.0369999999999999},"last":1.0649999999999999}]},{"osd":1,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.70599999999999996,"15min":0.69099999999999995},"min":{"1min":0.46800000000000003,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.69599999999999995,"15min":0.67200000000000004},"min":{"1min":0.41499999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.95699999999999996,"5min":1.111,"15min":1.111},"last":0.84299999999999997}]},{"osd":2,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.89100000000000001,"15min":0.88900000000000001},"min":{"1min":0.65400000000000003,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.0289999999999999,"5min":1.226,"15min":1.226},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.95799999999999996,"15min":0.96999999999999997},"min":{"1min":0.67300000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.3680000000000001,"5min":1.9350000000000001,"15min":1.9350000000000001},"last":1.1659999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.77800000000000002,"15min":0.748},"min":{"1min":0.53900000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.874},{"interface":"front","average":{"1min":0.83799999999999997,"5min":0.82599999999999996,"15min":0.80600000000000005},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.153,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":1.115}]},{"osd":4,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.002,"15min":1.008},"min":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.1930000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":1.292},{"interface":"front","average":{"1min":0.95599999999999996,"5min":0.95199999999999996,"15min":0.94799999999999995},"min":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.2150000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.1479999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0700000000000001,"15min":1.0800000000000001},"min":{"1min":0.78800000000000003,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.3540000000000001,"5min":2.0939999999999999,"15min":2.0939999999999999},"last":1.2569999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0600000000000001,"15min":1.0589999999999999},"min":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.2290000000000001,"5min":1.48,"15min":1.48},"last":1.2050000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:18:25 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.94699999999999995,"15min":0.94299999999999995},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.2090000000000001,"5min":1.347,"15min":1.347},"last":1.2290000000000001},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0569999999999999,"15min":1.0669999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.395,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.337}]}]},{"osd":2,"up_from":20,"seq":85899345974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163502,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:17:59 2023","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.69199999999999995,"15min":0.69399999999999995},"min":{"1min":0.42999999999999999,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.81799999999999995,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.753,"5min":0.72199999999999998,"15min":0.70199999999999996},"min":{"1min":0.45700000000000002,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.71399999999999997}]},{"osd":1,"last update":"Thu Nov 16 02:17:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83899999999999997,"15min":0.84599999999999997},"min":{"1min":0.69599999999999995,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.0720000000000001,"5min":1.133,"15min":1.133},"last":0.77100000000000002},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.91600000000000004,"15min":0.89500000000000002},"min":{"1min":0.67900000000000005,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.1890000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.92900000000000005}]},{"osd":3,"last update":"Thu Nov 16 02:18:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.004,"15min":0.99399999999999999},"min":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.3240000000000001,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.92500000000000004,"15min":0.93100000000000005},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.038,"5min":1.262,"15min":1.262},"last":0.96199999999999997}]},{"osd":4,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.91500000000000004,"15min":0.91700000000000004},"min":{"1min":0.628,"5min":0.628,"15min":0.628},"max":{"1min":1.252,"5min":1.464,"15min":1.464},"last":0.872},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.88500000000000001,"15min":0.86699999999999999},"min":{"1min":0.69199999999999995,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.88600000000000001}]},{"osd":5,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.91800000000000004,"15min":0.90800000000000003},"min":{"1min":0.77600000000000002,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.2569999999999999,"5min":1.2569999999999999,"15min":1.2569999999999999},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.151,"5min":1.117,"15min":1.107},"min":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.335,"5min":1.637,"15min":1.637},"last":1.079}]},{"osd":6,"last update":"Thu Nov 16 02:18:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.02,"15min":1.02},"min":{"1min":0.755,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.28,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.052},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.121,"15min":1.097},"min":{"1min":0.87,"5min":0.87,"15min":0.87},"max":{"1min":1.4419999999999999,"5min":1.4419999999999999,"15min":1.4419999999999999},"last":1.1479999999999999}]},{"osd":7,"last update":"Thu Nov 16 02:18:26 2023","interfaces":[{"interface":"back","average":{"1min":1.1359999999999999,"5min":1.1100000000000001,"15min":1.1020000000000001},"min":{"1min":0.84799999999999998,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.351,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.4430000000000001,"5min":1.524,"15min":1.524},"last":1.1890000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476791,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163502,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.84299999999999997,"15min":0.82599999999999996},"min":{"1min":0.71699999999999997,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.167,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.84499999999999997,"15min":0.83499999999999996},"min":{"1min":0.72599999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.0800000000000001,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.89700000000000002}]},{"osd":2,"last update":"Thu Nov 16 02:19:00 2023","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.76900000000000002,"15min":0.76400000000000001},"min":{"1min":0.56699999999999995,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.079,"5min":1.079,"15min":1.079},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.77000000000000002,"5min":0.78400000000000003,"15min":0.76500000000000001},"min":{"1min":0.49299999999999999,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.68799999999999994}]},{"osd":3,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.91600000000000004,"15min":0.90400000000000003},"min":{"1min":0.66900000000000004,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.218,"5min":1.272,"15min":1.272},"last":0.93899999999999995},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.92900000000000005,"15min":0.91900000000000004},"min":{"1min":0.66300000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.1819999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.86899999999999999}]},{"osd":4,"last update":"Thu Nov 16 02:18:05 2023","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.88200000000000001,"15min":0.85899999999999999},"min":{"1min":0.71599999999999997,"5min":0.442,"15min":0.442},"max":{"1min":1.0680000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.82399999999999995,"5min":0.88600000000000001,"15min":0.89400000000000002},"min":{"1min":0.65200000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.016,"5min":1.21,"15min":1.21},"last":0.74299999999999999}]},{"osd":5,"last update":"Thu Nov 16 02:18:19 2023","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.90900000000000003,"15min":0.90000000000000002},"min":{"1min":0.73599999999999999,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.1679999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.79800000000000004},{"interface":"front","average":{"1min":1.0489999999999999,"5min":0.997,"15min":0.97499999999999998},"min":{"1min":0.77900000000000003,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":1.0049999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.0389999999999999,"15min":1.0229999999999999},"min":{"1min":0.85499999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.2689999999999999,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.048,"5min":1.0109999999999999,"15min":0.997},"min":{"1min":0.81799999999999995,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.3560000000000001,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.155}]},{"osd":7,"last update":"Thu Nov 16 02:18:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.115,"15min":1.105},"min":{"1min":0.90600000000000003,"5min":0.79700000000000004,"15min":0.79700000000000004},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.075,"5min":1.1020000000000001,"15min":1.0900000000000001},"min":{"1min":0.80800000000000005,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.4219999999999999,"5min":1.653,"15min":1.653},"last":0.97299999999999998}]}]},{"osd":1,"up_from":24,"seq":103079215156,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:00 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.82699999999999996,"15min":0.79300000000000004},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1799999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.85199999999999998,"5min":0.84999999999999998,"15min":0.84099999999999997},"min":{"1min":0.51300000000000001,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":2.1760000000000002,"5min":2.1760000000000002,"15min":2.1760000000000002},"last":0.74099999999999999}]},{"osd":2,"last update":"Thu Nov 16 02:18:00 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.90300000000000002,"15min":0.89300000000000002},"min":{"1min":0.68700000000000006,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.2649999999999999,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.998,"5min":0.88700000000000001,"15min":0.85499999999999998},"min":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":2.234,"5min":2.234,"15min":2.234},"last":1.069}]},{"osd":3,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.75900000000000001,"15min":0.72799999999999998},"min":{"1min":0.58799999999999997,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.135,"5min":1.238,"15min":1.238},"last":1.002},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.76900000000000002,"15min":0.751},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.157,"5min":1.171,"15min":1.171},"last":0.81000000000000005}]},{"osd":4,"last update":"Thu Nov 16 02:18:00 2023","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.87,"15min":0.871},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.7490000000000001,"5min":1.7490000000000001,"15min":1.7490000000000001},"last":0.84599999999999997},{"interface":"front","average":{"1min":1.048,"5min":0.96699999999999997,"15min":0.93899999999999995},"min":{"1min":0.752,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2310000000000001,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.1319999999999999}]},{"osd":5,"last update":"Thu Nov 16 02:18:17 2023","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.85599999999999998,"15min":0.82999999999999996},"min":{"1min":0.70899999999999996,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.145,"5min":1.22,"15min":1.22},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.90700000000000003,"15min":0.876},"min":{"1min":0.57699999999999996,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.90700000000000003}]},{"osd":6,"last update":"Thu Nov 16 02:18:05 2023","interfaces":[{"interface":"back","average":{"1min":1.056,"5min":1.0249999999999999,"15min":1.0029999999999999},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.232,"5min":1.268,"15min":1.268},"last":1.107},{"interface":"front","average":{"1min":1.133,"5min":1.038,"15min":1.008},"min":{"1min":1.014,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.254,"5min":1.3280000000000001,"15min":1.3280000000000001},"last":1.054}]},{"osd":7,"last update":"Thu Nov 16 02:18:21 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.0229999999999999,"15min":0.996},"min":{"1min":0.93500000000000005,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.2929999999999999,"5min":1.347,"15min":1.347},"last":1.089},{"interface":"front","average":{"1min":1.145,"5min":1.0069999999999999,"15min":0.95799999999999996},"min":{"1min":0.83899999999999997,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.9219999999999999,"5min":1.9219999999999999,"15min":1.9219999999999999},"last":0.98299999999999998}]}]},{"osd":4,"up_from":26,"seq":111669149747,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.68400000000000005,"15min":0.68300000000000005},"min":{"1min":0.51600000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.01,"5min":1.028,"15min":1.028},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.75900000000000001,"15min":0.745},"min":{"1min":0.55700000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.1040000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.82899999999999996}]},{"osd":1,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.86599999999999999,"15min":0.85199999999999998},"min":{"1min":0.58599999999999997,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.85399999999999998},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88200000000000001,"15min":0.878},"min":{"1min":0.64700000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.0449999999999999}]},{"osd":2,"last update":"Thu Nov 16 02:18:01 2023","interfaces":[{"interface":"back","average":{"1min":0.749,"5min":0.76000000000000001,"15min":0.753},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":0.96499999999999997,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.86099999999999999,"15min":0.85999999999999999},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.745}]},{"osd":3,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.95999999999999996,"15min":0.95199999999999996},"min":{"1min":0.83399999999999996,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.2150000000000001,"5min":1.286,"15min":1.286},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.97799999999999998,"5min":1.0169999999999999,"15min":1.0309999999999999},"min":{"1min":0.80300000000000005,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.3160000000000001,"5min":1.478,"15min":1.478},"last":1.204}]},{"osd":5,"last update":"Thu Nov 16 02:18:22 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":1.0149999999999999,"15min":1.0269999999999999},"min":{"1min":0.75700000000000001,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.177,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.1299999999999999},{"interface":"front","average":{"1min":0.98999999999999999,"5min":1.01,"15min":1.022},"min":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"max":{"1min":1.198,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.014}]},{"osd":6,"last update":"Thu Nov 16 02:18:11 2023","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.0489999999999999,"15min":1.05},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.353,"5min":1.476,"15min":1.476},"last":0.96899999999999997},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.103,"15min":1.109},"min":{"1min":0.746,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.379,"5min":1.49,"15min":1.49},"last":1.254}]},{"osd":7,"last update":"Thu Nov 16 02:18:22 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.101,"15min":1.1000000000000001},"min":{"1min":0.878,"5min":0.874,"15min":0.874},"max":{"1min":1.2969999999999999,"5min":1.7709999999999999,"15min":1.7709999999999999},"last":1.157},{"interface":"front","average":{"1min":1.115,"5min":1.1679999999999999,"15min":1.165},"min":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"max":{"1min":1.3400000000000001,"5min":1.909,"15min":1.909},"last":1.0760000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018931,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":163502,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.76000000000000001,"5min":0.81799999999999995,"15min":0.81999999999999995},"min":{"1min":0.46000000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.073,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.872,"15min":0.85199999999999998},"min":{"1min":0.63500000000000001,"5min":0.5,"15min":0.5},"max":{"1min":1.1439999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.92700000000000005}]},{"osd":1,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.91000000000000003,"15min":0.89800000000000002},"min":{"1min":0.69999999999999996,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.196,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.83699999999999997,"15min":0.81299999999999994},"min":{"1min":0.624,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.875}]},{"osd":2,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.77300000000000002,"15min":0.75700000000000001},"min":{"1min":0.60299999999999998,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.2849999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.90900000000000003,"15min":0.91800000000000004},"min":{"1min":0.65400000000000003,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.202,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.81699999999999995}]},{"osd":3,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.92000000000000004,"15min":0.91800000000000004},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.2969999999999999,"5min":1.2969999999999999,"15min":1.2969999999999999},"last":1.0309999999999999},{"interface":"front","average":{"1min":1.054,"5min":1.03,"15min":1.024},"min":{"1min":0.85799999999999998,"5min":0.73699999999999999,"15min":0.73699999999999999},"max":{"1min":1.1839999999999999,"5min":1.228,"15min":1.228},"last":0.73199999999999998}]},{"osd":4,"last update":"Thu Nov 16 02:18:08 2023","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.61599999999999999,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.296,"5min":1.296,"15min":1.296},"last":1.0009999999999999},{"interface":"front","average":{"1min":1.02,"5min":1.014,"15min":1.0109999999999999},"min":{"1min":0.71599999999999997,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.2529999999999999,"5min":1.361,"15min":1.361},"last":0.91700000000000004}]},{"osd":5,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.0169999999999999,"15min":1.0189999999999999},"min":{"1min":0.79700000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.272,"5min":1.395,"15min":1.395},"last":1.5580000000000001},{"interface":"front","average":{"1min":1.073,"5min":1.0589999999999999,"15min":1.0449999999999999},"min":{"1min":0.85799999999999998,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.4279999999999999,"5min":1.446,"15min":1.446},"last":1.48}]},{"osd":7,"last update":"Thu Nov 16 02:18:22 2023","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.105,"15min":1.0940000000000001},"min":{"1min":0.83899999999999997,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.488,"5min":1.587,"15min":1.587},"last":1.4259999999999999},{"interface":"front","average":{"1min":1.2030000000000001,"5min":1.1759999999999999,"15min":1.1839999999999999},"min":{"1min":0.94599999999999995,"5min":0.80500000000000005,"15min":0.80500000000000005},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":0.98899999999999999}]}]},{"osd":3,"up_from":31,"seq":133143986225,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163187,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.81699999999999995,"5min":0.82099999999999995,"15min":0.81999999999999995},"min":{"1min":0.66400000000000003,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.127,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.81200000000000006,"5min":0.84899999999999998,"15min":0.85799999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.81599999999999995}]},{"osd":1,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.69199999999999995,"15min":0.66700000000000004},"min":{"1min":0.58099999999999996,"5min":0.313,"15min":0.313},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.72799999999999998,"5min":0.68899999999999995,"15min":0.67100000000000004},"min":{"1min":0.48999999999999999,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.0580000000000001,"5min":1.169,"15min":1.169},"last":0.86799999999999999}]},{"osd":2,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.96299999999999997,"15min":0.95999999999999996},"min":{"1min":0.71899999999999997,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1990000000000001,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.875,"15min":0.878},"min":{"1min":0.64600000000000002,"5min":0.62,"15min":0.62},"max":{"1min":1.1200000000000001,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.96999999999999997}]},{"osd":4,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.93000000000000005,"15min":0.92600000000000005},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":1.101},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.92700000000000005,"15min":0.92000000000000004},"min":{"1min":0.77600000000000002,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":1.0640000000000001}]},{"osd":5,"last update":"Thu Nov 16 02:18:20 2023","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.78200000000000003,"15min":0.78100000000000003},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.0269999999999999,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":1.119},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.91600000000000004,"15min":0.90400000000000003},"min":{"1min":0.56799999999999995,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.264,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.03}]},{"osd":6,"last update":"Thu Nov 16 02:18:09 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.97299999999999998,"15min":0.97699999999999998},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":1.052},{"interface":"front","average":{"1min":1.052,"5min":1.0700000000000001,"15min":1.0640000000000001},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.3120000000000001,"5min":1.637,"15min":1.637},"last":1.161}]},{"osd":7,"last update":"Thu Nov 16 02:18:24 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.99199999999999999,"15min":0.996},"min":{"1min":0.63400000000000001,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.4099999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.145},{"interface":"front","average":{"1min":1.052,"5min":1.034,"15min":1.018},"min":{"1min":0.61199999999999999,"5min":0.436,"15min":0.436},"max":{"1min":1.26,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.206}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T02:19:04.595 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-16T02:19:04.595 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-16T02:19:04.596 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-16T02:19:04.596 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-16T02:19:04.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:04 smithi186 bash[28774]: cluster 2023-11-16T02:19:03.341973+0000 mgr.smithi118.ueiebd (mgr.14180) 249 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:04 smithi118 bash[24930]: cluster 2023-11-16T02:19:03.341973+0000 mgr.smithi118.ueiebd (mgr.14180) 249 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:05 smithi186 bash[28774]: audit 2023-11-16T02:19:03.766584+0000 mgr.smithi118.ueiebd (mgr.14180) 250 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:05 smithi118 bash[24930]: audit 2023-11-16T02:19:03.766584+0000 mgr.smithi118.ueiebd (mgr.14180) 250 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:06 smithi186 bash[28774]: cluster 2023-11-16T02:19:05.342593+0000 mgr.smithi118.ueiebd (mgr.14180) 251 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:07.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:06 smithi118 bash[24930]: cluster 2023-11-16T02:19:05.342593+0000 mgr.smithi118.ueiebd (mgr.14180) 251 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:09.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:08 smithi186 bash[28774]: cluster 2023-11-16T02:19:07.343162+0000 mgr.smithi118.ueiebd (mgr.14180) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:09.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:08 smithi118 bash[24930]: cluster 2023-11-16T02:19:07.343162+0000 mgr.smithi118.ueiebd (mgr.14180) 252 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:09.382 INFO:teuthology.orchestra.run.smithi118.stderr:Inferring config /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/mon.smithi118/config 2023-11-16T02:19:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:10 smithi186 bash[28774]: cluster 2023-11-16T02:19:09.343731+0000 mgr.smithi118.ueiebd (mgr.14180) 253 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:10 smithi118 bash[24930]: cluster 2023-11-16T02:19:09.343731+0000 mgr.smithi118.ueiebd (mgr.14180) 253 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:11 smithi186 bash[28774]: cluster 2023-11-16T02:19:11.344338+0000 mgr.smithi118.ueiebd (mgr.14180) 254 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:12.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:11 smithi118 bash[24930]: cluster 2023-11-16T02:19:11.344338+0000 mgr.smithi118.ueiebd (mgr.14180) 254 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:12.747 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:19:13.020 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:12 smithi118 bash[24930]: audit 2023-11-16T02:19:12.746389+0000 mon.smithi118 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.118:0/959238496' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T02:19:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:12 smithi186 bash[28774]: audit 2023-11-16T02:19:12.746389+0000 mon.smithi118 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.118:0/959238496' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T02:19:13.593 INFO:teuthology.orchestra.run.smithi118.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-16T02:19:13.593 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-16T02:19:13.594 INFO:tasks.cephadm:Setup complete, yielding 2023-11-16T02:19:13.594 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:19:13.604 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2023-11-16T02:19:13.605 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-16T02:19:13.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:13 smithi118 bash[24930]: cluster 2023-11-16T02:19:13.344929+0000 mgr.smithi118.ueiebd (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-11-16T02:19:14.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:13 smithi186 bash[28774]: cluster 2023-11-16T02:19:13.344929+0000 mgr.smithi118.ueiebd (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-11-16T02:19:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:16 smithi186 bash[28774]: cluster 2023-11-16T02:19:15.345344+0000 mgr.smithi118.ueiebd (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-11-16T02:19:17.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:16 smithi118 bash[24930]: cluster 2023-11-16T02:19:15.345344+0000 mgr.smithi118.ueiebd (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-11-16T02:19:17.132 INFO:teuthology.orchestra.run.smithi118.stdout:Backend: cephadm 2023-11-16T02:19:17.132 INFO:teuthology.orchestra.run.smithi118.stdout:Available: Yes 2023-11-16T02:19:17.132 INFO:teuthology.orchestra.run.smithi118.stdout:Paused: No 2023-11-16T02:19:17.933 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-16T02:19:19.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:18 smithi118 bash[24930]: audit 2023-11-16T02:19:17.130820+0000 mgr.smithi118.ueiebd (mgr.14180) 257 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:19.007 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:18 smithi118 bash[24930]: cluster 2023-11-16T02:19:17.345845+0000 mgr.smithi118.ueiebd (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-11-16T02:19:19.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:18 smithi186 bash[28774]: audit 2023-11-16T02:19:17.130820+0000 mgr.smithi118.ueiebd (mgr.14180) 257 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:19.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:18 smithi186 bash[28774]: cluster 2023-11-16T02:19:17.345845+0000 mgr.smithi118.ueiebd (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-11-16T02:19:20.960 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:20 smithi118 bash[24930]: cluster 2023-11-16T02:19:19.346404+0000 mgr.smithi118.ueiebd (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-11-16T02:19:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:20 smithi186 bash[28774]: cluster 2023-11-16T02:19:19.346404+0000 mgr.smithi118.ueiebd (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-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.smithi118 smithi118 *:9093,9094 running (5m) 54s ago 7m 12.1M - 0.23.0 ba2b418f427c c3049e36ccf5 2023-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:crash.smithi118 smithi118 running (7m) 54s ago 7m 6939k - 16.2.14-171-ged3c8e92 6be2081e30e3 ea60e2708673 2023-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:crash.smithi186 smithi186 running (6m) 54s ago 6m 7096k - 16.2.14-171-ged3c8e92 6be2081e30e3 11b1c5d3d5cf 2023-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.smithi118 smithi118 *:3000 running (5m) 54s ago 7m 40.4M - 8.3.5 dad864ee21e9 c7324a48c22e 2023-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.smithi118.ueiebd smithi118 *:9283 running (9m) 54s ago 9m 426M - 16.2.14-171-ged3c8e92 6be2081e30e3 a527b1430473 2023-11-16T02:19:21.335 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.smithi186.qmfpex smithi186 *:8443,9283 running (6m) 54s ago 6m 374M - 16.2.14-171-ged3c8e92 6be2081e30e3 fb9ebbbce9e6 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:mon.smithi118 smithi118 running (9m) 54s ago 9m 60.5M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 02a0089f8e94 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:mon.smithi186 smithi186 running (6m) 54s ago 6m 61.8M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 ac03c280df8a 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi118 smithi118 *:9100 running (7m) 54s ago 7m 9660k - 1.3.1 1dbe0e931976 f7ded6e73784 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.smithi186 smithi186 *:9100 running (6m) 54s ago 6m 9.80M - 1.3.1 1dbe0e931976 f8de968a2263 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi186 running (4m) 54s ago 4m 33.4M 4028M 16.2.14-171-ged3c8e92 6be2081e30e3 482df418d011 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (4m) 54s ago 4m 33.6M 3260M 16.2.14-171-ged3c8e92 6be2081e30e3 578d9d1cfa67 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi186 running (4m) 54s ago 4m 32.8M 4028M 16.2.14-171-ged3c8e92 6be2081e30e3 f0ce2e47ea05 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (4m) 54s ago 4m 32.7M 3260M 16.2.14-171-ged3c8e92 6be2081e30e3 1a9160613e4b 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi186 running (4m) 54s ago 4m 34.9M 4028M 16.2.14-171-ged3c8e92 6be2081e30e3 e244ce5b16fb 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi118 running (4m) 54s ago 4m 32.9M 3260M 16.2.14-171-ged3c8e92 6be2081e30e3 16bb103b9952 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi186 running (4m) 54s ago 4m 33.4M 4028M 16.2.14-171-ged3c8e92 6be2081e30e3 f3c3098e1982 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi118 running (4m) 54s ago 4m 32.9M 3260M 16.2.14-171-ged3c8e92 6be2081e30e3 bdedfdc4ab8c 2023-11-16T02:19:21.336 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.smithi118 smithi118 *:9095 running (5m) 54s ago 6m 53.5M - 2.33.4 514e6a882f6e be2e27360927 2023-11-16T02:19:22.132 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-16T02:19:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:22 smithi186 bash[28774]: audit 2023-11-16T02:19:21.320405+0000 mgr.smithi118.ueiebd (mgr.14180) 260 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:22 smithi186 bash[28774]: cluster 2023-11-16T02:19:21.346941+0000 mgr.smithi118.ueiebd (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-11-16T02:19:23.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:22 smithi118 bash[24930]: audit 2023-11-16T02:19:21.320405+0000 mgr.smithi118.ueiebd (mgr.14180) 260 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:23.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:22 smithi118 bash[24930]: cluster 2023-11-16T02:19:21.346941+0000 mgr.smithi118.ueiebd (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-11-16T02:19:24.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:23 smithi186 bash[28774]: cluster 2023-11-16T02:19:23.347470+0000 mgr.smithi118.ueiebd (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-11-16T02:19:24.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:23 smithi118 bash[24930]: cluster 2023-11-16T02:19:23.347470+0000 mgr.smithi118.ueiebd (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-11-16T02:19:25.677 INFO:teuthology.orchestra.run.smithi118.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager ?:9093,9094 1/1 59s ago 8m count:1 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:crash 2/2 59s ago 8m * 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:grafana ?:3000 1/1 59s ago 8m count:1 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:mgr 2/2 59s ago 8m count:2 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:mon 2/2 59s ago 6m smithi118:172.21.15.118=smithi118;smithi186:172.21.15.186=smithi186;count:2 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter ?:9100 2/2 59s ago 8m * 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:osd.all-available-devices 8 59s ago 6m * 2023-11-16T02:19:25.678 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus ?:9095 1/1 59s ago 8m count:1 2023-11-16T02:19:26.545 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-16T02:19:26.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:26 smithi118 bash[24930]: cluster 2023-11-16T02:19:25.348016+0000 mgr.smithi118.ueiebd (mgr.14180) 263 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:26.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:26 smithi118 bash[24930]: audit 2023-11-16T02:19:25.663989+0000 mgr.smithi118.ueiebd (mgr.14180) 264 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:26 smithi186 bash[28774]: cluster 2023-11-16T02:19:25.348016+0000 mgr.smithi118.ueiebd (mgr.14180) 263 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:26 smithi186 bash[28774]: audit 2023-11-16T02:19:25.663989+0000 mgr.smithi118.ueiebd (mgr.14180) 264 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:28.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:27 smithi186 bash[28774]: audit 2023-11-16T02:19:27.182506+0000 mon.smithi118 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:19:28.110 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:27 smithi118 bash[24930]: audit 2023-11-16T02:19:27.182506+0000 mon.smithi118 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:19:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:28 smithi186 bash[28774]: cluster 2023-11-16T02:19:27.348540+0000 mgr.smithi118.ueiebd (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-11-16T02:19:29.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:28 smithi118 bash[24930]: cluster 2023-11-16T02:19:27.348540+0000 mgr.smithi118.ueiebd (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-11-16T02:19:30.039 INFO:teuthology.orchestra.run.smithi118.stdout:HOST ADDR LABELS STATUS 2023-11-16T02:19:30.039 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 172.21.15.118 2023-11-16T02:19:30.039 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 172.21.15.186 2023-11-16T02:19:30.039 INFO:teuthology.orchestra.run.smithi118.stdout:2 hosts in cluster 2023-11-16T02:19:30.891 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-16T02:19:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:30 smithi186 bash[28774]: cluster 2023-11-16T02:19:29.349026+0000 mgr.smithi118.ueiebd (mgr.14180) 266 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:31.085 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:30 smithi118 bash[24930]: cluster 2023-11-16T02:19:29.349026+0000 mgr.smithi118.ueiebd (mgr.14180) 266 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:32.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:31 smithi186 bash[28774]: audit 2023-11-16T02:19:30.036253+0000 mgr.smithi118.ueiebd (mgr.14180) 267 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:32.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:31 smithi186 bash[28774]: cluster 2023-11-16T02:19:31.349690+0000 mgr.smithi118.ueiebd (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-11-16T02:19:32.096 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:31 smithi118 bash[24930]: audit 2023-11-16T02:19:30.036253+0000 mgr.smithi118.ueiebd (mgr.14180) 267 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:32.097 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:31 smithi118 bash[24930]: cluster 2023-11-16T02:19:31.349690+0000 mgr.smithi118.ueiebd (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-11-16T02:19:34.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:33 smithi186 bash[28774]: audit 2023-11-16T02:19:32.699322+0000 mon.smithi118 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:34.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:33 smithi186 bash[28774]: audit 2023-11-16T02:19:33.588550+0000 mon.smithi118 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:34.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:33 smithi118 bash[24930]: audit 2023-11-16T02:19:32.699322+0000 mon.smithi118 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:34.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:33 smithi118 bash[24930]: audit 2023-11-16T02:19:33.588550+0000 mon.smithi118 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:34.616 INFO:teuthology.orchestra.run.smithi118.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-16T02:19:34.616 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500JS480DGN 447G 3m ago LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme1n1 ssd Linux_bf8ebaaee06829ec803f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme2n1 ssd Linux_f58798001bdabfdfc613 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme3n1 ssd Linux_0a706d78c04e3493165f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme4n1 ssd Linux_697927f0f984d48a284b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300CB400BGN 372G 3m ago LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme1n1 ssd Linux_44ab992406282504da57 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme2n1 ssd Linux_75a4f97ffe33f845a8e9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme3n1 ssd Linux_09ef5f3e2b5adfb96d27 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:34.617 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme4n1 ssd Linux_502fbfc7f96720de0b65 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:35.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:34 smithi186 bash[28774]: cluster 2023-11-16T02:19:33.350116+0000 mgr.smithi118.ueiebd (mgr.14180) 269 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:35.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:34 smithi186 bash[28774]: audit 2023-11-16T02:19:33.854171+0000 mon.smithi118 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:35.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:34 smithi186 bash[28774]: audit 2023-11-16T02:19:33.855025+0000 mon.smithi118 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:19:35.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:34 smithi186 bash[28774]: audit 2023-11-16T02:19:33.860008+0000 mon.smithi118 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:35.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:34 smithi186 bash[28774]: audit 2023-11-16T02:19:33.865994+0000 mon.smithi118 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:19:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:34 smithi118 bash[24930]: cluster 2023-11-16T02:19:33.350116+0000 mgr.smithi118.ueiebd (mgr.14180) 269 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:34 smithi118 bash[24930]: audit 2023-11-16T02:19:33.854171+0000 mon.smithi118 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:34 smithi118 bash[24930]: audit 2023-11-16T02:19:33.855025+0000 mon.smithi118 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:19:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:34 smithi118 bash[24930]: audit 2023-11-16T02:19:33.860008+0000 mon.smithi118 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:34 smithi118 bash[24930]: audit 2023-11-16T02:19:33.865994+0000 mon.smithi118 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:19:35.485 INFO:teuthology.run_tasks:Running task vip... 2023-11-16T02:19:35.496 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-16T02:19:35.496 INFO:tasks.vip:peername 172.21.15.118 2023-11-16T02:19:35.500 INFO:tasks.vip:172.21.15.118 in 172.21.0.0/20, pos 3957 2023-11-16T02:19:35.504 INFO:tasks.vip:smithi118.front.sepia.ceph.com static 10.0.15.118, vnet 10.0.0.0/16 2023-11-16T02:19:35.504 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-16T02:19:35.505 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip route ls 2023-11-16T02:19:35.521 INFO:teuthology.orchestra.run.smithi118.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-16T02:19:35.522 INFO:teuthology.orchestra.run.smithi118.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2023-11-16T02:19:35.522 INFO:teuthology.orchestra.run.smithi118.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-16T02:19:35.522 INFO:teuthology.orchestra.run.smithi118.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 2023-11-16T02:19:35.522 INFO:teuthology.orchestra.run.smithi118.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.118 metric 100 2023-11-16T02:19:35.523 INFO:tasks.vip:Configuring 10.0.15.118 on smithi118.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:19:35.523 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr add 10.0.15.118/16 dev enp3s0f1 2023-11-16T02:19:35.583 INFO:tasks.vip:peername 172.21.15.186 2023-11-16T02:19:35.586 INFO:tasks.vip:172.21.15.186 in 172.21.0.0/20, pos 4025 2023-11-16T02:19:35.590 INFO:tasks.vip:smithi186.front.sepia.ceph.com static 10.0.15.186, vnet 10.0.0.0/16 2023-11-16T02:19:35.590 DEBUG:teuthology.orchestra.run.smithi186:> sudo ip route ls 2023-11-16T02:19:35.605 INFO:teuthology.orchestra.run.smithi186.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-16T02:19:35.605 INFO:teuthology.orchestra.run.smithi186.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.186 metric 100 2023-11-16T02:19:35.605 INFO:teuthology.orchestra.run.smithi186.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-16T02:19:35.606 INFO:teuthology.orchestra.run.smithi186.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.186 2023-11-16T02:19:35.606 INFO:teuthology.orchestra.run.smithi186.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.186 metric 100 2023-11-16T02:19:35.607 INFO:tasks.vip:Configuring 10.0.15.186 on smithi186.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:19:35.607 DEBUG:teuthology.orchestra.run.smithi186:> sudo ip addr add 10.0.15.186/16 dev enp3s0f1 2023-11-16T02:19:35.664 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:19:35.673 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2023-11-16T02:19:35.673 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-16T02:19:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:35 smithi118 bash[24930]: audit 2023-11-16T02:19:34.607181+0000 mgr.smithi118.ueiebd (mgr.14180) 270 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:36.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:35 smithi186 bash[28774]: audit 2023-11-16T02:19:34.607181+0000 mgr.smithi118.ueiebd (mgr.14180) 270 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:37.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:36 smithi186 bash[28774]: cluster 2023-11-16T02:19:35.350692+0000 mgr.smithi118.ueiebd (mgr.14180) 271 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:37.058 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:36 smithi118 bash[24930]: cluster 2023-11-16T02:19:35.350692+0000 mgr.smithi118.ueiebd (mgr.14180) 271 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:38.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:37 smithi186 bash[28774]: cluster 2023-11-16T02:19:37.351241+0000 mgr.smithi118.ueiebd (mgr.14180) 272 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:38.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:37 smithi118 bash[24930]: cluster 2023-11-16T02:19:37.351241+0000 mgr.smithi118.ueiebd (mgr.14180) 272 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:39.244 INFO:teuthology.orchestra.run.smithi118.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-16T02:19:39.244 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB747500JS480DGN 447G 3m ago LVM detected, locked 2023-11-16T02:19:39.244 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme1n1 ssd Linux_bf8ebaaee06829ec803f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.244 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme2n1 ssd Linux_f58798001bdabfdfc613 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.244 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme3n1 ssd Linux_0a706d78c04e3493165f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.245 INFO:teuthology.orchestra.run.smithi118.stdout:smithi118 /dev/nvme4n1 ssd Linux_697927f0f984d48a284b 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.245 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300CB400BGN 372G 4m ago LVM detected, locked 2023-11-16T02:19:39.245 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme1n1 ssd Linux_44ab992406282504da57 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.245 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme2n1 ssd Linux_75a4f97ffe33f845a8e9 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.245 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme3n1 ssd Linux_09ef5f3e2b5adfb96d27 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.245 INFO:teuthology.orchestra.run.smithi118.stdout:smithi186 /dev/nvme4n1 ssd Linux_502fbfc7f96720de0b65 89.4G 4m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:19:39.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:39 smithi118 bash[24930]: audit 2023-11-16T02:19:39.261308+0000 mon.smithi118 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:19:39.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:39 smithi186 bash[28774]: audit 2023-11-16T02:19:39.261308+0000 mon.smithi118 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:19:40.076 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T02:19:40.086 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2023-11-16T02:19:40.086 DEBUG:teuthology.orchestra.run.smithi118:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T02:19:40.102 INFO:teuthology.orchestra.run.smithi118.stderr:+ systemctl stop nfs-server 2023-11-16T02:19:40.230 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi186.front.sepia.ceph.com 2023-11-16T02:19:40.230 DEBUG:teuthology.orchestra.run.smithi186:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T02:19:40.247 INFO:teuthology.orchestra.run.smithi186.stderr:+ systemctl stop nfs-server 2023-11-16T02:19:40.392 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:19:40.400 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi118.front.sepia.ceph.com 2023-11-16T02:19:40.401 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-16T02:19:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:40 smithi186 bash[28774]: audit 2023-11-16T02:19:39.236047+0000 mgr.smithi118.ueiebd (mgr.14180) 273 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:40 smithi186 bash[28774]: cluster 2023-11-16T02:19:39.351761+0000 mgr.smithi118.ueiebd (mgr.14180) 274 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:40 smithi118 bash[24930]: audit 2023-11-16T02:19:39.236047+0000 mgr.smithi118.ueiebd (mgr.14180) 273 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:40 smithi118 bash[24930]: cluster 2023-11-16T02:19:39.351761+0000 mgr.smithi118.ueiebd (mgr.14180) 274 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:42 smithi118 bash[24930]: cluster 2023-11-16T02:19:41.352321+0000 mgr.smithi118.ueiebd (mgr.14180) 275 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:43.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:42 smithi186 bash[28774]: cluster 2023-11-16T02:19:41.352321+0000 mgr.smithi118.ueiebd (mgr.14180) 275 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:45.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:44 smithi186 bash[28774]: cluster 2023-11-16T02:19:43.352922+0000 mgr.smithi118.ueiebd (mgr.14180) 276 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:45.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:44 smithi186 bash[28774]: audit 2023-11-16T02:19:43.867391+0000 mon.smithi118 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-16T02:19:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:44 smithi118 bash[24930]: cluster 2023-11-16T02:19:43.352922+0000 mgr.smithi118.ueiebd (mgr.14180) 276 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:44 smithi118 bash[24930]: audit 2023-11-16T02:19:43.867391+0000 mon.smithi118 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: audit 2023-11-16T02:19:43.866355+0000 mgr.smithi118.ueiebd (mgr.14180) 277 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: audit 2023-11-16T02:19:44.713123+0000 mon.smithi118 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: cluster 2023-11-16T02:19:44.713221+0000 mon.smithi118 (mon.0) 633 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: audit 2023-11-16T02:19:44.726402+0000 mon.smithi118 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: audit 2023-11-16T02:19:45.209525+0000 mon.smithi118 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: audit 2023-11-16T02:19:45.288867+0000 mon.smithi118 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: cluster 2023-11-16T02:19:45.353507+0000 mgr.smithi118.ueiebd (mgr.14180) 278 : cluster [DBG] pgmap v254: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: audit 2023-11-16T02:19:45.718879+0000 mon.smithi118 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-16T02:19:46.016 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: cluster 2023-11-16T02:19:45.719015+0000 mon.smithi118 (mon.0) 638 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-16T02:19:46.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:45 smithi118 bash[24930]: debug 2023-11-16T02:19:45.730+0000 7f26c6696700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T02:19:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: audit 2023-11-16T02:19:43.866355+0000 mgr.smithi118.ueiebd (mgr.14180) 277 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: audit 2023-11-16T02:19:44.713123+0000 mon.smithi118 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-16T02:19:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: cluster 2023-11-16T02:19:44.713221+0000 mon.smithi118 (mon.0) 633 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-16T02:19:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: audit 2023-11-16T02:19:44.726402+0000 mon.smithi118 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-16T02:19:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: audit 2023-11-16T02:19:45.209525+0000 mon.smithi118 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: audit 2023-11-16T02:19:45.288867+0000 mon.smithi118 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: cluster 2023-11-16T02:19:45.353507+0000 mgr.smithi118.ueiebd (mgr.14180) 278 : cluster [DBG] pgmap v254: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: audit 2023-11-16T02:19:45.718879+0000 mon.smithi118 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-16T02:19:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:45 smithi186 bash[28774]: cluster 2023-11-16T02:19:45.719015+0000 mon.smithi118 (mon.0) 638 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-16T02:19:46.605 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-16T02:19:46.616 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.118/16' 2023-11-16T02:19:46.616 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch apply -i - 2023-11-16T02:19:46.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: audit 2023-11-16T02:19:45.730518+0000 mon.smithi118 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-16T02:19:46.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: cluster 2023-11-16T02:19:45.731473+0000 mon.smithi118 (mon.0) 640 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T02:19:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: cluster 2023-11-16T02:19:45.731628+0000 mon.smithi118 (mon.0) 641 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-16T02:19:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: cluster 2023-11-16T02:19:45.738893+0000 mon.smithi118 (mon.0) 642 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-16T02:19:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: audit 2023-11-16T02:19:45.741425+0000 mon.smithi118 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-16T02:19:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: cluster 2023-11-16T02:19:45.741601+0000 mon.smithi118 (mon.0) 644 : cluster [DBG] fsmap foofs:0 2023-11-16T02:19:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: cephadm 2023-11-16T02:19:45.749135+0000 mgr.smithi118.ueiebd (mgr.14180) 279 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-16T02:19:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:46 smithi118 bash[24930]: audit 2023-11-16T02:19:45.754626+0000 mon.smithi118 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:47.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: audit 2023-11-16T02:19:45.730518+0000 mon.smithi118 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-16T02:19:47.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: cluster 2023-11-16T02:19:45.731473+0000 mon.smithi118 (mon.0) 640 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T02:19:47.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: cluster 2023-11-16T02:19:45.731628+0000 mon.smithi118 (mon.0) 641 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-16T02:19:47.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: cluster 2023-11-16T02:19:45.738893+0000 mon.smithi118 (mon.0) 642 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-16T02:19:47.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: audit 2023-11-16T02:19:45.741425+0000 mon.smithi118 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-16T02:19:47.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: cluster 2023-11-16T02:19:45.741601+0000 mon.smithi118 (mon.0) 644 : cluster [DBG] fsmap foofs:0 2023-11-16T02:19:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: cephadm 2023-11-16T02:19:45.749135+0000 mgr.smithi118.ueiebd (mgr.14180) 279 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-16T02:19:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:46 smithi186 bash[28774]: audit 2023-11-16T02:19:45.754626+0000 mon.smithi118 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:48.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:47 smithi186 bash[28774]: cluster 2023-11-16T02:19:46.738782+0000 mon.smithi118 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-16T02:19:48.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:47 smithi186 bash[28774]: cluster 2023-11-16T02:19:47.354287+0000 mgr.smithi118.ueiebd (mgr.14180) 280 : cluster [DBG] pgmap v258: 65 pgs: 5 creating+peering, 45 unknown, 15 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:47 smithi118 bash[24930]: cluster 2023-11-16T02:19:46.738782+0000 mon.smithi118 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-16T02:19:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:47 smithi118 bash[24930]: cluster 2023-11-16T02:19:47.354287+0000 mgr.smithi118.ueiebd (mgr.14180) 280 : cluster [DBG] pgmap v258: 65 pgs: 5 creating+peering, 45 unknown, 15 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:48 smithi186 bash[28774]: cluster 2023-11-16T02:19:47.746685+0000 mon.smithi118 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-16T02:19:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:48 smithi118 bash[24930]: cluster 2023-11-16T02:19:47.746685+0000 mon.smithi118 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-16T02:19:50.025 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled nfs.foo update... 2023-11-16T02:19:50.025 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled ingress.nfs.foo update... 2023-11-16T02:19:51.004 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:50 smithi186 bash[28774]: cluster 2023-11-16T02:19:49.355142+0000 mgr.smithi118.ueiebd (mgr.14180) 281 : cluster [DBG] pgmap v260: 65 pgs: 5 creating+peering, 6 unknown, 54 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:51.004 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:50 smithi186 bash[28774]: audit 2023-11-16T02:19:50.008520+0000 mon.smithi118 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:51.004 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:50 smithi186 bash[28774]: audit 2023-11-16T02:19:50.012996+0000 mon.smithi118 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:50 smithi118 bash[24930]: cluster 2023-11-16T02:19:49.355142+0000 mgr.smithi118.ueiebd (mgr.14180) 281 : cluster [DBG] pgmap v260: 65 pgs: 5 creating+peering, 6 unknown, 54 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:50 smithi118 bash[24930]: audit 2023-11-16T02:19:50.008520+0000 mon.smithi118 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:50 smithi118 bash[24930]: audit 2023-11-16T02:19:50.012996+0000 mon.smithi118 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:51.655 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T02:19:51.665 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-16T02:19:51.665 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:52.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:51 smithi186 bash[28774]: audit 2023-11-16T02:19:49.990886+0000 mgr.smithi118.ueiebd (mgr.14180) 282 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:52.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:51 smithi186 bash[28774]: cephadm 2023-11-16T02:19:50.002170+0000 mgr.smithi118.ueiebd (mgr.14180) 283 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-16T02:19:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:51 smithi186 bash[28774]: cephadm 2023-11-16T02:19:50.009166+0000 mgr.smithi118.ueiebd (mgr.14180) 284 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-16T02:19:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:51 smithi186 bash[28774]: audit 2023-11-16T02:19:51.479444+0000 mon.smithi118 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:51 smithi118 bash[24930]: audit 2023-11-16T02:19:49.990886+0000 mgr.smithi118.ueiebd (mgr.14180) 282 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:19:52.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:51 smithi118 bash[24930]: cephadm 2023-11-16T02:19:50.002170+0000 mgr.smithi118.ueiebd (mgr.14180) 283 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-16T02:19:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:51 smithi118 bash[24930]: cephadm 2023-11-16T02:19:50.009166+0000 mgr.smithi118.ueiebd (mgr.14180) 284 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-16T02:19:52.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:51 smithi118 bash[24930]: audit 2023-11-16T02:19:51.479444+0000 mon.smithi118 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:53.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:52 smithi186 bash[28774]: cluster 2023-11-16T02:19:51.355827+0000 mgr.smithi118.ueiebd (mgr.14180) 285 : cluster [DBG] pgmap v261: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:52 smithi118 bash[24930]: cluster 2023-11-16T02:19:51.355827+0000 mgr.smithi118.ueiebd (mgr.14180) 285 : cluster [DBG] pgmap v261: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:53 smithi118 bash[24930]: cluster 2023-11-16T02:19:53.356480+0000 mgr.smithi118.ueiebd (mgr.14180) 286 : cluster [DBG] pgmap v262: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:54.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:53 smithi186 bash[28774]: cluster 2023-11-16T02:19:53.356480+0000 mgr.smithi118.ueiebd (mgr.14180) 286 : cluster [DBG] pgmap v262: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:56.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:56 smithi186 bash[28774]: audit 2023-11-16T02:19:55.189696+0000 mon.smithi118 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:56.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:56 smithi186 bash[28774]: cluster 2023-11-16T02:19:55.357142+0000 mgr.smithi118.ueiebd (mgr.14180) 287 : cluster [DBG] pgmap v263: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:56.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:56 smithi118 bash[24930]: audit 2023-11-16T02:19:55.189696+0000 mon.smithi118 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:56.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:56 smithi118 bash[24930]: cluster 2023-11-16T02:19:55.357142+0000 mgr.smithi118.ueiebd (mgr.14180) 287 : cluster [DBG] pgmap v263: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:56.781 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:19:56.781 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:19:45.274894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:19:44.751986Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:19:45.275325Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:50.013188Z 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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:19:44.752294Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:19:44.752508Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:19:44.752715Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:19:44.752950Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:19:45.275745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:19:57.946 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-16T02:19:58.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:58 smithi186 bash[28774]: audit 2023-11-16T02:19:56.772489+0000 mgr.smithi118.ueiebd (mgr.14180) 288 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:58.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:58 smithi186 bash[28774]: cluster 2023-11-16T02:19:57.357936+0000 mgr.smithi118.ueiebd (mgr.14180) 289 : cluster [DBG] pgmap v264: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:58 smithi118 bash[24930]: audit 2023-11-16T02:19:56.772489+0000 mgr.smithi118.ueiebd (mgr.14180) 288 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:58 smithi118 bash[24930]: cluster 2023-11-16T02:19:57.357936+0000 mgr.smithi118.ueiebd (mgr.14180) 289 : cluster [DBG] pgmap v264: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:19:58.947 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:59.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.606478+0000 mon.smithi118 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:59.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.608028+0000 mon.smithi118 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:59.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.609254+0000 mon.smithi118 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:19:59.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.615513+0000 mon.smithi118 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:59.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.622928+0000 mon.smithi118 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:19:59.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.639272+0000 mon.smithi118 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:59.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.640699+0000 mon.smithi118 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.tejkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T02:19:59.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.644841+0000 mon.smithi118 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.tejkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T02:19:59.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: audit 2023-11-16T02:19:58.645936+0000 mon.smithi118 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:59.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:19:59 smithi118 bash[24930]: cephadm 2023-11-16T02:19:58.647041+0000 mgr.smithi118.ueiebd (mgr.14180) 290 : cephadm [INF] Deploying daemon mds.foofs.smithi186.tejkbl on smithi186 2023-11-16T02:19:59.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.606478+0000 mon.smithi118 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:59.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.608028+0000 mon.smithi118 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:59.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.609254+0000 mon.smithi118 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:19:59.885 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.615513+0000 mon.smithi118 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:59.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.622928+0000 mon.smithi118 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:19:59.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.639272+0000 mon.smithi118 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:19:59.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.640699+0000 mon.smithi118 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.tejkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T02:19:59.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.644841+0000 mon.smithi118 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi186.tejkbl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T02:19:59.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: audit 2023-11-16T02:19:58.645936+0000 mon.smithi118 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:59.886 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:19:59 smithi186 bash[28774]: cephadm 2023-11-16T02:19:58.647041+0000 mgr.smithi118.ueiebd (mgr.14180) 290 : cephadm [INF] Deploying daemon mds.foofs.smithi186.tejkbl on smithi186 2023-11-16T02:20:00.320 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: debug 2023-11-16T02:19:59.997+0000 7f26c8e9b700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-11-16T02:20:00.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: debug 2023-11-16T02:19:59.997+0000 7f26c8e9b700 -1 log_channel(cluster) log [ERR] : [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-11-16T02:20:00.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: debug 2023-11-16T02:19:59.997+0000 7f26c8e9b700 -1 log_channel(cluster) log [ERR] : fs foofs is offline because no MDS is active for it. 2023-11-16T02:20:00.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: debug 2023-11-16T02:19:59.997+0000 7f26c8e9b700 -1 log_channel(cluster) log [ERR] : [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-11-16T02:20:00.321 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: debug 2023-11-16T02:19:59.997+0000 7f26c8e9b700 -1 log_channel(cluster) log [ERR] : fs foofs has 0 MDS online, but wants 1 2023-11-16T02:20:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: cluster 2023-11-16T02:19:59.358844+0000 mgr.smithi118.ueiebd (mgr.14180) 291 : cluster [DBG] pgmap v265: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: cluster 2023-11-16T02:20:00.000193+0000 mon.smithi118 (mon.0) 661 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-11-16T02:20:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: cluster 2023-11-16T02:20:00.000258+0000 mon.smithi118 (mon.0) 662 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-11-16T02:20:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: cluster 2023-11-16T02:20:00.000303+0000 mon.smithi118 (mon.0) 663 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2023-11-16T02:20:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: cluster 2023-11-16T02:20:00.000364+0000 mon.smithi118 (mon.0) 664 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-11-16T02:20:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:00 smithi118 bash[24930]: cluster 2023-11-16T02:20:00.000401+0000 mon.smithi118 (mon.0) 665 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2023-11-16T02:20:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:00 smithi186 bash[28774]: cluster 2023-11-16T02:19:59.358844+0000 mgr.smithi118.ueiebd (mgr.14180) 291 : cluster [DBG] pgmap v265: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:00 smithi186 bash[28774]: cluster 2023-11-16T02:20:00.000193+0000 mon.smithi118 (mon.0) 661 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2023-11-16T02:20:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:00 smithi186 bash[28774]: cluster 2023-11-16T02:20:00.000258+0000 mon.smithi118 (mon.0) 662 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2023-11-16T02:20:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:00 smithi186 bash[28774]: cluster 2023-11-16T02:20:00.000303+0000 mon.smithi118 (mon.0) 663 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2023-11-16T02:20:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:00 smithi186 bash[28774]: cluster 2023-11-16T02:20:00.000364+0000 mon.smithi118 (mon.0) 664 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2023-11-16T02:20:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:00 smithi186 bash[28774]: cluster 2023-11-16T02:20:00.000401+0000 mon.smithi118 (mon.0) 665 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2023-11-16T02:20:02.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:02 smithi186 bash[28774]: cluster 2023-11-16T02:20:01.359602+0000 mgr.smithi118.ueiebd (mgr.14180) 292 : cluster [DBG] pgmap v266: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:02.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:02 smithi186 bash[28774]: audit 2023-11-16T02:20:01.370856+0000 mon.smithi118 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:02.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:02 smithi186 bash[28774]: audit 2023-11-16T02:20:01.372639+0000 mon.smithi118 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.vehhep", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T02:20:02.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:02 smithi186 bash[28774]: audit 2023-11-16T02:20:01.376127+0000 mon.smithi118 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.vehhep", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T02:20:02.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:02 smithi186 bash[28774]: audit 2023-11-16T02:20:01.377464+0000 mon.smithi118 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:02.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:02 smithi186 bash[28774]: cephadm 2023-11-16T02:20:01.378635+0000 mgr.smithi118.ueiebd (mgr.14180) 293 : cephadm [INF] Deploying daemon mds.foofs.smithi118.vehhep on smithi118 2023-11-16T02:20:02.762 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:02 smithi118 bash[24930]: cluster 2023-11-16T02:20:01.359602+0000 mgr.smithi118.ueiebd (mgr.14180) 292 : cluster [DBG] pgmap v266: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:02.762 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:02 smithi118 bash[24930]: audit 2023-11-16T02:20:01.370856+0000 mon.smithi118 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:02.762 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:02 smithi118 bash[24930]: audit 2023-11-16T02:20:01.372639+0000 mon.smithi118 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.vehhep", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T02:20:02.762 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:02 smithi118 bash[24930]: audit 2023-11-16T02:20:01.376127+0000 mon.smithi118 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi118.vehhep", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T02:20:02.762 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:02 smithi118 bash[24930]: audit 2023-11-16T02:20:01.377464+0000 mon.smithi118 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:02.763 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:02 smithi118 bash[24930]: cephadm 2023-11-16T02:20:01.378635+0000 mgr.smithi118.ueiebd (mgr.14180) 293 : cephadm [INF] Deploying daemon mds.foofs.smithi118.vehhep on smithi118 2023-11-16T02:20:03.198 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:03.198 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:19:45.274894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:19:44.751986Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:19:45.275325Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:50.013188Z 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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:19:44.752294Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:19:44.752508Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:19:44.752715Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:19:44.752950Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:19:45.275745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:04.522 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-16T02:20:04.640 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: audit 2023-11-16T02:20:03.188621+0000 mgr.smithi118.ueiebd (mgr.14180) 294 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:04.640 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.360457+0000 mgr.smithi118.ueiebd (mgr.14180) 295 : cluster [DBG] pgmap v267: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:04.640 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.379182+0000 mon.smithi118 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.186:6832/1746051211,v1:172.21.15.186:6833/1746051211] up:boot 2023-11-16T02:20:04.640 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.379224+0000 mon.smithi118 (mon.0) 671 : cluster [INF] daemon mds.foofs.smithi186.tejkbl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-16T02:20:04.640 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.379276+0000 mon.smithi118 (mon.0) 672 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-16T02:20:04.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.379293+0000 mon.smithi118 (mon.0) 673 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-16T02:20:04.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.379304+0000 mon.smithi118 (mon.0) 674 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:04.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.379489+0000 mon.smithi118 (mon.0) 675 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-16T02:20:04.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: audit 2023-11-16T02:20:03.379715+0000 mon.smithi118 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.tejkbl"}]: dispatch 2023-11-16T02:20:04.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.382730+0000 mon.smithi118 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:creating} 2023-11-16T02:20:04.641 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:04 smithi118 bash[24930]: cluster 2023-11-16T02:20:03.402746+0000 mon.smithi118 (mon.0) 678 : cluster [INF] daemon mds.foofs.smithi186.tejkbl is now active in filesystem foofs as rank 0 2023-11-16T02:20:04.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: audit 2023-11-16T02:20:03.188621+0000 mgr.smithi118.ueiebd (mgr.14180) 294 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:04.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.360457+0000 mgr.smithi118.ueiebd (mgr.14180) 295 : cluster [DBG] pgmap v267: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.379182+0000 mon.smithi118 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.186:6832/1746051211,v1:172.21.15.186:6833/1746051211] up:boot 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.379224+0000 mon.smithi118 (mon.0) 671 : cluster [INF] daemon mds.foofs.smithi186.tejkbl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.379276+0000 mon.smithi118 (mon.0) 672 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.379293+0000 mon.smithi118 (mon.0) 673 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.379304+0000 mon.smithi118 (mon.0) 674 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.379489+0000 mon.smithi118 (mon.0) 675 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: audit 2023-11-16T02:20:03.379715+0000 mon.smithi118 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi186.tejkbl"}]: dispatch 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.382730+0000 mon.smithi118 (mon.0) 677 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:creating} 2023-11-16T02:20:04.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:04 smithi186 bash[28774]: cluster 2023-11-16T02:20:03.402746+0000 mon.smithi118 (mon.0) 678 : cluster [INF] daemon mds.foofs.smithi186.tejkbl is now active in filesystem foofs as rank 0 2023-11-16T02:20:05.523 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:05.688 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:05 smithi118 bash[24930]: cluster 2023-11-16T02:20:04.389057+0000 mon.smithi118 (mon.0) 679 : cluster [DBG] mds.? [v2:172.21.15.186:6832/1746051211,v1:172.21.15.186:6833/1746051211] up:active 2023-11-16T02:20:05.688 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:05 smithi118 bash[24930]: cluster 2023-11-16T02:20:04.389122+0000 mon.smithi118 (mon.0) 680 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:active} 2023-11-16T02:20:05.688 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:05 smithi118 bash[24930]: audit 2023-11-16T02:20:04.675129+0000 mon.smithi118 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:05.688 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:05 smithi118 bash[24930]: audit 2023-11-16T02:20:04.682556+0000 mon.smithi118 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:05.688 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:05 smithi118 bash[24930]: audit 2023-11-16T02:20:04.708401+0000 mon.smithi118 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T02:20:05.688 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:05 smithi118 bash[24930]: audit 2023-11-16T02:20:05.158812+0000 mon.smithi118 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:05.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:05 smithi186 bash[28774]: cluster 2023-11-16T02:20:04.389057+0000 mon.smithi118 (mon.0) 679 : cluster [DBG] mds.? [v2:172.21.15.186:6832/1746051211,v1:172.21.15.186:6833/1746051211] up:active 2023-11-16T02:20:05.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:05 smithi186 bash[28774]: cluster 2023-11-16T02:20:04.389122+0000 mon.smithi118 (mon.0) 680 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:active} 2023-11-16T02:20:05.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:05 smithi186 bash[28774]: audit 2023-11-16T02:20:04.675129+0000 mon.smithi118 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:05.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:05 smithi186 bash[28774]: audit 2023-11-16T02:20:04.682556+0000 mon.smithi118 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:05.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:05 smithi186 bash[28774]: audit 2023-11-16T02:20:04.708401+0000 mon.smithi118 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T02:20:05.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:05 smithi186 bash[28774]: audit 2023-11-16T02:20:05.158812+0000 mon.smithi118 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:06 smithi186 bash[28774]: cluster 2023-11-16T02:20:05.361104+0000 mgr.smithi118.ueiebd (mgr.14180) 296 : cluster [DBG] pgmap v268: 65 pgs: 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:06 smithi186 bash[28774]: audit 2023-11-16T02:20:05.712207+0000 mon.smithi118 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T02:20:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:06 smithi186 bash[28774]: cluster 2023-11-16T02:20:05.712339+0000 mon.smithi118 (mon.0) 686 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-16T02:20:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:06 smithi186 bash[28774]: audit 2023-11-16T02:20:05.714930+0000 mon.smithi118 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T02:20:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:06 smithi186 bash[28774]: audit 2023-11-16T02:20:06.481670+0000 mon.smithi118 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:07.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:06 smithi118 bash[24930]: cluster 2023-11-16T02:20:05.361104+0000 mgr.smithi118.ueiebd (mgr.14180) 296 : cluster [DBG] pgmap v268: 65 pgs: 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:20:07.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:06 smithi118 bash[24930]: audit 2023-11-16T02:20:05.712207+0000 mon.smithi118 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T02:20:07.098 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:06 smithi118 bash[24930]: cluster 2023-11-16T02:20:05.712339+0000 mon.smithi118 (mon.0) 686 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-16T02:20:07.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:06 smithi118 bash[24930]: audit 2023-11-16T02:20:05.714930+0000 mon.smithi118 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T02:20:07.099 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:06 smithi118 bash[24930]: audit 2023-11-16T02:20:06.481670+0000 mon.smithi118 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:08.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.715563+0000 mon.smithi118 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cluster 2023-11-16T02:20:06.716019+0000 mon.smithi118 (mon.0) 690 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cephadm 2023-11-16T02:20:06.719572+0000 mgr.smithi118.ueiebd (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi118.uraxby 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.720129+0000 mon.smithi118 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cluster 2023-11-16T02:20:06.733329+0000 mon.smithi118 (mon.0) 692 : cluster [DBG] mds.? [v2:172.21.15.118:6834/2831128032,v1:172.21.15.118:6835/2831128032] up:boot 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cluster 2023-11-16T02:20:06.733759+0000 mon.smithi118 (mon.0) 693 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:active} 1 up:standby 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.734232+0000 mon.smithi118 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi118.vehhep"}]: dispatch 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.740728+0000 mon.smithi118 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cluster 2023-11-16T02:20:06.740849+0000 mon.smithi118 (mon.0) 696 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:active} 1 up:standby 2023-11-16T02:20:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cephadm 2023-11-16T02:20:06.741668+0000 mgr.smithi118.ueiebd (mgr.14180) 298 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.742091+0000 mon.smithi118 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.745848+0000 mon.smithi118 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.747352+0000 mon.smithi118 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.801459+0000 mon.smithi118 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.806440+0000 mon.smithi118 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cephadm 2023-11-16T02:20:06.864128+0000 mgr.smithi118.ueiebd (mgr.14180) 299 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cephadm 2023-11-16T02:20:06.927451+0000 mgr.smithi118.ueiebd (mgr.14180) 300 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi118.uraxby-rgw 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.928058+0000 mon.smithi118 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.933242+0000 mon.smithi118 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: audit 2023-11-16T02:20:06.941390+0000 mon.smithi118 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cephadm 2023-11-16T02:20:06.942617+0000 mgr.smithi118.ueiebd (mgr.14180) 301 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi118.uraxby on smithi118 2023-11-16T02:20:08.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cluster 2023-11-16T02:20:07.362231+0000 mgr.smithi118.ueiebd (mgr.14180) 302 : cluster [DBG] pgmap v271: 97 pgs: 21 unknown, 76 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 11 op/s 2023-11-16T02:20:08.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:07 smithi186 bash[28774]: cluster 2023-11-16T02:20:07.715237+0000 mon.smithi118 (mon.0) 705 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.715563+0000 mon.smithi118 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cluster 2023-11-16T02:20:06.716019+0000 mon.smithi118 (mon.0) 690 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cephadm 2023-11-16T02:20:06.719572+0000 mgr.smithi118.ueiebd (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi118.uraxby 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.720129+0000 mon.smithi118 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cluster 2023-11-16T02:20:06.733329+0000 mon.smithi118 (mon.0) 692 : cluster [DBG] mds.? [v2:172.21.15.118:6834/2831128032,v1:172.21.15.118:6835/2831128032] up:boot 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cluster 2023-11-16T02:20:06.733759+0000 mon.smithi118 (mon.0) 693 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:active} 1 up:standby 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.734232+0000 mon.smithi118 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi118.vehhep"}]: dispatch 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.740728+0000 mon.smithi118 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cluster 2023-11-16T02:20:06.740849+0000 mon.smithi118 (mon.0) 696 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi186.tejkbl=up:active} 1 up:standby 2023-11-16T02:20:08.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cephadm 2023-11-16T02:20:06.741668+0000 mgr.smithi118.ueiebd (mgr.14180) 298 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.742091+0000 mon.smithi118 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.745848+0000 mon.smithi118 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.747352+0000 mon.smithi118 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.801459+0000 mon.smithi118 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.806440+0000 mon.smithi118 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cephadm 2023-11-16T02:20:06.864128+0000 mgr.smithi118.ueiebd (mgr.14180) 299 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cephadm 2023-11-16T02:20:06.927451+0000 mgr.smithi118.ueiebd (mgr.14180) 300 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi118.uraxby-rgw 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.928058+0000 mon.smithi118 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.933242+0000 mon.smithi118 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi118.uraxby-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: audit 2023-11-16T02:20:06.941390+0000 mon.smithi118 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:08.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cephadm 2023-11-16T02:20:06.942617+0000 mgr.smithi118.ueiebd (mgr.14180) 301 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi118.uraxby on smithi118 2023-11-16T02:20:08.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cluster 2023-11-16T02:20:07.362231+0000 mgr.smithi118.ueiebd (mgr.14180) 302 : cluster [DBG] pgmap v271: 97 pgs: 21 unknown, 76 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 11 op/s 2023-11-16T02:20:08.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:07 smithi118 bash[24930]: cluster 2023-11-16T02:20:07.715237+0000 mon.smithi118 (mon.0) 705 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-16T02:20:10.713 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:10.713 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:19:45.274894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:19:44.751986Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:19:45.275325Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:50.013188Z 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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:19:44.752294Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:19:44.752508Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:19:44.752715Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:19:44.752950Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:19:45.275745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:10 smithi118 bash[24930]: cluster 2023-11-16T02:20:09.363153+0000 mgr.smithi118.ueiebd (mgr.14180) 303 : cluster [DBG] pgmap v273: 97 pgs: 5 unknown, 92 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.0 KiB/s wr, 8 op/s 2023-11-16T02:20:11.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:10 smithi186 bash[28774]: cluster 2023-11-16T02:20:09.363153+0000 mgr.smithi118.ueiebd (mgr.14180) 303 : cluster [DBG] pgmap v273: 97 pgs: 5 unknown, 92 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.0 KiB/s wr, 8 op/s 2023-11-16T02:20:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:10.702064+0000 mgr.smithi118.ueiebd (mgr.14180) 304 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.158832+0000 mon.smithi118 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.160534+0000 mon.smithi118 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.165356+0000 mon.smithi118 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.166550+0000 mon.smithi118 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.171058+0000 mon.smithi118 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.172524+0000 mon.smithi118 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.222428+0000 mon.smithi118 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.227711+0000 mon.smithi118 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.282447+0000 mon.smithi118 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.287700+0000 mon.smithi118 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:20:12.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:11 smithi186 bash[28774]: audit 2023-11-16T02:20:11.289227+0000 mon.smithi118 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:12.064 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:10.702064+0000 mgr.smithi118.ueiebd (mgr.14180) 304 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:12.064 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.158832+0000 mon.smithi118 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:12.064 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.160534+0000 mon.smithi118 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T02:20:12.064 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.165356+0000 mon.smithi118 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T02:20:12.064 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.166550+0000 mon.smithi118 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T02:20:12.064 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.171058+0000 mon.smithi118 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T02:20:12.065 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.172524+0000 mon.smithi118 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:12.065 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.222428+0000 mon.smithi118 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T02:20:12.065 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.227711+0000 mon.smithi118 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T02:20:12.065 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.282447+0000 mon.smithi118 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:20:12.065 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.287700+0000 mon.smithi118 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi186.uwmrgv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:20:12.065 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:11 smithi118 bash[24930]: audit 2023-11-16T02:20:11.289227+0000 mon.smithi118 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:12.066 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-16T02:20:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:12 smithi118 bash[24930]: cephadm 2023-11-16T02:20:11.160227+0000 mgr.smithi118.ueiebd (mgr.14180) 305 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.uwmrgv 2023-11-16T02:20:12.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:12 smithi118 bash[24930]: cephadm 2023-11-16T02:20:11.166188+0000 mgr.smithi118.ueiebd (mgr.14180) 306 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-16T02:20:12.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:12 smithi118 bash[24930]: cephadm 2023-11-16T02:20:11.281699+0000 mgr.smithi118.ueiebd (mgr.14180) 307 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-16T02:20:12.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:12 smithi118 bash[24930]: cephadm 2023-11-16T02:20:11.281844+0000 mgr.smithi118.ueiebd (mgr.14180) 308 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.uwmrgv-rgw 2023-11-16T02:20:12.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:12 smithi118 bash[24930]: cephadm 2023-11-16T02:20:11.290139+0000 mgr.smithi118.ueiebd (mgr.14180) 309 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi186.uwmrgv on smithi186 2023-11-16T02:20:12.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:12 smithi118 bash[24930]: cluster 2023-11-16T02:20:11.364336+0000 mgr.smithi118.ueiebd (mgr.14180) 310 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 5 op/s 2023-11-16T02:20:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:12 smithi186 bash[28774]: cephadm 2023-11-16T02:20:11.160227+0000 mgr.smithi118.ueiebd (mgr.14180) 305 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.uwmrgv 2023-11-16T02:20:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:12 smithi186 bash[28774]: cephadm 2023-11-16T02:20:11.166188+0000 mgr.smithi118.ueiebd (mgr.14180) 306 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-16T02:20:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:12 smithi186 bash[28774]: cephadm 2023-11-16T02:20:11.281699+0000 mgr.smithi118.ueiebd (mgr.14180) 307 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-16T02:20:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:12 smithi186 bash[28774]: cephadm 2023-11-16T02:20:11.281844+0000 mgr.smithi118.ueiebd (mgr.14180) 308 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi186.uwmrgv-rgw 2023-11-16T02:20:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:12 smithi186 bash[28774]: cephadm 2023-11-16T02:20:11.290139+0000 mgr.smithi118.ueiebd (mgr.14180) 309 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi186.uwmrgv on smithi186 2023-11-16T02:20:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:12 smithi186 bash[28774]: cluster 2023-11-16T02:20:11.364336+0000 mgr.smithi118.ueiebd (mgr.14180) 310 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 5 op/s 2023-11-16T02:20:13.067 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:15.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:14 smithi186 bash[28774]: cluster 2023-11-16T02:20:13.365421+0000 mgr.smithi118.ueiebd (mgr.14180) 311 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-11-16T02:20:15.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:14 smithi186 bash[28774]: audit 2023-11-16T02:20:14.153279+0000 mon.smithi118 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:15.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:14 smithi186 bash[28774]: audit 2023-11-16T02:20:14.162257+0000 mon.smithi118 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:14 smithi118 bash[24930]: cluster 2023-11-16T02:20:13.365421+0000 mgr.smithi118.ueiebd (mgr.14180) 311 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-11-16T02:20:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:14 smithi118 bash[24930]: audit 2023-11-16T02:20:14.153279+0000 mon.smithi118 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:15.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:14 smithi118 bash[24930]: audit 2023-11-16T02:20:14.162257+0000 mon.smithi118 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:15 smithi186 bash[28774]: cephadm 2023-11-16T02:20:14.178888+0000 mgr.smithi118.ueiebd (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.isebao on smithi186 2023-11-16T02:20:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:15 smithi186 bash[28774]: audit 2023-11-16T02:20:15.180126+0000 mon.smithi118 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:15 smithi118 bash[24930]: cephadm 2023-11-16T02:20:14.178888+0000 mgr.smithi118.ueiebd (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.isebao on smithi186 2023-11-16T02:20:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:15 smithi118 bash[24930]: audit 2023-11-16T02:20:15.180126+0000 mon.smithi118 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:16.692 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:16.693 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:19:45.274894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:19:44.751986Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:19:45.275325Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:50.013188Z 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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:19:44.752294Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:19:44.752508Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:19:44.752715Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:19:44.752950Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:19:45.275745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:16 smithi186 bash[28774]: cluster 2023-11-16T02:20:15.366033+0000 mgr.smithi118.ueiebd (mgr.14180) 313 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:16 smithi186 bash[28774]: audit 2023-11-16T02:20:16.680367+0000 mgr.smithi118.ueiebd (mgr.14180) 314 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:17.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:16 smithi118 bash[24930]: cluster 2023-11-16T02:20:15.366033+0000 mgr.smithi118.ueiebd (mgr.14180) 313 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:17.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:16 smithi118 bash[24930]: audit 2023-11-16T02:20:16.680367+0000 mgr.smithi118.ueiebd (mgr.14180) 314 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:17.572 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-16T02:20:17.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:17 smithi118 bash[24930]: cluster 2023-11-16T02:20:17.367029+0000 mgr.smithi118.ueiebd (mgr.14180) 315 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 1 op/s 2023-11-16T02:20:18.027 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:17 smithi186 bash[28774]: cluster 2023-11-16T02:20:17.367029+0000 mgr.smithi118.ueiebd (mgr.14180) 315 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 1 op/s 2023-11-16T02:20:18.573 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: cephadm 2023-11-16T02:20:18.100814+0000 mgr.smithi118.ueiebd (mgr.14180) 316 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.isebao ... 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.isebao ... 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: cephadm 2023-11-16T02:20:18.101264+0000 mgr.smithi118.ueiebd (mgr.14180) 317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: audit 2023-11-16T02:20:18.101968+0000 mon.smithi118 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.isebao"}]: dispatch 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: cephadm 2023-11-16T02:20:18.103791+0000 mgr.smithi118.ueiebd (mgr.14180) 318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.isebao on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.isebao ... 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:18.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:18.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:18.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:18 smithi118 bash[24930]: cephadm 2023-11-16T02:20:18.108078+0000 mgr.smithi118.ueiebd (mgr.14180) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.mbzmuq on smithi118 2023-11-16T02:20:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: cephadm 2023-11-16T02:20:18.100814+0000 mgr.smithi118.ueiebd (mgr.14180) 316 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.isebao ... 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:20:19.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:19.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:19.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.isebao ... 2023-11-16T02:20:19.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:19.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: cephadm 2023-11-16T02:20:18.101264+0000 mgr.smithi118.ueiebd (mgr.14180) 317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: audit 2023-11-16T02:20:18.101968+0000 mon.smithi118 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.isebao"}]: dispatch 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: cephadm 2023-11-16T02:20:18.103791+0000 mgr.smithi118.ueiebd (mgr.14180) 318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.isebao on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:19.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.isebao ... 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:19.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:19.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:19.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:19.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:18 smithi186 bash[28774]: cephadm 2023-11-16T02:20:18.108078+0000 mgr.smithi118.ueiebd (mgr.14180) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.mbzmuq on smithi118 2023-11-16T02:20:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:20 smithi186 bash[28774]: cluster 2023-11-16T02:20:19.368118+0000 mgr.smithi118.ueiebd (mgr.14180) 320 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-16T02:20:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:20 smithi186 bash[28774]: audit 2023-11-16T02:20:20.197626+0000 mon.smithi118 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:20 smithi118 bash[24930]: cluster 2023-11-16T02:20:19.368118+0000 mgr.smithi118.ueiebd (mgr.14180) 320 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-16T02:20:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:20 smithi118 bash[24930]: audit 2023-11-16T02:20:20.197626+0000 mon.smithi118 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:22.359 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:22.359 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:19:45.274894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:19:44.751986Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:19:45.275325Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:50.013188Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-16T02:20:18.103513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.isebao on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao\nDeploy daemon haproxy.nfs.foo.smithi186.isebao ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:21.959970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mbzmuq on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq\nDeploy daemon haproxy.nfs.foo.smithi118.mbzmuq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:21.969302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.tnksto on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:21.971187Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.uywelu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:19:44.752294Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:19:44.752508Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:19:44.752715Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:19:44.752950Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:19:45.275745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:22 smithi186 bash[28774]: cluster 2023-11-16T02:20:21.368913+0000 mgr.smithi118.ueiebd (mgr.14180) 321 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-16T02:20:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:22 smithi186 bash[28774]: audit 2023-11-16T02:20:21.959116+0000 mon.smithi118 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.mbzmuq"}]: dispatch 2023-11-16T02:20:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:22 smithi186 bash[28774]: audit 2023-11-16T02:20:21.968867+0000 mon.smithi118 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:22 smithi186 bash[28774]: audit 2023-11-16T02:20:21.972608+0000 mon.smithi118 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:20:23.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:22 smithi118 bash[24930]: cluster 2023-11-16T02:20:21.368913+0000 mgr.smithi118.ueiebd (mgr.14180) 321 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2023-11-16T02:20:23.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:22 smithi118 bash[24930]: audit 2023-11-16T02:20:21.959116+0000 mon.smithi118 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.mbzmuq"}]: dispatch 2023-11-16T02:20:23.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:22 smithi118 bash[24930]: audit 2023-11-16T02:20:21.968867+0000 mon.smithi118 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:23.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:22 smithi118 bash[24930]: audit 2023-11-16T02:20:21.972608+0000 mon.smithi118 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:20:23.248 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cephadm 2023-11-16T02:20:21.958209+0000 mgr.smithi118.ueiebd (mgr.14180) 322 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.mbzmuq ... 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:24.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.mbzmuq ... 2023-11-16T02:20:24.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:24.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:24.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cephadm 2023-11-16T02:20:21.958627+0000 mgr.smithi118.ueiebd (mgr.14180) 323 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cephadm 2023-11-16T02:20:21.960199+0000 mgr.smithi118.ueiebd (mgr.14180) 324 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.mbzmuq on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.mbzmuq ... 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:24.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cephadm 2023-11-16T02:20:21.969428+0000 mgr.smithi118.ueiebd (mgr.14180) 325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.tnksto on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cephadm 2023-11-16T02:20:21.971296+0000 mgr.smithi118.ueiebd (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.uywelu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cluster 2023-11-16T02:20:21.972560+0000 mgr.smithi118.ueiebd (mgr.14180) 327 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: audit 2023-11-16T02:20:22.351546+0000 mgr.smithi118.ueiebd (mgr.14180) 328 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:24.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:23 smithi186 bash[28774]: cluster 2023-11-16T02:20:22.965217+0000 mon.smithi118 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cephadm 2023-11-16T02:20:21.958209+0000 mgr.smithi118.ueiebd (mgr.14180) 322 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.mbzmuq ... 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.mbzmuq ... 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cephadm 2023-11-16T02:20:21.958627+0000 mgr.smithi118.ueiebd (mgr.14180) 323 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cephadm 2023-11-16T02:20:21.960199+0000 mgr.smithi118.ueiebd (mgr.14180) 324 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.mbzmuq on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.mbzmuq ... 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cephadm 2023-11-16T02:20:21.969428+0000 mgr.smithi118.ueiebd (mgr.14180) 325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.tnksto on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cephadm 2023-11-16T02:20:21.971296+0000 mgr.smithi118.ueiebd (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.uywelu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:24.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cluster 2023-11-16T02:20:21.972560+0000 mgr.smithi118.ueiebd (mgr.14180) 327 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-16T02:20:24.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: audit 2023-11-16T02:20:22.351546+0000 mgr.smithi118.ueiebd (mgr.14180) 328 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:24.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:23 smithi118 bash[24930]: cluster 2023-11-16T02:20:22.965217+0000 mon.smithi118 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:24.249 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:25 smithi118 bash[24930]: cluster 2023-11-16T02:20:23.973670+0000 mgr.smithi118.ueiebd (mgr.14180) 329 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:31.676 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:25 smithi118 bash[24930]: audit 2023-11-16T02:20:25.207296+0000 mon.smithi118 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:26 smithi118 bash[24930]: cluster 2023-11-16T02:20:25.974740+0000 mgr.smithi118.ueiebd (mgr.14180) 330 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:31.679 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:31.680 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:19:45.274894Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:19:44.751986Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:19:45.275325Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:50.013188Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-16T02:20:18.103513Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.isebao on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-isebao\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.isebao\nDeploy daemon haproxy.nfs.foo.smithi186.isebao ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:21.959970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mbzmuq on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mbzmuq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mbzmuq\nDeploy daemon haproxy.nfs.foo.smithi118.mbzmuq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:21.969302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.tnksto on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:21.971187Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.uywelu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:19:44.752294Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:19:44.752508Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:19:44.752715Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:19:44.752950Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:19:45.275745Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:25 smithi186 bash[28774]: cluster 2023-11-16T02:20:23.973670+0000 mgr.smithi118.ueiebd (mgr.14180) 329 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:25 smithi186 bash[28774]: audit 2023-11-16T02:20:25.207296+0000 mon.smithi118 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:26 smithi186 bash[28774]: cluster 2023-11-16T02:20:25.974740+0000 mgr.smithi118.ueiebd (mgr.14180) 330 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:27 smithi186 bash[28774]: audit 2023-11-16T02:20:27.703012+0000 mgr.smithi118.ueiebd (mgr.14180) 331 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:27 smithi186 bash[28774]: audit 2023-11-16T02:20:27.727643+0000 mon.smithi118 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: cluster 2023-11-16T02:20:27.975626+0000 mgr.smithi118.ueiebd (mgr.14180) 332 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: audit 2023-11-16T02:20:28.096102+0000 mon.smithi118 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: audit 2023-11-16T02:20:28.097473+0000 mon.smithi118 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: audit 2023-11-16T02:20:28.098594+0000 mon.smithi118 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:20:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: audit 2023-11-16T02:20:28.103914+0000 mon.smithi118 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.682 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: cluster 2023-11-16T02:20:28.104428+0000 mgr.smithi118.ueiebd (mgr.14180) 333 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 117 B/s wr, 0 op/s 2023-11-16T02:20:31.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: audit 2023-11-16T02:20:28.109070+0000 mon.smithi118 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:20:31.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: audit 2023-11-16T02:20:28.119766+0000 mon.smithi118 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: cephadm 2023-11-16T02:20:28.122585+0000 mgr.smithi118.ueiebd (mgr.14180) 334 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.chhhvd on smithi186 2023-11-16T02:20:31.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: cluster 2023-11-16T02:20:28.734494+0000 mon.smithi118 (mon.0) 734 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:20:31.687 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:29 smithi186 bash[28774]: cluster 2023-11-16T02:20:28.734548+0000 mon.smithi118 (mon.0) 735 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:31.689 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:27 smithi118 bash[24930]: audit 2023-11-16T02:20:27.703012+0000 mgr.smithi118.ueiebd (mgr.14180) 331 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:31.690 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:27 smithi118 bash[24930]: audit 2023-11-16T02:20:27.727643+0000 mon.smithi118 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.691 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-16T02:20:31.692 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: cluster 2023-11-16T02:20:27.975626+0000 mgr.smithi118.ueiebd (mgr.14180) 332 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-11-16T02:20:31.692 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: audit 2023-11-16T02:20:28.096102+0000 mon.smithi118 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.692 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: audit 2023-11-16T02:20:28.097473+0000 mon.smithi118 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:31.692 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: audit 2023-11-16T02:20:28.098594+0000 mon.smithi118 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:20:31.692 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: audit 2023-11-16T02:20:28.103914+0000 mon.smithi118 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.693 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: cluster 2023-11-16T02:20:28.104428+0000 mgr.smithi118.ueiebd (mgr.14180) 333 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 117 B/s wr, 0 op/s 2023-11-16T02:20:31.693 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: audit 2023-11-16T02:20:28.109070+0000 mon.smithi118 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:20:31.693 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: audit 2023-11-16T02:20:28.119766+0000 mon.smithi118 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:31.693 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: cephadm 2023-11-16T02:20:28.122585+0000 mgr.smithi118.ueiebd (mgr.14180) 334 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.chhhvd on smithi186 2023-11-16T02:20:31.693 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: cluster 2023-11-16T02:20:28.734494+0000 mon.smithi118 (mon.0) 734 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:20:31.694 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:29 smithi118 bash[24930]: cluster 2023-11-16T02:20:28.734548+0000 mon.smithi118 (mon.0) 735 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:31.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:31 smithi186 bash[28774]: cluster 2023-11-16T02:20:30.105339+0000 mgr.smithi118.ueiebd (mgr.14180) 335 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-11-16T02:20:32.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:31 smithi118 bash[24930]: cluster 2023-11-16T02:20:30.105339+0000 mgr.smithi118.ueiebd (mgr.14180) 335 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-11-16T02:20:32.693 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:32 smithi186 bash[28774]: audit 2023-11-16T02:20:31.911205+0000 mon.smithi118 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.chhhvd"}]: dispatch 2023-11-16T02:20:33.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:32 smithi118 bash[24930]: audit 2023-11-16T02:20:31.911205+0000 mon.smithi118 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.chhhvd"}]: dispatch 2023-11-16T02:20:34.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: cephadm 2023-11-16T02:20:31.910022+0000 mgr.smithi118.ueiebd (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:34.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:34.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.chhhvd ... 2023-11-16T02:20:34.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:34.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:34.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:34.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:20:34.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:34.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:20:34.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:34.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:20:34.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.chhhvd ... 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: cephadm 2023-11-16T02:20:31.910620+0000 mgr.smithi118.ueiebd (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: cephadm 2023-11-16T02:20:31.912874+0000 mgr.smithi118.ueiebd (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.chhhvd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:34.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.chhhvd ... 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: cephadm 2023-11-16T02:20:31.918027+0000 mgr.smithi118.ueiebd (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.kyfcam on smithi118 2023-11-16T02:20:34.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:33 smithi186 bash[28774]: cluster 2023-11-16T02:20:32.106262+0000 mgr.smithi118.ueiebd (mgr.14180) 340 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: cephadm 2023-11-16T02:20:31.910022+0000 mgr.smithi118.ueiebd (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.080 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.chhhvd ... 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:20:34.081 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.082 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.chhhvd ... 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:34.083 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: cephadm 2023-11-16T02:20:31.910620+0000 mgr.smithi118.ueiebd (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: cephadm 2023-11-16T02:20:31.912874+0000 mgr.smithi118.ueiebd (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.chhhvd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.chhhvd ... 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:34.084 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:34.085 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:34.085 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: cephadm 2023-11-16T02:20:31.918027+0000 mgr.smithi118.ueiebd (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.kyfcam on smithi118 2023-11-16T02:20:34.085 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:33 smithi118 bash[24930]: cluster 2023-11-16T02:20:32.106262+0000 mgr.smithi118.ueiebd (mgr.14180) 340 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-16T02:20:36.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:35 smithi186 bash[28774]: cluster 2023-11-16T02:20:34.107106+0000 mgr.smithi118.ueiebd (mgr.14180) 341 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-16T02:20:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:35 smithi118 bash[24930]: cluster 2023-11-16T02:20:34.107106+0000 mgr.smithi118.ueiebd (mgr.14180) 341 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-16T02:20:36.180 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:36.180 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:28.085092Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:27.715836Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:28.085489Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:21.971187Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.uywelu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:31.912643Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.chhhvd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd\nDeploy daemon haproxy.nfs.foo.smithi186.chhhvd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:35.797193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyfcam on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam\nDeploy daemon haproxy.nfs.foo.smithi118.kyfcam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:35.799471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.chieam on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:27.718245Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:27.716172Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:27.716412Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:27.718647Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:27.716753Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:27.717061Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:28.085881Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:36.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:36 smithi118 bash[24930]: audit 2023-11-16T02:20:35.796198+0000 mon.smithi118 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.kyfcam"}]: dispatch 2023-11-16T02:20:36.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:36 smithi118 bash[24930]: audit 2023-11-16T02:20:35.806175+0000 mon.smithi118 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:20:37.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:36 smithi186 bash[28774]: audit 2023-11-16T02:20:35.796198+0000 mon.smithi118 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.kyfcam"}]: dispatch 2023-11-16T02:20:37.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:36 smithi186 bash[28774]: audit 2023-11-16T02:20:35.806175+0000 mon.smithi118 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:20:37.146 INFO:tasks.cephadm:nfs.foo has 2/2 2023-11-16T02:20:37.147 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T02:20:37.158 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-16T02:20:37.158 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cephadm 2023-11-16T02:20:35.795240+0000 mgr.smithi118.ueiebd (mgr.14180) 342 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kyfcam ... 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:38.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kyfcam ... 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cephadm 2023-11-16T02:20:35.795679+0000 mgr.smithi118.ueiebd (mgr.14180) 343 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cephadm 2023-11-16T02:20:35.797318+0000 mgr.smithi118.ueiebd (mgr.14180) 344 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.kyfcam on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:38.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kyfcam ... 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cephadm 2023-11-16T02:20:35.799596+0000 mgr.smithi118.ueiebd (mgr.14180) 345 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.chieam on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cephadm 2023-11-16T02:20:35.801975+0000 mgr.smithi118.ueiebd (mgr.14180) 346 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cluster 2023-11-16T02:20:35.803134+0000 mgr.smithi118.ueiebd (mgr.14180) 347 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: audit 2023-11-16T02:20:36.170632+0000 mgr.smithi118.ueiebd (mgr.14180) 348 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:38.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:37 smithi186 bash[28774]: cluster 2023-11-16T02:20:36.719892+0000 mon.smithi118 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cephadm 2023-11-16T02:20:35.795240+0000 mgr.smithi118.ueiebd (mgr.14180) 342 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kyfcam ... 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:38.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kyfcam ... 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cephadm 2023-11-16T02:20:35.795679+0000 mgr.smithi118.ueiebd (mgr.14180) 343 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cephadm 2023-11-16T02:20:35.797318+0000 mgr.smithi118.ueiebd (mgr.14180) 344 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.kyfcam on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kyfcam ... 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cephadm 2023-11-16T02:20:35.799596+0000 mgr.smithi118.ueiebd (mgr.14180) 345 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.chieam on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cephadm 2023-11-16T02:20:35.801975+0000 mgr.smithi118.ueiebd (mgr.14180) 346 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cluster 2023-11-16T02:20:35.803134+0000 mgr.smithi118.ueiebd (mgr.14180) 347 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: audit 2023-11-16T02:20:36.170632+0000 mgr.smithi118.ueiebd (mgr.14180) 348 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:38.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:37 smithi118 bash[24930]: cluster 2023-11-16T02:20:36.719892+0000 mon.smithi118 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:39.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:38 smithi186 bash[28774]: cluster 2023-11-16T02:20:37.804362+0000 mgr.smithi118.ueiebd (mgr.14180) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-16T02:20:39.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:38 smithi118 bash[24930]: cluster 2023-11-16T02:20:37.804362+0000 mgr.smithi118.ueiebd (mgr.14180) 349 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-16T02:20:40.686 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:40.687 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:28.085092Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:27.715836Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:28.085489Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:21.971187Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.uywelu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:31.912643Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.chhhvd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd\nDeploy daemon haproxy.nfs.foo.smithi186.chhhvd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:35.797193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyfcam on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam\nDeploy daemon haproxy.nfs.foo.smithi118.kyfcam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:35.799471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.chieam on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:27.718245Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:27.716172Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:27.716412Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:27.718647Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:27.716753Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:27.717061Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:28.085881Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:41.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:41 smithi186 bash[28774]: cluster 2023-11-16T02:20:39.805518+0000 mgr.smithi118.ueiebd (mgr.14180) 350 : cluster [DBG] pgmap v290: 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-11-16T02:20:41.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:41 smithi186 bash[28774]: audit 2023-11-16T02:20:40.223730+0000 mon.smithi118 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:41.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:41 smithi186 bash[28774]: audit 2023-11-16T02:20:40.675980+0000 mgr.smithi118.ueiebd (mgr.14180) 351 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:41.554 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:41 smithi118 bash[24930]: cluster 2023-11-16T02:20:39.805518+0000 mgr.smithi118.ueiebd (mgr.14180) 350 : cluster [DBG] pgmap v290: 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-11-16T02:20:41.554 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:41 smithi118 bash[24930]: audit 2023-11-16T02:20:40.223730+0000 mon.smithi118 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:41.554 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:41 smithi118 bash[24930]: audit 2023-11-16T02:20:40.675980+0000 mgr.smithi118.ueiebd (mgr.14180) 351 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:41.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:42.556 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:42.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:41.524885+0000 mon.smithi118 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:42.049994+0000 mon.smithi118 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:42.341601+0000 mon.smithi118 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:42.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:42.342976+0000 mon.smithi118 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:20:42.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:42.350054+0000 mon.smithi118 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:42.356035+0000 mon.smithi118 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:20:42.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:42 smithi186 bash[28774]: audit 2023-11-16T02:20:42.369371+0000 mon.smithi118 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:41.524885+0000 mon.smithi118 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:42.049994+0000 mon.smithi118 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:42.341601+0000 mon.smithi118 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:42.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:42.342976+0000 mon.smithi118 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:20:42.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:42.350054+0000 mon.smithi118 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:42.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:42.356035+0000 mon.smithi118 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:20:42.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:42 smithi118 bash[24930]: audit 2023-11-16T02:20:42.369371+0000 mon.smithi118 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:43.784 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:43 smithi118 bash[24930]: cluster 2023-11-16T02:20:41.806576+0000 mgr.smithi118.ueiebd (mgr.14180) 352 : cluster [DBG] pgmap v291: 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-11-16T02:20:43.785 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:43 smithi118 bash[24930]: cluster 2023-11-16T02:20:42.350944+0000 mgr.smithi118.ueiebd (mgr.14180) 353 : cluster [DBG] pgmap v292: 97 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-11-16T02:20:43.785 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:43 smithi118 bash[24930]: cephadm 2023-11-16T02:20:42.373362+0000 mgr.smithi118.ueiebd (mgr.14180) 354 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.tvrqmn on smithi186 2023-11-16T02:20:43.785 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:43 smithi118 bash[24930]: cluster 2023-11-16T02:20:42.521741+0000 mon.smithi118 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:20:43.785 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:43 smithi118 bash[24930]: cluster 2023-11-16T02:20:42.521806+0000 mon.smithi118 (mon.0) 749 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:43 smithi186 bash[28774]: cluster 2023-11-16T02:20:41.806576+0000 mgr.smithi118.ueiebd (mgr.14180) 352 : cluster [DBG] pgmap v291: 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-11-16T02:20:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:43 smithi186 bash[28774]: cluster 2023-11-16T02:20:42.350944+0000 mgr.smithi118.ueiebd (mgr.14180) 353 : cluster [DBG] pgmap v292: 97 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-11-16T02:20:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:43 smithi186 bash[28774]: cephadm 2023-11-16T02:20:42.373362+0000 mgr.smithi118.ueiebd (mgr.14180) 354 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.tvrqmn on smithi186 2023-11-16T02:20:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:43 smithi186 bash[28774]: cluster 2023-11-16T02:20:42.521741+0000 mon.smithi118 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:20:43.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:43 smithi186 bash[28774]: cluster 2023-11-16T02:20:42.521806+0000 mon.smithi118 (mon.0) 749 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:45 smithi186 bash[28774]: cluster 2023-11-16T02:20:44.351978+0000 mgr.smithi118.ueiebd (mgr.14180) 355 : cluster [DBG] pgmap v293: 97 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-11-16T02:20:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:45 smithi118 bash[24930]: cluster 2023-11-16T02:20:44.351978+0000 mgr.smithi118.ueiebd (mgr.14180) 355 : cluster [DBG] pgmap v293: 97 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-11-16T02:20:46.195 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:46.195 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:31.912643Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.chhhvd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-chhhvd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.chhhvd\nDeploy daemon haproxy.nfs.foo.smithi186.chhhvd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:35.797193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyfcam on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyfcam\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyfcam\nDeploy daemon haproxy.nfs.foo.smithi118.kyfcam ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:35.799471Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.chieam on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: cephadm 2023-11-16T02:20:46.157249+0000 mgr.smithi118.ueiebd (mgr.14180) 356 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:46.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.tvrqmn ... 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:20:46.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.tvrqmn ... 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:46.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: cephadm 2023-11-16T02:20:46.157741+0000 mgr.smithi118.ueiebd (mgr.14180) 357 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: audit 2023-11-16T02:20:46.158446+0000 mon.smithi118 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.tvrqmn"}]: dispatch 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: cephadm 2023-11-16T02:20:46.160539+0000 mgr.smithi118.ueiebd (mgr.14180) 358 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.tvrqmn ... 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:46.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:46.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:46.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: cephadm 2023-11-16T02:20:46.164153+0000 mgr.smithi118.ueiebd (mgr.14180) 359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ouforv on smithi118 2023-11-16T02:20:46.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: audit 2023-11-16T02:20:46.184277+0000 mgr.smithi118.ueiebd (mgr.14180) 360 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:46.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:46 smithi118 bash[24930]: cluster 2023-11-16T02:20:46.352767+0000 mgr.smithi118.ueiebd (mgr.14180) 361 : cluster [DBG] pgmap v294: 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-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: cephadm 2023-11-16T02:20:46.157249+0000 mgr.smithi118.ueiebd (mgr.14180) 356 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.tvrqmn ... 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:47.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.tvrqmn ... 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:47.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: cephadm 2023-11-16T02:20:46.157741+0000 mgr.smithi118.ueiebd (mgr.14180) 357 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: audit 2023-11-16T02:20:46.158446+0000 mon.smithi118 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.tvrqmn"}]: dispatch 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: cephadm 2023-11-16T02:20:46.160539+0000 mgr.smithi118.ueiebd (mgr.14180) 358 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn 2023-11-16T02:20:47.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.tvrqmn ... 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: cephadm 2023-11-16T02:20:46.164153+0000 mgr.smithi118.ueiebd (mgr.14180) 359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ouforv on smithi118 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: audit 2023-11-16T02:20:46.184277+0000 mgr.smithi118.ueiebd (mgr.14180) 360 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:47.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:46 smithi186 bash[28774]: cluster 2023-11-16T02:20:46.352767+0000 mgr.smithi118.ueiebd (mgr.14180) 361 : cluster [DBG] pgmap v294: 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-11-16T02:20:47.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:48.107 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:49 smithi118 bash[24930]: cluster 2023-11-16T02:20:48.353618+0000 mgr.smithi118.ueiebd (mgr.14180) 362 : cluster [DBG] pgmap v295: 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-11-16T02:20:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:49 smithi186 bash[28774]: cluster 2023-11-16T02:20:48.353618+0000 mgr.smithi118.ueiebd (mgr.14180) 362 : cluster [DBG] pgmap v295: 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-11-16T02:20:51.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:50 smithi186 bash[28774]: audit 2023-11-16T02:20:50.344085+0000 mon.smithi118 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ouforv"}]: dispatch 2023-11-16T02:20:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:50 smithi118 bash[24930]: audit 2023-11-16T02:20:50.344085+0000 mon.smithi118 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ouforv"}]: dispatch 2023-11-16T02:20:51.802 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:51.802 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cephadm 2023-11-16T02:20:50.343203+0000 mgr.smithi118.ueiebd (mgr.14180) 363 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ouforv ... 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:52.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:52.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ouforv ... 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cephadm 2023-11-16T02:20:50.343675+0000 mgr.smithi118.ueiebd (mgr.14180) 364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cephadm 2023-11-16T02:20:50.345136+0000 mgr.smithi118.ueiebd (mgr.14180) 365 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ouforv ... 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cephadm 2023-11-16T02:20:50.347056+0000 mgr.smithi118.ueiebd (mgr.14180) 366 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:52.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cephadm 2023-11-16T02:20:50.348585+0000 mgr.smithi118.ueiebd (mgr.14180) 367 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:52.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cluster 2023-11-16T02:20:50.349694+0000 mgr.smithi118.ueiebd (mgr.14180) 368 : cluster [DBG] pgmap v296: 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-11-16T02:20:52.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: cluster 2023-11-16T02:20:50.720879+0000 mon.smithi118 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:52.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:51 smithi186 bash[28774]: audit 2023-11-16T02:20:51.482925+0000 mon.smithi118 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:52.071 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cephadm 2023-11-16T02:20:50.343203+0000 mgr.smithi118.ueiebd (mgr.14180) 363 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.071 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:52.071 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ouforv ... 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:52.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.073 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ouforv ... 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cephadm 2023-11-16T02:20:50.343675+0000 mgr.smithi118.ueiebd (mgr.14180) 364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cephadm 2023-11-16T02:20:50.345136+0000 mgr.smithi118.ueiebd (mgr.14180) 365 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv 2023-11-16T02:20:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:20:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv 2023-11-16T02:20:52.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ouforv ... 2023-11-16T02:20:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:52.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:52.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:52.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:52.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cephadm 2023-11-16T02:20:50.347056+0000 mgr.smithi118.ueiebd (mgr.14180) 366 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:52.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cephadm 2023-11-16T02:20:50.348585+0000 mgr.smithi118.ueiebd (mgr.14180) 367 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:52.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cluster 2023-11-16T02:20:50.349694+0000 mgr.smithi118.ueiebd (mgr.14180) 368 : cluster [DBG] pgmap v296: 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-11-16T02:20:52.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: cluster 2023-11-16T02:20:50.720879+0000 mon.smithi118 (mon.0) 752 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:52.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:51 smithi118 bash[24930]: audit 2023-11-16T02:20:51.482925+0000 mon.smithi118 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:52.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:52 smithi118 bash[24930]: audit 2023-11-16T02:20:51.790965+0000 mgr.smithi118.ueiebd (mgr.14180) 369 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:52 smithi118 bash[24930]: cluster 2023-11-16T02:20:52.350942+0000 mgr.smithi118.ueiebd (mgr.14180) 370 : cluster [DBG] pgmap v297: 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-11-16T02:20:53.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:52 smithi186 bash[28774]: audit 2023-11-16T02:20:51.790965+0000 mgr.smithi118.ueiebd (mgr.14180) 369 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:53.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:52 smithi186 bash[28774]: cluster 2023-11-16T02:20:52.350942+0000 mgr.smithi118.ueiebd (mgr.14180) 370 : cluster [DBG] pgmap v297: 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-11-16T02:20:53.606 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:56.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:55 smithi186 bash[28774]: cluster 2023-11-16T02:20:54.352227+0000 mgr.smithi118.ueiebd (mgr.14180) 371 : 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-11-16T02:20:56.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:55 smithi186 bash[28774]: audit 2023-11-16T02:20:55.241631+0000 mon.smithi118 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:55 smithi118 bash[24930]: cluster 2023-11-16T02:20:54.352227+0000 mgr.smithi118.ueiebd (mgr.14180) 371 : 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-11-16T02:20:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:55 smithi118 bash[24930]: audit 2023-11-16T02:20:55.241631+0000 mon.smithi118 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:20:57.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:56 smithi186 bash[28774]: cluster 2023-11-16T02:20:56.353318+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:20:57.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:56 smithi118 bash[24930]: cluster 2023-11-16T02:20:56.353318+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:20:57.209 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:20:57.209 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:20:58.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:58.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:57 smithi186 bash[28774]: audit 2023-11-16T02:20:57.196397+0000 mgr.smithi118.ueiebd (mgr.14180) 373 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:58.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:57 smithi118 bash[24930]: audit 2023-11-16T02:20:57.196397+0000 mgr.smithi118.ueiebd (mgr.14180) 373 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:59.011 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:20:58 smithi186 bash[28774]: cluster 2023-11-16T02:20:58.354595+0000 mgr.smithi118.ueiebd (mgr.14180) 374 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:20:59.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:20:58 smithi118 bash[24930]: cluster 2023-11-16T02:20:58.354595+0000 mgr.smithi118.ueiebd (mgr.14180) 374 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:21:02.000 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:01 smithi118 bash[24930]: cluster 2023-11-16T02:21:00.355693+0000 mgr.smithi118.ueiebd (mgr.14180) 375 : 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-11-16T02:21:02.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:01 smithi186 bash[28774]: cluster 2023-11-16T02:21:00.355693+0000 mgr.smithi118.ueiebd (mgr.14180) 375 : 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-11-16T02:21:02.432 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:02.432 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:03.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:02 smithi186 bash[28774]: cluster 2023-11-16T02:21:02.356797+0000 mgr.smithi118.ueiebd (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-11-16T02:21:03.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:02 smithi186 bash[28774]: audit 2023-11-16T02:21:02.419211+0000 mgr.smithi118.ueiebd (mgr.14180) 377 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:02 smithi118 bash[24930]: cluster 2023-11-16T02:21:02.356797+0000 mgr.smithi118.ueiebd (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-11-16T02:21:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:02 smithi118 bash[24930]: audit 2023-11-16T02:21:02.419211+0000 mgr.smithi118.ueiebd (mgr.14180) 377 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:03.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:04.244 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:05 smithi186 bash[28774]: cluster 2023-11-16T02:21:04.358150+0000 mgr.smithi118.ueiebd (mgr.14180) 378 : 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-11-16T02:21:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:05 smithi118 bash[24930]: cluster 2023-11-16T02:21:04.358150+0000 mgr.smithi118.ueiebd (mgr.14180) 378 : 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-11-16T02:21:07.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:06 smithi186 bash[28774]: cluster 2023-11-16T02:21:06.359030+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:21:07.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:06 smithi118 bash[24930]: cluster 2023-11-16T02:21:06.359030+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:21:07.800 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:07.801 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:08.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:09.603 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:09 smithi186 bash[28774]: audit 2023-11-16T02:21:07.789881+0000 mgr.smithi118.ueiebd (mgr.14180) 380 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:09 smithi186 bash[28774]: cluster 2023-11-16T02:21:08.360303+0000 mgr.smithi118.ueiebd (mgr.14180) 381 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:21:09.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:09 smithi118 bash[24930]: audit 2023-11-16T02:21:07.789881+0000 mgr.smithi118.ueiebd (mgr.14180) 380 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:09.801 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:09 smithi118 bash[24930]: cluster 2023-11-16T02:21:08.360303+0000 mgr.smithi118.ueiebd (mgr.14180) 381 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:21:11.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:10 smithi186 bash[28774]: cluster 2023-11-16T02:21:10.361018+0000 mgr.smithi118.ueiebd (mgr.14180) 382 : 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-11-16T02:21:11.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:10 smithi118 bash[24930]: cluster 2023-11-16T02:21:10.361018+0000 mgr.smithi118.ueiebd (mgr.14180) 382 : 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-11-16T02:21:13.082 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:13.082 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:13 smithi118 bash[24930]: cluster 2023-11-16T02:21:12.361831+0000 mgr.smithi118.ueiebd (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-11-16T02:21:13.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:13 smithi186 bash[28774]: cluster 2023-11-16T02:21:12.361831+0000 mgr.smithi118.ueiebd (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-11-16T02:21:13.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:14 smithi186 bash[28774]: audit 2023-11-16T02:21:13.071124+0000 mgr.smithi118.ueiebd (mgr.14180) 384 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:14 smithi118 bash[24930]: audit 2023-11-16T02:21:13.071124+0000 mgr.smithi118.ueiebd (mgr.14180) 384 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:14.877 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:15 smithi186 bash[28774]: cluster 2023-11-16T02:21:14.363118+0000 mgr.smithi118.ueiebd (mgr.14180) 385 : 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-11-16T02:21:16.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:15 smithi118 bash[24930]: cluster 2023-11-16T02:21:14.363118+0000 mgr.smithi118.ueiebd (mgr.14180) 385 : 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-11-16T02:21:16.993 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:16 smithi118 bash[24930]: cluster 2023-11-16T02:21:16.364100+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:21:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:16 smithi186 bash[28774]: cluster 2023-11-16T02:21:16.364100+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:21:18.390 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:18.390 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:19.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:19.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:19 smithi186 bash[28774]: cluster 2023-11-16T02:21:18.365322+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:21:19.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:19 smithi186 bash[28774]: audit 2023-11-16T02:21:18.377989+0000 mgr.smithi118.ueiebd (mgr.14180) 388 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:19 smithi118 bash[24930]: cluster 2023-11-16T02:21:18.365322+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:21:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:19 smithi118 bash[24930]: audit 2023-11-16T02:21:18.377989+0000 mgr.smithi118.ueiebd (mgr.14180) 388 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:20.170 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:20 smithi186 bash[28774]: cluster 2023-11-16T02:21:20.366220+0000 mgr.smithi118.ueiebd (mgr.14180) 389 : 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-11-16T02:21:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:20 smithi118 bash[24930]: cluster 2023-11-16T02:21:20.366220+0000 mgr.smithi118.ueiebd (mgr.14180) 389 : 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-11-16T02:21:23.509 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:23.509 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:23.775 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:23 smithi118 bash[24930]: cluster 2023-11-16T02:21:22.366999+0000 mgr.smithi118.ueiebd (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-11-16T02:21:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:23 smithi186 bash[28774]: cluster 2023-11-16T02:21:22.366999+0000 mgr.smithi118.ueiebd (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-11-16T02:21:24.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:24 smithi118 bash[24930]: audit 2023-11-16T02:21:23.498777+0000 mgr.smithi118.ueiebd (mgr.14180) 391 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:24 smithi186 bash[28774]: audit 2023-11-16T02:21:23.498777+0000 mgr.smithi118.ueiebd (mgr.14180) 391 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:25.348 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:25 smithi118 bash[24930]: cluster 2023-11-16T02:21:24.368196+0000 mgr.smithi118.ueiebd (mgr.14180) 392 : 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-11-16T02:21:26.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:25 smithi186 bash[28774]: cluster 2023-11-16T02:21:24.368196+0000 mgr.smithi118.ueiebd (mgr.14180) 392 : 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-11-16T02:21:26.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:26 smithi118 bash[24930]: cluster 2023-11-16T02:21:26.369067+0000 mgr.smithi118.ueiebd (mgr.14180) 393 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:26 smithi186 bash[28774]: cluster 2023-11-16T02:21:26.369067+0000 mgr.smithi118.ueiebd (mgr.14180) 393 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:28.897 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:28.898 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:29.758 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:29 smithi118 bash[24930]: cluster 2023-11-16T02:21:28.370323+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:21:29.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:29.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:29 smithi186 bash[28774]: cluster 2023-11-16T02:21:28.370323+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:21:30.761 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:30.771 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:30 smithi118 bash[24930]: audit 2023-11-16T02:21:28.887016+0000 mgr.smithi118.ueiebd (mgr.14180) 395 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:30.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:30 smithi186 bash[28774]: audit 2023-11-16T02:21:28.887016+0000 mgr.smithi118.ueiebd (mgr.14180) 395 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:31.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:31 smithi186 bash[28774]: cluster 2023-11-16T02:21:30.371489+0000 mgr.smithi118.ueiebd (mgr.14180) 396 : 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-11-16T02:21:31.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:31 smithi118 bash[24930]: cluster 2023-11-16T02:21:30.371489+0000 mgr.smithi118.ueiebd (mgr.14180) 396 : 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-11-16T02:21:33.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:33 smithi186 bash[28774]: cluster 2023-11-16T02:21:32.372355+0000 mgr.smithi118.ueiebd (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-11-16T02:21:33.861 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:33 smithi118 bash[24930]: cluster 2023-11-16T02:21:32.372355+0000 mgr.smithi118.ueiebd (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-11-16T02:21:34.301 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:34.302 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:35.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:35.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:35 smithi186 bash[28774]: audit 2023-11-16T02:21:34.293880+0000 mgr.smithi118.ueiebd (mgr.14180) 398 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:35.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:35 smithi186 bash[28774]: cluster 2023-11-16T02:21:34.373047+0000 mgr.smithi118.ueiebd (mgr.14180) 399 : 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-11-16T02:21:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:35 smithi118 bash[24930]: audit 2023-11-16T02:21:34.293880+0000 mgr.smithi118.ueiebd (mgr.14180) 398 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:35 smithi118 bash[24930]: cluster 2023-11-16T02:21:34.373047+0000 mgr.smithi118.ueiebd (mgr.14180) 399 : 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-11-16T02:21:36.136 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:37.763 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:37 smithi118 bash[24930]: cluster 2023-11-16T02:21:36.373979+0000 mgr.smithi118.ueiebd (mgr.14180) 400 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:37.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:37 smithi186 bash[28774]: cluster 2023-11-16T02:21:36.373979+0000 mgr.smithi118.ueiebd (mgr.14180) 400 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:39.645 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:39.646 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:39.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:39 smithi186 bash[28774]: cluster 2023-11-16T02:21:38.375119+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:21:39.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:39 smithi118 bash[24930]: cluster 2023-11-16T02:21:38.375119+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:21:40.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:40.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:40 smithi186 bash[28774]: audit 2023-11-16T02:21:39.638966+0000 mgr.smithi118.ueiebd (mgr.14180) 402 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:40 smithi118 bash[24930]: audit 2023-11-16T02:21:39.638966+0000 mgr.smithi118.ueiebd (mgr.14180) 402 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:41.438 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:41.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:41 smithi186 bash[28774]: cluster 2023-11-16T02:21:40.376217+0000 mgr.smithi118.ueiebd (mgr.14180) 403 : 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-11-16T02:21:41.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:41 smithi118 bash[24930]: cluster 2023-11-16T02:21:40.376217+0000 mgr.smithi118.ueiebd (mgr.14180) 403 : 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-11-16T02:21:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:43 smithi186 bash[28774]: cluster 2023-11-16T02:21:42.377424+0000 mgr.smithi118.ueiebd (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-11-16T02:21:43.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:43 smithi118 bash[24930]: cluster 2023-11-16T02:21:42.377424+0000 mgr.smithi118.ueiebd (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-11-16T02:21:44.966 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:44.966 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:45.764 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:45 smithi118 bash[24930]: cluster 2023-11-16T02:21:44.378723+0000 mgr.smithi118.ueiebd (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-11-16T02:21:45.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:45.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:45 smithi186 bash[28774]: cluster 2023-11-16T02:21:44.378723+0000 mgr.smithi118.ueiebd (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-11-16T02:21:46.767 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:46.775 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:46 smithi118 bash[24930]: audit 2023-11-16T02:21:44.954169+0000 mgr.smithi118.ueiebd (mgr.14180) 406 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:46.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:46 smithi186 bash[28774]: audit 2023-11-16T02:21:44.954169+0000 mgr.smithi118.ueiebd (mgr.14180) 406 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:47.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:47 smithi186 bash[28774]: cluster 2023-11-16T02:21:46.379782+0000 mgr.smithi118.ueiebd (mgr.14180) 407 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:47.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:47 smithi118 bash[24930]: cluster 2023-11-16T02:21:46.379782+0000 mgr.smithi118.ueiebd (mgr.14180) 407 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:49.751 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:49 smithi118 bash[24930]: cluster 2023-11-16T02:21:48.380541+0000 mgr.smithi118.ueiebd (mgr.14180) 408 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:21:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:49 smithi186 bash[28774]: cluster 2023-11-16T02:21:48.380541+0000 mgr.smithi118.ueiebd (mgr.14180) 408 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:21:50.126 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:50.126 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:50.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:51.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:50 smithi186 bash[28774]: audit 2023-11-16T02:21:50.114044+0000 mgr.smithi118.ueiebd (mgr.14180) 409 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:51.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:50 smithi186 bash[28774]: audit 2023-11-16T02:21:50.352643+0000 mon.smithi118 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:21:51.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:50 smithi186 bash[28774]: cluster 2023-11-16T02:21:50.381502+0000 mgr.smithi118.ueiebd (mgr.14180) 410 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:51.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:50 smithi186 bash[28774]: audit 2023-11-16T02:21:50.606425+0000 mon.smithi118 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:50 smithi118 bash[24930]: audit 2023-11-16T02:21:50.114044+0000 mgr.smithi118.ueiebd (mgr.14180) 409 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:50 smithi118 bash[24930]: audit 2023-11-16T02:21:50.352643+0000 mon.smithi118 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:21:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:50 smithi118 bash[24930]: cluster 2023-11-16T02:21:50.381502+0000 mgr.smithi118.ueiebd (mgr.14180) 410 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:51.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:50 smithi118 bash[24930]: audit 2023-11-16T02:21:50.606425+0000 mon.smithi118 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:51.940 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:53.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:53 smithi118 bash[24930]: cluster 2023-11-16T02:21:52.382725+0000 mgr.smithi118.ueiebd (mgr.14180) 411 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:53 smithi186 bash[28774]: cluster 2023-11-16T02:21:52.382725+0000 mgr.smithi118.ueiebd (mgr.14180) 411 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:55.101 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:21:55.102 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:20:42.035154Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:20:41.514817Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:20:42.035623Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:20:41.515990Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:20:41.515041Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:20:41.515180Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:20:41.516113Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:20:41.515356Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:20:41.515489Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:20:42.036076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:21:55.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:55 smithi118 bash[24930]: cluster 2023-11-16T02:21:54.383547+0000 mgr.smithi118.ueiebd (mgr.14180) 412 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:55.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:55 smithi186 bash[28774]: cluster 2023-11-16T02:21:54.383547+0000 mgr.smithi118.ueiebd (mgr.14180) 412 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:55.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:56.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:56 smithi186 bash[28774]: audit 2023-11-16T02:21:55.089289+0000 mgr.smithi118.ueiebd (mgr.14180) 413 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:56.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:56 smithi186 bash[28774]: audit 2023-11-16T02:21:56.047928+0000 mon.smithi118 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:56 smithi118 bash[24930]: audit 2023-11-16T02:21:55.089289+0000 mgr.smithi118.ueiebd (mgr.14180) 413 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:56 smithi118 bash[24930]: audit 2023-11-16T02:21:56.047928+0000 mon.smithi118 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:56.897 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:57.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:57 smithi186 bash[28774]: cluster 2023-11-16T02:21:56.384302+0000 mgr.smithi118.ueiebd (mgr.14180) 414 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:57.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:57 smithi118 bash[24930]: cluster 2023-11-16T02:21:56.384302+0000 mgr.smithi118.ueiebd (mgr.14180) 414 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:21:59.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: audit 2023-11-16T02:21:57.892877+0000 mon.smithi118 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: audit 2023-11-16T02:21:58.164925+0000 mon.smithi118 (mon.0) 759 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: audit 2023-11-16T02:21:58.166217+0000 mon.smithi118 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: audit 2023-11-16T02:21:58.172130+0000 mon.smithi118 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: cluster 2023-11-16T02:21:58.173804+0000 mgr.smithi118.ueiebd (mgr.14180) 415 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: audit 2023-11-16T02:21:58.178812+0000 mon.smithi118 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: audit 2023-11-16T02:21:58.189802+0000 mon.smithi118 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:59.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:58 smithi186 bash[28774]: cephadm 2023-11-16T02:21:58.193215+0000 mgr.smithi118.ueiebd (mgr.14180) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.lkwcty on smithi186 2023-11-16T02:21:59.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: audit 2023-11-16T02:21:57.892877+0000 mon.smithi118 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: audit 2023-11-16T02:21:58.164925+0000 mon.smithi118 (mon.0) 759 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: audit 2023-11-16T02:21:58.166217+0000 mon.smithi118 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: audit 2023-11-16T02:21:58.172130+0000 mon.smithi118 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: cluster 2023-11-16T02:21:58.173804+0000 mgr.smithi118.ueiebd (mgr.14180) 415 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: audit 2023-11-16T02:21:58.178812+0000 mon.smithi118 (mon.0) 762 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: audit 2023-11-16T02:21:58.189802+0000 mon.smithi118 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:21:59.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:58 smithi118 bash[24930]: cephadm 2023-11-16T02:21:58.193215+0000 mgr.smithi118.ueiebd (mgr.14180) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.lkwcty on smithi186 2023-11-16T02:22:00.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:59 smithi118 bash[24930]: cluster 2023-11-16T02:21:59.169595+0000 mon.smithi118 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:22:00.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:21:59 smithi118 bash[24930]: cluster 2023-11-16T02:21:59.169630+0000 mon.smithi118 (mon.0) 765 : cluster [INF] Cluster is now healthy 2023-11-16T02:22:00.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:59 smithi186 bash[28774]: cluster 2023-11-16T02:21:59.169595+0000 mon.smithi118 (mon.0) 764 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:22:00.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:21:59 smithi186 bash[28774]: cluster 2023-11-16T02:21:59.169630+0000 mon.smithi118 (mon.0) 765 : cluster [INF] Cluster is now healthy 2023-11-16T02:22:00.298 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:00.298 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:35.801850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.giemhg on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:01.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:01.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:00 smithi186 bash[28774]: cluster 2023-11-16T02:22:00.174435+0000 mgr.smithi118.ueiebd (mgr.14180) 417 : cluster [DBG] pgmap v331: 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-11-16T02:22:01.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:00 smithi186 bash[28774]: audit 2023-11-16T02:22:00.287145+0000 mgr.smithi118.ueiebd (mgr.14180) 418 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:01.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:00 smithi118 bash[24930]: cluster 2023-11-16T02:22:00.174435+0000 mgr.smithi118.ueiebd (mgr.14180) 417 : cluster [DBG] pgmap v331: 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-11-16T02:22:01.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:00 smithi118 bash[24930]: audit 2023-11-16T02:22:00.287145+0000 mgr.smithi118.ueiebd (mgr.14180) 418 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:02.110 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:02.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:02 smithi186 bash[28774]: audit 2023-11-16T02:22:01.993162+0000 mon.smithi118 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.lkwcty"}]: dispatch 2023-11-16T02:22:02.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:02 smithi118 bash[24930]: audit 2023-11-16T02:22:01.993162+0000 mon.smithi118 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.lkwcty"}]: dispatch 2023-11-16T02:22:03.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: cephadm 2023-11-16T02:22:01.991836+0000 mgr.smithi118.ueiebd (mgr.14180) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:03.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.lkwcty ... 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:03.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:03.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.lkwcty ... 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: cephadm 2023-11-16T02:22:01.992382+0000 mgr.smithi118.ueiebd (mgr.14180) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: cephadm 2023-11-16T02:22:01.994900+0000 mgr.smithi118.ueiebd (mgr.14180) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.lkwcty ... 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: cephadm 2023-11-16T02:22:01.998501+0000 mgr.smithi118.ueiebd (mgr.14180) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.kyhtnv on smithi118 2023-11-16T02:22:03.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:03 smithi118 bash[24930]: cluster 2023-11-16T02:22:02.175009+0000 mgr.smithi118.ueiebd (mgr.14180) 423 : cluster [DBG] pgmap v332: 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-11-16T02:22:03.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: cephadm 2023-11-16T02:22:01.991836+0000 mgr.smithi118.ueiebd (mgr.14180) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.lkwcty ... 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:03.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:22:03.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.lkwcty ... 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: cephadm 2023-11-16T02:22:01.992382+0000 mgr.smithi118.ueiebd (mgr.14180) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: cephadm 2023-11-16T02:22:01.994900+0000 mgr.smithi118.ueiebd (mgr.14180) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.lkwcty ... 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:03.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:03.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: cephadm 2023-11-16T02:22:01.998501+0000 mgr.smithi118.ueiebd (mgr.14180) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.kyhtnv on smithi118 2023-11-16T02:22:03.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:03 smithi186 bash[28774]: cluster 2023-11-16T02:22:02.175009+0000 mgr.smithi118.ueiebd (mgr.14180) 423 : cluster [DBG] pgmap v332: 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-11-16T02:22:05.351 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:05 smithi118 bash[24930]: cluster 2023-11-16T02:22:04.175948+0000 mgr.smithi118.ueiebd (mgr.14180) 424 : cluster [DBG] pgmap v333: 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-11-16T02:22:05.438 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:05.438 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:46.160350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tvrqmn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tvrqmn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tvrqmn\nDeploy daemon haproxy.nfs.foo.smithi186.tvrqmn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.344985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ouforv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ouforv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ouforv\nDeploy daemon haproxy.nfs.foo.smithi118.ouforv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:50.346963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fhefio on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:05 smithi186 bash[28774]: cluster 2023-11-16T02:22:04.175948+0000 mgr.smithi118.ueiebd (mgr.14180) 424 : cluster [DBG] pgmap v333: 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-11-16T02:22:06.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:06 smithi118 bash[24930]: audit 2023-11-16T02:22:05.426425+0000 mgr.smithi118.ueiebd (mgr.14180) 425 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:06.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:06 smithi186 bash[28774]: audit 2023-11-16T02:22:05.426425+0000 mgr.smithi118.ueiebd (mgr.14180) 425 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cluster 2023-11-16T02:22:06.176817+0000 mgr.smithi118.ueiebd (mgr.14180) 426 : cluster [DBG] pgmap v334: 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-11-16T02:22:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cephadm 2023-11-16T02:22:06.303675+0000 mgr.smithi118.ueiebd (mgr.14180) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kyhtnv ... 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kyhtnv ... 2023-11-16T02:22:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cephadm 2023-11-16T02:22:06.304166+0000 mgr.smithi118.ueiebd (mgr.14180) 428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: audit 2023-11-16T02:22:06.304770+0000 mon.smithi118 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.kyhtnv"}]: dispatch 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cephadm 2023-11-16T02:22:06.306085+0000 mgr.smithi118.ueiebd (mgr.14180) 429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:07.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kyhtnv ... 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cephadm 2023-11-16T02:22:06.308648+0000 mgr.smithi118.ueiebd (mgr.14180) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cephadm 2023-11-16T02:22:06.310809+0000 mgr.smithi118.ueiebd (mgr.14180) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: cluster 2023-11-16T02:22:06.311924+0000 mgr.smithi118.ueiebd (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; 206 B/s rd, 0 op/s 2023-11-16T02:22:07.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:07 smithi118 bash[24930]: audit 2023-11-16T02:22:06.486787+0000 mon.smithi118 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:22:07.520 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cluster 2023-11-16T02:22:06.176817+0000 mgr.smithi118.ueiebd (mgr.14180) 426 : cluster [DBG] pgmap v334: 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-11-16T02:22:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cephadm 2023-11-16T02:22:06.303675+0000 mgr.smithi118.ueiebd (mgr.14180) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kyhtnv ... 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:22:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:22:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:22:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kyhtnv ... 2023-11-16T02:22:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cephadm 2023-11-16T02:22:06.304166+0000 mgr.smithi118.ueiebd (mgr.14180) 428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: audit 2023-11-16T02:22:06.304770+0000 mon.smithi118 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.kyhtnv"}]: dispatch 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cephadm 2023-11-16T02:22:06.306085+0000 mgr.smithi118.ueiebd (mgr.14180) 429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kyhtnv ... 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cephadm 2023-11-16T02:22:06.308648+0000 mgr.smithi118.ueiebd (mgr.14180) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cephadm 2023-11-16T02:22:06.310809+0000 mgr.smithi118.ueiebd (mgr.14180) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: cluster 2023-11-16T02:22:06.311924+0000 mgr.smithi118.ueiebd (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; 206 B/s rd, 0 op/s 2023-11-16T02:22:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:07 smithi186 bash[28774]: audit 2023-11-16T02:22:06.486787+0000 mon.smithi118 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:22:08.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:08 smithi186 bash[28774]: cluster 2023-11-16T02:22:07.238871+0000 mon.smithi118 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:22:08.554 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:08 smithi118 bash[24930]: cluster 2023-11-16T02:22:07.238871+0000 mon.smithi118 (mon.0) 769 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:22:09.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:09 smithi186 bash[28774]: cluster 2023-11-16T02:22:08.313251+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:09.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:09 smithi118 bash[24930]: cluster 2023-11-16T02:22:08.313251+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:10.889 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:10.889 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:11.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:11 smithi118 bash[24930]: audit 2023-11-16T02:22:10.293032+0000 mon.smithi118 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:22:11.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:11 smithi118 bash[24930]: cluster 2023-11-16T02:22:10.314239+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:11.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:11.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:11 smithi186 bash[28774]: audit 2023-11-16T02:22:10.293032+0000 mon.smithi118 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:22:11.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:11 smithi186 bash[28774]: cluster 2023-11-16T02:22:10.314239+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:12 smithi118 bash[24930]: audit 2023-11-16T02:22:10.877408+0000 mgr.smithi118.ueiebd (mgr.14180) 435 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:12.683 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:12.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:12 smithi186 bash[28774]: audit 2023-11-16T02:22:10.877408+0000 mgr.smithi118.ueiebd (mgr.14180) 435 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:13.588 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:13 smithi186 bash[28774]: cluster 2023-11-16T02:22:12.315224+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:13 smithi118 bash[24930]: cluster 2023-11-16T02:22:12.315224+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:15.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:15 smithi186 bash[28774]: cluster 2023-11-16T02:22:14.316455+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:15.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:15 smithi118 bash[24930]: cluster 2023-11-16T02:22:14.316455+0000 mgr.smithi118.ueiebd (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; 201 B/s rd, 0 op/s 2023-11-16T02:22:15.883 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:15.883 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:16.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:17.692 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:17.705 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:17 smithi118 bash[24930]: audit 2023-11-16T02:22:15.869237+0000 mgr.smithi118.ueiebd (mgr.14180) 438 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:17.705 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:17 smithi118 bash[24930]: cluster 2023-11-16T02:22:16.317539+0000 mgr.smithi118.ueiebd (mgr.14180) 439 : cluster [DBG] pgmap v340: 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-11-16T02:22:17.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:17 smithi186 bash[28774]: audit 2023-11-16T02:22:15.869237+0000 mgr.smithi118.ueiebd (mgr.14180) 438 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:17.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:17 smithi186 bash[28774]: cluster 2023-11-16T02:22:16.317539+0000 mgr.smithi118.ueiebd (mgr.14180) 439 : cluster [DBG] pgmap v340: 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-11-16T02:22:19.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:19 smithi118 bash[24930]: cluster 2023-11-16T02:22:18.318782+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:19.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:19 smithi186 bash[28774]: cluster 2023-11-16T02:22:18.318782+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:21.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:20 smithi186 bash[28774]: cluster 2023-11-16T02:22:20.319916+0000 mgr.smithi118.ueiebd (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-11-16T02:22:21.093 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:21.094 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:20 smithi118 bash[24930]: cluster 2023-11-16T02:22:20.319916+0000 mgr.smithi118.ueiebd (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-11-16T02:22:21.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:22 smithi186 bash[28774]: audit 2023-11-16T02:22:21.081602+0000 mgr.smithi118.ueiebd (mgr.14180) 442 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:22.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:22 smithi186 bash[28774]: audit 2023-11-16T02:22:21.485541+0000 mon.smithi118 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:22:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:22 smithi118 bash[24930]: audit 2023-11-16T02:22:21.081602+0000 mgr.smithi118.ueiebd (mgr.14180) 442 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:22 smithi118 bash[24930]: audit 2023-11-16T02:22:21.485541+0000 mon.smithi118 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:22:22.902 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:23 smithi186 bash[28774]: cluster 2023-11-16T02:22:22.321089+0000 mgr.smithi118.ueiebd (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-11-16T02:22:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:23 smithi118 bash[24930]: cluster 2023-11-16T02:22:22.321089+0000 mgr.smithi118.ueiebd (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-11-16T02:22:25.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:25 smithi186 bash[28774]: cluster 2023-11-16T02:22:24.322248+0000 mgr.smithi118.ueiebd (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-11-16T02:22:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:25 smithi118 bash[24930]: cluster 2023-11-16T02:22:24.322248+0000 mgr.smithi118.ueiebd (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-11-16T02:22:26.345 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:26.345 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:27.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:27.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:27 smithi186 bash[28774]: cluster 2023-11-16T02:22:26.323254+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:22:27.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:27 smithi186 bash[28774]: audit 2023-11-16T02:22:26.330828+0000 mgr.smithi118.ueiebd (mgr.14180) 446 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:27.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:27 smithi118 bash[24930]: cluster 2023-11-16T02:22:26.323254+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:22:27.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:27 smithi118 bash[24930]: audit 2023-11-16T02:22:26.330828+0000 mgr.smithi118.ueiebd (mgr.14180) 446 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:28.194 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:29.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:29 smithi118 bash[24930]: cluster 2023-11-16T02:22:28.324447+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:29.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:29 smithi186 bash[28774]: cluster 2023-11-16T02:22:28.324447+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:30 smithi186 bash[28774]: cluster 2023-11-16T02:22:30.325545+0000 mgr.smithi118.ueiebd (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-11-16T02:22:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:30 smithi118 bash[24930]: cluster 2023-11-16T02:22:30.325545+0000 mgr.smithi118.ueiebd (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-11-16T02:22:31.600 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:31.601 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:32.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:31 smithi186 bash[28774]: audit 2023-11-16T02:22:31.594030+0000 mgr.smithi118.ueiebd (mgr.14180) 449 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:32.126 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:31 smithi118 bash[24930]: audit 2023-11-16T02:22:31.594030+0000 mgr.smithi118.ueiebd (mgr.14180) 449 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:32.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:32 smithi186 bash[28774]: cluster 2023-11-16T02:22:32.326693+0000 mgr.smithi118.ueiebd (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-11-16T02:22:33.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:32 smithi118 bash[24930]: cluster 2023-11-16T02:22:32.326693+0000 mgr.smithi118.ueiebd (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-11-16T02:22:33.386 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:35.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:35 smithi186 bash[28774]: cluster 2023-11-16T02:22:34.327575+0000 mgr.smithi118.ueiebd (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-11-16T02:22:35.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:35 smithi118 bash[24930]: cluster 2023-11-16T02:22:34.327575+0000 mgr.smithi118.ueiebd (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-11-16T02:22:36.661 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:36.662 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:37.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:37.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:37 smithi186 bash[28774]: cluster 2023-11-16T02:22:36.328719+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:22:37.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:37 smithi186 bash[28774]: audit 2023-11-16T02:22:36.650042+0000 mgr.smithi118.ueiebd (mgr.14180) 453 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:37.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:37 smithi118 bash[24930]: cluster 2023-11-16T02:22:36.328719+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:22:37.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:37 smithi118 bash[24930]: audit 2023-11-16T02:22:36.650042+0000 mgr.smithi118.ueiebd (mgr.14180) 453 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:38.394 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:39.684 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:39 smithi118 bash[24930]: cluster 2023-11-16T02:22:38.330012+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:39.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:39 smithi186 bash[28774]: cluster 2023-11-16T02:22:38.330012+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:40 smithi118 bash[24930]: cluster 2023-11-16T02:22:40.331239+0000 mgr.smithi118.ueiebd (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-11-16T02:22:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:40 smithi186 bash[28774]: cluster 2023-11-16T02:22:40.331239+0000 mgr.smithi118.ueiebd (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-11-16T02:22:41.828 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:41.828 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:42.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:43.673 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:43.687 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:43 smithi118 bash[24930]: audit 2023-11-16T02:22:41.816222+0000 mgr.smithi118.ueiebd (mgr.14180) 456 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:43.687 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:43 smithi118 bash[24930]: cluster 2023-11-16T02:22:42.332390+0000 mgr.smithi118.ueiebd (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-11-16T02:22:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:43 smithi186 bash[28774]: audit 2023-11-16T02:22:41.816222+0000 mgr.smithi118.ueiebd (mgr.14180) 456 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:43.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:43 smithi186 bash[28774]: cluster 2023-11-16T02:22:42.332390+0000 mgr.smithi118.ueiebd (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-11-16T02:22:45.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:45 smithi118 bash[24930]: cluster 2023-11-16T02:22:44.333659+0000 mgr.smithi118.ueiebd (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-11-16T02:22:45.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:45 smithi186 bash[28774]: cluster 2023-11-16T02:22:44.333659+0000 mgr.smithi118.ueiebd (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-11-16T02:22:47.111 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:47.111 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:47.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:47 smithi118 bash[24930]: cluster 2023-11-16T02:22:46.334863+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:22:47.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:47 smithi186 bash[28774]: cluster 2023-11-16T02:22:46.334863+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:22:47.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:48.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:48 smithi186 bash[28774]: audit 2023-11-16T02:22:47.098491+0000 mgr.smithi118.ueiebd (mgr.14180) 460 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:48 smithi118 bash[24930]: audit 2023-11-16T02:22:47.098491+0000 mgr.smithi118.ueiebd (mgr.14180) 460 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:48.976 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:49 smithi118 bash[24930]: cluster 2023-11-16T02:22:48.336166+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:49.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:49 smithi186 bash[28774]: cluster 2023-11-16T02:22:48.336166+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:22:51.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:50 smithi186 bash[28774]: cluster 2023-11-16T02:22:50.336896+0000 mgr.smithi118.ueiebd (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-11-16T02:22:51.050 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:50 smithi118 bash[24930]: cluster 2023-11-16T02:22:50.336896+0000 mgr.smithi118.ueiebd (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-11-16T02:22:52.369 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:52.369 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:53.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:53.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:53 smithi118 bash[24930]: cluster 2023-11-16T02:22:52.338145+0000 mgr.smithi118.ueiebd (mgr.14180) 463 : 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-11-16T02:22:53.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:53 smithi118 bash[24930]: audit 2023-11-16T02:22:52.356521+0000 mgr.smithi118.ueiebd (mgr.14180) 464 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:53 smithi186 bash[28774]: cluster 2023-11-16T02:22:52.338145+0000 mgr.smithi118.ueiebd (mgr.14180) 463 : 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-11-16T02:22:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:53 smithi186 bash[28774]: audit 2023-11-16T02:22:52.356521+0000 mgr.smithi118.ueiebd (mgr.14180) 464 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:54.155 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:55.610 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:55 smithi118 bash[24930]: cluster 2023-11-16T02:22:54.339343+0000 mgr.smithi118.ueiebd (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-11-16T02:22:55.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:55 smithi186 bash[28774]: cluster 2023-11-16T02:22:54.339343+0000 mgr.smithi118.ueiebd (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-11-16T02:22:57.345 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:22:57.345 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:22:57.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:57 smithi186 bash[28774]: cluster 2023-11-16T02:22:56.340438+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:23:04.471 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:57 smithi118 bash[24930]: cluster 2023-11-16T02:22:56.340438+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:23:04.472 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:58 smithi186 bash[28774]: audit 2023-11-16T02:22:57.332626+0000 mgr.smithi118.ueiebd (mgr.14180) 467 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:04.472 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:22:59 smithi186 bash[28774]: cluster 2023-11-16T02:22:58.341684+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:23:04.472 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:00 smithi186 bash[28774]: cluster 2023-11-16T02:23:00.342840+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:23:04.472 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:03 smithi186 bash[28774]: cluster 2023-11-16T02:23:02.344020+0000 mgr.smithi118.ueiebd (mgr.14180) 470 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:04.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:04.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:58 smithi118 bash[24930]: audit 2023-11-16T02:22:57.332626+0000 mgr.smithi118.ueiebd (mgr.14180) 467 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:04.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:22:59 smithi118 bash[24930]: cluster 2023-11-16T02:22:58.341684+0000 mgr.smithi118.ueiebd (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; 341 B/s rd, 0 op/s 2023-11-16T02:23:04.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:00 smithi118 bash[24930]: cluster 2023-11-16T02:23:00.342840+0000 mgr.smithi118.ueiebd (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; 170 B/s rd, 0 op/s 2023-11-16T02:23:04.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:03 smithi118 bash[24930]: cluster 2023-11-16T02:23:02.344020+0000 mgr.smithi118.ueiebd (mgr.14180) 470 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:05.474 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:05.672 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:05 smithi118 bash[24930]: cluster 2023-11-16T02:23:04.345324+0000 mgr.smithi118.ueiebd (mgr.14180) 471 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:05.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:05 smithi186 bash[28774]: cluster 2023-11-16T02:23:04.345324+0000 mgr.smithi118.ueiebd (mgr.14180) 471 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:06.691 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:06 smithi118 bash[24930]: audit 2023-11-16T02:23:06.314446+0000 mon.smithi118 (mon.0) 772 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:23:06.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:06 smithi186 bash[28774]: audit 2023-11-16T02:23:06.314446+0000 mon.smithi118 (mon.0) 772 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:23:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: cluster 2023-11-16T02:23:06.346151+0000 mgr.smithi118.ueiebd (mgr.14180) 472 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: audit 2023-11-16T02:23:06.598160+0000 mon.smithi118 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:07.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: audit 2023-11-16T02:23:06.889452+0000 mon.smithi118 (mon.0) 774 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:23:07.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: audit 2023-11-16T02:23:06.891130+0000 mon.smithi118 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:23:07.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: audit 2023-11-16T02:23:06.899943+0000 mon.smithi118 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:07.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: audit 2023-11-16T02:23:06.907773+0000 mon.smithi118 (mon.0) 777 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:23:07.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:07 smithi118 bash[24930]: audit 2023-11-16T02:23:06.918356+0000 mon.smithi118 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:08.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: cluster 2023-11-16T02:23:06.346151+0000 mgr.smithi118.ueiebd (mgr.14180) 472 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: audit 2023-11-16T02:23:06.598160+0000 mon.smithi118 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: audit 2023-11-16T02:23:06.889452+0000 mon.smithi118 (mon.0) 774 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:23:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: audit 2023-11-16T02:23:06.891130+0000 mon.smithi118 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:23:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: audit 2023-11-16T02:23:06.899943+0000 mon.smithi118 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: audit 2023-11-16T02:23:06.907773+0000 mon.smithi118 (mon.0) 777 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:23:08.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:07 smithi186 bash[28774]: audit 2023-11-16T02:23:06.918356+0000 mon.smithi118 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:08 smithi118 bash[24930]: cluster 2023-11-16T02:23:06.900733+0000 mgr.smithi118.ueiebd (mgr.14180) 473 : cluster [DBG] pgmap v366: 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-11-16T02:23:08.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:08 smithi118 bash[24930]: cephadm 2023-11-16T02:23:06.922277+0000 mgr.smithi118.ueiebd (mgr.14180) 474 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.iwvyzu on smithi186 2023-11-16T02:23:08.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:08 smithi118 bash[24930]: cluster 2023-11-16T02:23:07.896384+0000 mon.smithi118 (mon.0) 779 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:23:08.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:08 smithi118 bash[24930]: cluster 2023-11-16T02:23:07.896439+0000 mon.smithi118 (mon.0) 780 : cluster [INF] Cluster is now healthy 2023-11-16T02:23:08.929 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:08.929 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:50.348494Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.vfwbko on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:09.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:08 smithi186 bash[28774]: cluster 2023-11-16T02:23:06.900733+0000 mgr.smithi118.ueiebd (mgr.14180) 473 : cluster [DBG] pgmap v366: 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-11-16T02:23:09.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:08 smithi186 bash[28774]: cephadm 2023-11-16T02:23:06.922277+0000 mgr.smithi118.ueiebd (mgr.14180) 474 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.iwvyzu on smithi186 2023-11-16T02:23:09.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:08 smithi186 bash[28774]: cluster 2023-11-16T02:23:07.896384+0000 mon.smithi118 (mon.0) 779 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:23:09.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:08 smithi186 bash[28774]: cluster 2023-11-16T02:23:07.896439+0000 mon.smithi118 (mon.0) 780 : cluster [INF] Cluster is now healthy 2023-11-16T02:23:09.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:10.731 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:10.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:10 smithi118 bash[24930]: cluster 2023-11-16T02:23:08.901924+0000 mgr.smithi118.ueiebd (mgr.14180) 475 : cluster [DBG] pgmap v367: 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-11-16T02:23:10.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:10 smithi118 bash[24930]: audit 2023-11-16T02:23:08.917951+0000 mgr.smithi118.ueiebd (mgr.14180) 476 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:11.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:10 smithi186 bash[28774]: cluster 2023-11-16T02:23:08.901924+0000 mgr.smithi118.ueiebd (mgr.14180) 475 : cluster [DBG] pgmap v367: 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-11-16T02:23:11.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:10 smithi186 bash[28774]: audit 2023-11-16T02:23:08.917951+0000 mgr.smithi118.ueiebd (mgr.14180) 476 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:11.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:11 smithi118 bash[24930]: audit 2023-11-16T02:23:10.865123+0000 mon.smithi118 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.iwvyzu"}]: dispatch 2023-11-16T02:23:12.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:11 smithi186 bash[28774]: audit 2023-11-16T02:23:10.865123+0000 mon.smithi118 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.iwvyzu"}]: dispatch 2023-11-16T02:23:13.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: cephadm 2023-11-16T02:23:10.863937+0000 mgr.smithi118.ueiebd (mgr.14180) 477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:13.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.iwvyzu ... 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:23:13.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.iwvyzu ... 2023-11-16T02:23:13.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: cephadm 2023-11-16T02:23:10.864494+0000 mgr.smithi118.ueiebd (mgr.14180) 478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: cephadm 2023-11-16T02:23:10.866578+0000 mgr.smithi118.ueiebd (mgr.14180) 479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:13.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.iwvyzu ... 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: cephadm 2023-11-16T02:23:10.869455+0000 mgr.smithi118.ueiebd (mgr.14180) 480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.inkset on smithi118 2023-11-16T02:23:13.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:12 smithi186 bash[28774]: cluster 2023-11-16T02:23:10.902541+0000 mgr.smithi118.ueiebd (mgr.14180) 481 : cluster [DBG] pgmap v368: 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-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: cephadm 2023-11-16T02:23:10.863937+0000 mgr.smithi118.ueiebd (mgr.14180) 477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.iwvyzu ... 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.iwvyzu ... 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: cephadm 2023-11-16T02:23:10.864494+0000 mgr.smithi118.ueiebd (mgr.14180) 478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: cephadm 2023-11-16T02:23:10.866578+0000 mgr.smithi118.ueiebd (mgr.14180) 479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.iwvyzu ... 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:13.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:13.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: cephadm 2023-11-16T02:23:10.869455+0000 mgr.smithi118.ueiebd (mgr.14180) 480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.inkset on smithi118 2023-11-16T02:23:13.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:12 smithi118 bash[24930]: cluster 2023-11-16T02:23:10.902541+0000 mgr.smithi118.ueiebd (mgr.14180) 481 : cluster [DBG] pgmap v368: 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-11-16T02:23:14.165 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:14.165 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:01.994642Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.lkwcty on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-lkwcty\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.lkwcty\nDeploy daemon haproxy.nfs.foo.smithi186.lkwcty ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.305918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kyhtnv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kyhtnv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kyhtnv\nDeploy daemon haproxy.nfs.foo.smithi118.kyhtnv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:06.308529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rgtytc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:14 smithi118 bash[24930]: cluster 2023-11-16T02:23:12.903189+0000 mgr.smithi118.ueiebd (mgr.14180) 482 : cluster [DBG] pgmap v369: 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-11-16T02:23:15.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:14 smithi186 bash[28774]: cluster 2023-11-16T02:23:12.903189+0000 mgr.smithi118.ueiebd (mgr.14180) 482 : cluster [DBG] pgmap v369: 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-11-16T02:23:15.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:15 smithi186 bash[28774]: audit 2023-11-16T02:23:14.153717+0000 mgr.smithi118.ueiebd (mgr.14180) 483 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:15 smithi186 bash[28774]: audit 2023-11-16T02:23:15.109579+0000 mon.smithi118 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.inkset"}]: dispatch 2023-11-16T02:23:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:15 smithi186 bash[28774]: audit 2023-11-16T02:23:15.340610+0000 mon.smithi118 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:15 smithi118 bash[24930]: audit 2023-11-16T02:23:14.153717+0000 mgr.smithi118.ueiebd (mgr.14180) 483 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:15 smithi118 bash[24930]: audit 2023-11-16T02:23:15.109579+0000 mon.smithi118 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.inkset"}]: dispatch 2023-11-16T02:23:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:15 smithi118 bash[24930]: audit 2023-11-16T02:23:15.340610+0000 mon.smithi118 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:23:16.211 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:16.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cluster 2023-11-16T02:23:14.904019+0000 mgr.smithi118.ueiebd (mgr.14180) 484 : cluster [DBG] pgmap v370: 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-11-16T02:23:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cephadm 2023-11-16T02:23:15.108441+0000 mgr.smithi118.ueiebd (mgr.14180) 485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:16.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.inkset ... 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:16.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.inkset ... 2023-11-16T02:23:16.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cephadm 2023-11-16T02:23:15.108965+0000 mgr.smithi118.ueiebd (mgr.14180) 486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cephadm 2023-11-16T02:23:15.110736+0000 mgr.smithi118.ueiebd (mgr.14180) 487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:16.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.inkset ... 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cephadm 2023-11-16T02:23:15.114741+0000 mgr.smithi118.ueiebd (mgr.14180) 488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cephadm 2023-11-16T02:23:15.118532+0000 mgr.smithi118.ueiebd (mgr.14180) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:16.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cluster 2023-11-16T02:23:15.119510+0000 mgr.smithi118.ueiebd (mgr.14180) 490 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2023-11-16T02:23:16.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:16 smithi118 bash[24930]: cluster 2023-11-16T02:23:15.759642+0000 mon.smithi118 (mon.0) 784 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:23:17.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cluster 2023-11-16T02:23:14.904019+0000 mgr.smithi118.ueiebd (mgr.14180) 484 : cluster [DBG] pgmap v370: 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-11-16T02:23:17.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cephadm 2023-11-16T02:23:15.108441+0000 mgr.smithi118.ueiebd (mgr.14180) 485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:17.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:17.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:17.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:17.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.inkset ... 2023-11-16T02:23:17.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:17.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:17.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:17.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:17.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:17.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:23:17.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:17.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:23:17.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:17.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:23:17.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:17.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:17.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.inkset ... 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:17.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cephadm 2023-11-16T02:23:15.108965+0000 mgr.smithi118.ueiebd (mgr.14180) 486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cephadm 2023-11-16T02:23:15.110736+0000 mgr.smithi118.ueiebd (mgr.14180) 487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.inkset ... 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:17.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:17.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cephadm 2023-11-16T02:23:15.114741+0000 mgr.smithi118.ueiebd (mgr.14180) 488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:17.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cephadm 2023-11-16T02:23:15.118532+0000 mgr.smithi118.ueiebd (mgr.14180) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:17.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cluster 2023-11-16T02:23:15.119510+0000 mgr.smithi118.ueiebd (mgr.14180) 490 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 233 B/s rd, 0 op/s 2023-11-16T02:23:17.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:16 smithi186 bash[28774]: cluster 2023-11-16T02:23:15.759642+0000 mon.smithi118 (mon.0) 784 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:23:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:18 smithi118 bash[24930]: cluster 2023-11-16T02:23:17.121029+0000 mgr.smithi118.ueiebd (mgr.14180) 491 : cluster [DBG] pgmap v372: 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-11-16T02:23:19.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:18 smithi186 bash[28774]: cluster 2023-11-16T02:23:17.121029+0000 mgr.smithi118.ueiebd (mgr.14180) 491 : cluster [DBG] pgmap v372: 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-11-16T02:23:19.750 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:19.750 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:20.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:20.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:20 smithi118 bash[24930]: cluster 2023-11-16T02:23:19.122447+0000 mgr.smithi118.ueiebd (mgr.14180) 492 : cluster [DBG] pgmap v373: 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-11-16T02:23:20.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:20 smithi118 bash[24930]: audit 2023-11-16T02:23:19.739326+0000 mgr.smithi118.ueiebd (mgr.14180) 493 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:20 smithi186 bash[28774]: cluster 2023-11-16T02:23:19.122447+0000 mgr.smithi118.ueiebd (mgr.14180) 492 : cluster [DBG] pgmap v373: 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-11-16T02:23:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:20 smithi186 bash[28774]: audit 2023-11-16T02:23:19.739326+0000 mgr.smithi118.ueiebd (mgr.14180) 493 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:21.595 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:22.914 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:22 smithi118 bash[24930]: cluster 2023-11-16T02:23:21.123426+0000 mgr.smithi118.ueiebd (mgr.14180) 494 : cluster [DBG] pgmap v374: 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-11-16T02:23:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:22 smithi186 bash[28774]: cluster 2023-11-16T02:23:21.123426+0000 mgr.smithi118.ueiebd (mgr.14180) 494 : cluster [DBG] pgmap v374: 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-11-16T02:23:25.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:24 smithi186 bash[28774]: cluster 2023-11-16T02:23:23.124515+0000 mgr.smithi118.ueiebd (mgr.14180) 495 : cluster [DBG] pgmap v375: 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-11-16T02:23:25.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:24 smithi118 bash[24930]: cluster 2023-11-16T02:23:23.124515+0000 mgr.smithi118.ueiebd (mgr.14180) 495 : cluster [DBG] pgmap v375: 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-11-16T02:23:25.139 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:25.139 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:26.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:26.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:25 smithi186 bash[28774]: cluster 2023-11-16T02:23:25.125640+0000 mgr.smithi118.ueiebd (mgr.14180) 496 : cluster [DBG] pgmap v376: 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-11-16T02:23:26.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:25 smithi186 bash[28774]: audit 2023-11-16T02:23:25.127902+0000 mgr.smithi118.ueiebd (mgr.14180) 497 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:25 smithi118 bash[24930]: cluster 2023-11-16T02:23:25.125640+0000 mgr.smithi118.ueiebd (mgr.14180) 496 : cluster [DBG] pgmap v376: 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-11-16T02:23:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:25 smithi118 bash[24930]: audit 2023-11-16T02:23:25.127902+0000 mgr.smithi118.ueiebd (mgr.14180) 497 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:27.017 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:28.538 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:28 smithi118 bash[24930]: cluster 2023-11-16T02:23:27.126693+0000 mgr.smithi118.ueiebd (mgr.14180) 498 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:28.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:28 smithi186 bash[28774]: cluster 2023-11-16T02:23:27.126693+0000 mgr.smithi118.ueiebd (mgr.14180) 498 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:30.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:30 smithi118 bash[24930]: cluster 2023-11-16T02:23:29.128027+0000 mgr.smithi118.ueiebd (mgr.14180) 499 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:23:30.442 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:30.442 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:30.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:30 smithi186 bash[28774]: cluster 2023-11-16T02:23:29.128027+0000 mgr.smithi118.ueiebd (mgr.14180) 499 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:23:31.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:31.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:31 smithi186 bash[28774]: audit 2023-11-16T02:23:30.427444+0000 mgr.smithi118.ueiebd (mgr.14180) 500 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:31.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:31 smithi118 bash[24930]: audit 2023-11-16T02:23:30.427444+0000 mgr.smithi118.ueiebd (mgr.14180) 500 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:32.302 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:32.501 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:32 smithi118 bash[24930]: cluster 2023-11-16T02:23:31.129130+0000 mgr.smithi118.ueiebd (mgr.14180) 501 : 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-11-16T02:23:32.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:32 smithi186 bash[28774]: cluster 2023-11-16T02:23:31.129130+0000 mgr.smithi118.ueiebd (mgr.14180) 501 : 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-11-16T02:23:34.529 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:34 smithi118 bash[24930]: cluster 2023-11-16T02:23:33.130369+0000 mgr.smithi118.ueiebd (mgr.14180) 502 : 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-11-16T02:23:34.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:34 smithi186 bash[28774]: cluster 2023-11-16T02:23:33.130369+0000 mgr.smithi118.ueiebd (mgr.14180) 502 : 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-11-16T02:23:35.962 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:35.962 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:36.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:35 smithi186 bash[28774]: cluster 2023-11-16T02:23:35.131116+0000 mgr.smithi118.ueiebd (mgr.14180) 503 : 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-11-16T02:23:36.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:35 smithi118 bash[24930]: cluster 2023-11-16T02:23:35.131116+0000 mgr.smithi118.ueiebd (mgr.14180) 503 : 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-11-16T02:23:36.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:37.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:36 smithi186 bash[28774]: audit 2023-11-16T02:23:35.951303+0000 mgr.smithi118.ueiebd (mgr.14180) 504 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:37.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:36 smithi118 bash[24930]: audit 2023-11-16T02:23:35.951303+0000 mgr.smithi118.ueiebd (mgr.14180) 504 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:37.831 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:38.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:37 smithi186 bash[28774]: cluster 2023-11-16T02:23:37.132346+0000 mgr.smithi118.ueiebd (mgr.14180) 505 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:38.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:37 smithi118 bash[24930]: cluster 2023-11-16T02:23:37.132346+0000 mgr.smithi118.ueiebd (mgr.14180) 505 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:40.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:40 smithi118 bash[24930]: cluster 2023-11-16T02:23:39.133538+0000 mgr.smithi118.ueiebd (mgr.14180) 506 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:23:40.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:40 smithi186 bash[28774]: cluster 2023-11-16T02:23:39.133538+0000 mgr.smithi118.ueiebd (mgr.14180) 506 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:23:41.425 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:41.425 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:42.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:42.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:42 smithi186 bash[28774]: cluster 2023-11-16T02:23:41.134186+0000 mgr.smithi118.ueiebd (mgr.14180) 507 : 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-11-16T02:23:42.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:42 smithi186 bash[28774]: audit 2023-11-16T02:23:41.412152+0000 mgr.smithi118.ueiebd (mgr.14180) 508 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:42.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:42 smithi118 bash[24930]: cluster 2023-11-16T02:23:41.134186+0000 mgr.smithi118.ueiebd (mgr.14180) 507 : 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-11-16T02:23:42.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:42 smithi118 bash[24930]: audit 2023-11-16T02:23:41.412152+0000 mgr.smithi118.ueiebd (mgr.14180) 508 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:43.201 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:44.460 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:44 smithi118 bash[24930]: cluster 2023-11-16T02:23:43.135367+0000 mgr.smithi118.ueiebd (mgr.14180) 509 : 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-11-16T02:23:44.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:44 smithi186 bash[28774]: cluster 2023-11-16T02:23:43.135367+0000 mgr.smithi118.ueiebd (mgr.14180) 509 : 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-11-16T02:23:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:45 smithi186 bash[28774]: cluster 2023-11-16T02:23:45.136641+0000 mgr.smithi118.ueiebd (mgr.14180) 510 : 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-11-16T02:23:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:45 smithi118 bash[24930]: cluster 2023-11-16T02:23:45.136641+0000 mgr.smithi118.ueiebd (mgr.14180) 510 : 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-11-16T02:23:46.795 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:46.795 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:47.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:48.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:48 smithi186 bash[28774]: audit 2023-11-16T02:23:46.784677+0000 mgr.smithi118.ueiebd (mgr.14180) 511 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:48.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:48 smithi186 bash[28774]: cluster 2023-11-16T02:23:47.137910+0000 mgr.smithi118.ueiebd (mgr.14180) 512 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:48 smithi118 bash[24930]: audit 2023-11-16T02:23:46.784677+0000 mgr.smithi118.ueiebd (mgr.14180) 511 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:48 smithi118 bash[24930]: cluster 2023-11-16T02:23:47.137910+0000 mgr.smithi118.ueiebd (mgr.14180) 512 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:48.633 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:50.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:50 smithi186 bash[28774]: cluster 2023-11-16T02:23:49.139252+0000 mgr.smithi118.ueiebd (mgr.14180) 513 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:23:50.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:50 smithi118 bash[24930]: cluster 2023-11-16T02:23:49.139252+0000 mgr.smithi118.ueiebd (mgr.14180) 513 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:23:52.196 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:52.196 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:52.458 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:52 smithi118 bash[24930]: cluster 2023-11-16T02:23:51.140321+0000 mgr.smithi118.ueiebd (mgr.14180) 514 : 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-11-16T02:23:52.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:52 smithi186 bash[28774]: cluster 2023-11-16T02:23:51.140321+0000 mgr.smithi118.ueiebd (mgr.14180) 514 : 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-11-16T02:23:53.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:53.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:53 smithi118 bash[24930]: audit 2023-11-16T02:23:52.189442+0000 mgr.smithi118.ueiebd (mgr.14180) 515 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:53.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:53 smithi186 bash[28774]: audit 2023-11-16T02:23:52.189442+0000 mgr.smithi118.ueiebd (mgr.14180) 515 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:54.001 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:54.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:54 smithi118 bash[24930]: cluster 2023-11-16T02:23:53.141690+0000 mgr.smithi118.ueiebd (mgr.14180) 516 : 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-11-16T02:23:54.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:54 smithi186 bash[28774]: cluster 2023-11-16T02:23:53.141690+0000 mgr.smithi118.ueiebd (mgr.14180) 516 : 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-11-16T02:23:56.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:55 smithi186 bash[28774]: cluster 2023-11-16T02:23:55.142899+0000 mgr.smithi118.ueiebd (mgr.14180) 517 : 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-11-16T02:23:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:55 smithi118 bash[24930]: cluster 2023-11-16T02:23:55.142899+0000 mgr.smithi118.ueiebd (mgr.14180) 517 : 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-11-16T02:23:57.603 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:23:57.603 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:23:58.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:58.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:58 smithi186 bash[28774]: cluster 2023-11-16T02:23:57.144060+0000 mgr.smithi118.ueiebd (mgr.14180) 518 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:58.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:23:58 smithi186 bash[28774]: audit 2023-11-16T02:23:57.590999+0000 mgr.smithi118.ueiebd (mgr.14180) 519 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:58.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:58 smithi118 bash[24930]: cluster 2023-11-16T02:23:57.144060+0000 mgr.smithi118.ueiebd (mgr.14180) 518 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:23:58.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:23:58 smithi118 bash[24930]: audit 2023-11-16T02:23:57.590999+0000 mgr.smithi118.ueiebd (mgr.14180) 519 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:59.425 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:00.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:00 smithi186 bash[28774]: cluster 2023-11-16T02:23:59.145355+0000 mgr.smithi118.ueiebd (mgr.14180) 520 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:00.579 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:00 smithi118 bash[24930]: cluster 2023-11-16T02:23:59.145355+0000 mgr.smithi118.ueiebd (mgr.14180) 520 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:02.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:02 smithi186 bash[28774]: cluster 2023-11-16T02:24:01.146440+0000 mgr.smithi118.ueiebd (mgr.14180) 521 : 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-11-16T02:24:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:02 smithi118 bash[24930]: cluster 2023-11-16T02:24:01.146440+0000 mgr.smithi118.ueiebd (mgr.14180) 521 : 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-11-16T02:24:02.808 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:02.808 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:03.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:04.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:04 smithi186 bash[28774]: audit 2023-11-16T02:24:02.795667+0000 mgr.smithi118.ueiebd (mgr.14180) 522 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:04.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:04 smithi186 bash[28774]: cluster 2023-11-16T02:24:03.147591+0000 mgr.smithi118.ueiebd (mgr.14180) 523 : 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-11-16T02:24:04.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:04 smithi118 bash[24930]: audit 2023-11-16T02:24:02.795667+0000 mgr.smithi118.ueiebd (mgr.14180) 522 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:04.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:04 smithi118 bash[24930]: cluster 2023-11-16T02:24:03.147591+0000 mgr.smithi118.ueiebd (mgr.14180) 523 : 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-11-16T02:24:04.640 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:05 smithi186 bash[28774]: cluster 2023-11-16T02:24:05.148871+0000 mgr.smithi118.ueiebd (mgr.14180) 524 : 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-11-16T02:24:06.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:05 smithi118 bash[24930]: cluster 2023-11-16T02:24:05.148871+0000 mgr.smithi118.ueiebd (mgr.14180) 524 : 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-11-16T02:24:07.961 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:07.961 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:08.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:08 smithi118 bash[24930]: cluster 2023-11-16T02:24:07.149668+0000 mgr.smithi118.ueiebd (mgr.14180) 525 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:08.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:08 smithi186 bash[28774]: cluster 2023-11-16T02:24:07.149668+0000 mgr.smithi118.ueiebd (mgr.14180) 525 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:08.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:09.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:09 smithi186 bash[28774]: audit 2023-11-16T02:24:07.952126+0000 mgr.smithi118.ueiebd (mgr.14180) 526 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:09.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:09 smithi118 bash[24930]: audit 2023-11-16T02:24:07.952126+0000 mgr.smithi118.ueiebd (mgr.14180) 526 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:09.776 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:10.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:10 smithi118 bash[24930]: cluster 2023-11-16T02:24:09.150966+0000 mgr.smithi118.ueiebd (mgr.14180) 527 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:10.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:10 smithi186 bash[28774]: cluster 2023-11-16T02:24:09.150966+0000 mgr.smithi118.ueiebd (mgr.14180) 527 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:12.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:12 smithi186 bash[28774]: cluster 2023-11-16T02:24:11.152092+0000 mgr.smithi118.ueiebd (mgr.14180) 528 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:12.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:12 smithi118 bash[24930]: cluster 2023-11-16T02:24:11.152092+0000 mgr.smithi118.ueiebd (mgr.14180) 528 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:13.277 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:13.277 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:14.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:14.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:14 smithi118 bash[24930]: cluster 2023-11-16T02:24:13.153312+0000 mgr.smithi118.ueiebd (mgr.14180) 529 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:14.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:14 smithi118 bash[24930]: audit 2023-11-16T02:24:13.270679+0000 mgr.smithi118.ueiebd (mgr.14180) 530 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:14.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:14 smithi186 bash[28774]: cluster 2023-11-16T02:24:13.153312+0000 mgr.smithi118.ueiebd (mgr.14180) 529 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:14.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:14 smithi186 bash[28774]: audit 2023-11-16T02:24:13.270679+0000 mgr.smithi118.ueiebd (mgr.14180) 530 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:15.104 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: audit 2023-11-16T02:24:15.122787+0000 mon.smithi118 (mon.0) 785 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:24:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: cluster 2023-11-16T02:24:15.154558+0000 mgr.smithi118.ueiebd (mgr.14180) 531 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: audit 2023-11-16T02:24:15.407612+0000 mon.smithi118 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:24:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: audit 2023-11-16T02:24:15.409045+0000 mon.smithi118 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:24:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: audit 2023-11-16T02:24:15.416833+0000 mon.smithi118 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: cluster 2023-11-16T02:24:15.417660+0000 mgr.smithi118.ueiebd (mgr.14180) 532 : cluster [DBG] pgmap v402: 97 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-11-16T02:24:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: audit 2023-11-16T02:24:15.423914+0000 mon.smithi118 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:24:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: audit 2023-11-16T02:24:15.435734+0000 mon.smithi118 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:15 smithi186 bash[28774]: cephadm 2023-11-16T02:24:15.439606+0000 mgr.smithi118.ueiebd (mgr.14180) 533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.sewzkd on smithi186 2023-11-16T02:24:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: audit 2023-11-16T02:24:15.122787+0000 mon.smithi118 (mon.0) 785 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: cluster 2023-11-16T02:24:15.154558+0000 mgr.smithi118.ueiebd (mgr.14180) 531 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: audit 2023-11-16T02:24:15.407612+0000 mon.smithi118 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: audit 2023-11-16T02:24:15.409045+0000 mon.smithi118 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: audit 2023-11-16T02:24:15.416833+0000 mon.smithi118 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: cluster 2023-11-16T02:24:15.417660+0000 mgr.smithi118.ueiebd (mgr.14180) 532 : cluster [DBG] pgmap v402: 97 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-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: audit 2023-11-16T02:24:15.423914+0000 mon.smithi118 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: audit 2023-11-16T02:24:15.435734+0000 mon.smithi118 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:15 smithi118 bash[24930]: cephadm 2023-11-16T02:24:15.439606+0000 mgr.smithi118.ueiebd (mgr.14180) 533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.sewzkd on smithi186 2023-11-16T02:24:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:16 smithi186 bash[28774]: cluster 2023-11-16T02:24:15.776901+0000 mon.smithi118 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:24:17.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:16 smithi186 bash[28774]: cluster 2023-11-16T02:24:15.776964+0000 mon.smithi118 (mon.0) 792 : cluster [INF] Cluster is now healthy 2023-11-16T02:24:17.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:16 smithi118 bash[24930]: cluster 2023-11-16T02:24:15.776901+0000 mon.smithi118 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:24:17.116 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:16 smithi118 bash[24930]: cluster 2023-11-16T02:24:15.776964+0000 mon.smithi118 (mon.0) 792 : cluster [INF] Cluster is now healthy 2023-11-16T02:24:18.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:17 smithi118 bash[24930]: cluster 2023-11-16T02:24:17.418742+0000 mgr.smithi118.ueiebd (mgr.14180) 534 : cluster [DBG] pgmap v403: 97 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-11-16T02:24:18.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:17 smithi186 bash[28774]: cluster 2023-11-16T02:24:17.418742+0000 mgr.smithi118.ueiebd (mgr.14180) 534 : cluster [DBG] pgmap v403: 97 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-11-16T02:24:18.608 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:18.608 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:06.310683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zxgxjy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:10.866433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.iwvyzu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-iwvyzu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.iwvyzu\nDeploy daemon haproxy.nfs.foo.smithi186.iwvyzu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.110524Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.inkset on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-inkset\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.inkset\nDeploy daemon haproxy.nfs.foo.smithi118.inkset ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:15.114541Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hqfjza on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:19.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:18 smithi186 bash[28774]: audit 2023-11-16T02:24:18.595184+0000 mgr.smithi118.ueiebd (mgr.14180) 535 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:19.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:18 smithi118 bash[24930]: audit 2023-11-16T02:24:18.595184+0000 mgr.smithi118.ueiebd (mgr.14180) 535 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:19.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: cephadm 2023-11-16T02:24:19.273567+0000 mgr.smithi118.ueiebd (mgr.14180) 536 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.sewzkd ... 2023-11-16T02:24:20.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.sewzkd ... 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: cephadm 2023-11-16T02:24:19.274217+0000 mgr.smithi118.ueiebd (mgr.14180) 537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: audit 2023-11-16T02:24:19.274794+0000 mon.smithi118 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.sewzkd"}]: dispatch 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: cephadm 2023-11-16T02:24:19.276242+0000 mgr.smithi118.ueiebd (mgr.14180) 538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.sewzkd ... 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:20.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: cephadm 2023-11-16T02:24:19.281047+0000 mgr.smithi118.ueiebd (mgr.14180) 539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.yppmhx on smithi118 2023-11-16T02:24:20.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:19 smithi118 bash[24930]: cluster 2023-11-16T02:24:19.419804+0000 mgr.smithi118.ueiebd (mgr.14180) 540 : cluster [DBG] pgmap v404: 97 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-11-16T02:24:20.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: cephadm 2023-11-16T02:24:19.273567+0000 mgr.smithi118.ueiebd (mgr.14180) 536 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.sewzkd ... 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:20.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.sewzkd ... 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: cephadm 2023-11-16T02:24:19.274217+0000 mgr.smithi118.ueiebd (mgr.14180) 537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: audit 2023-11-16T02:24:19.274794+0000 mon.smithi118 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.sewzkd"}]: dispatch 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: cephadm 2023-11-16T02:24:19.276242+0000 mgr.smithi118.ueiebd (mgr.14180) 538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.sewzkd ... 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:20.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:20.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:20.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: cephadm 2023-11-16T02:24:19.281047+0000 mgr.smithi118.ueiebd (mgr.14180) 539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.yppmhx on smithi118 2023-11-16T02:24:20.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:19 smithi186 bash[28774]: cluster 2023-11-16T02:24:19.419804+0000 mgr.smithi118.ueiebd (mgr.14180) 540 : cluster [DBG] pgmap v404: 97 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-11-16T02:24:20.333 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:22 smithi186 bash[28774]: cluster 2023-11-16T02:24:21.420409+0000 mgr.smithi118.ueiebd (mgr.14180) 541 : cluster [DBG] pgmap v405: 97 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-11-16T02:24:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:22 smithi186 bash[28774]: audit 2023-11-16T02:24:21.487401+0000 mon.smithi118 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:22 smithi118 bash[24930]: cluster 2023-11-16T02:24:21.420409+0000 mgr.smithi118.ueiebd (mgr.14180) 541 : cluster [DBG] pgmap v405: 97 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-11-16T02:24:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:22 smithi118 bash[24930]: audit 2023-11-16T02:24:21.487401+0000 mon.smithi118 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:23 smithi186 bash[28774]: audit 2023-11-16T02:24:23.228256+0000 mon.smithi118 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.yppmhx"}]: dispatch 2023-11-16T02:24:23.866 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:23.866 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:23 smithi118 bash[24930]: audit 2023-11-16T02:24:23.228256+0000 mon.smithi118 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.yppmhx"}]: dispatch 2023-11-16T02:24:24.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cephadm 2023-11-16T02:24:23.227218+0000 mgr.smithi118.ueiebd (mgr.14180) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.yppmhx ... 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:24.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.yppmhx ... 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cephadm 2023-11-16T02:24:23.227660+0000 mgr.smithi118.ueiebd (mgr.14180) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cephadm 2023-11-16T02:24:23.229894+0000 mgr.smithi118.ueiebd (mgr.14180) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.yppmhx ... 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cephadm 2023-11-16T02:24:23.233984+0000 mgr.smithi118.ueiebd (mgr.14180) 545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cephadm 2023-11-16T02:24:23.235911+0000 mgr.smithi118.ueiebd (mgr.14180) 546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cluster 2023-11-16T02:24:23.236898+0000 mgr.smithi118.ueiebd (mgr.14180) 547 : 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-11-16T02:24:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:24 smithi186 bash[28774]: cluster 2023-11-16T02:24:23.487648+0000 mon.smithi118 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cephadm 2023-11-16T02:24:23.227218+0000 mgr.smithi118.ueiebd (mgr.14180) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.yppmhx ... 2023-11-16T02:24:24.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:24.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.yppmhx ... 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:24.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cephadm 2023-11-16T02:24:23.227660+0000 mgr.smithi118.ueiebd (mgr.14180) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cephadm 2023-11-16T02:24:23.229894+0000 mgr.smithi118.ueiebd (mgr.14180) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.yppmhx ... 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:24:24.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:24:24.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:24:24.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cephadm 2023-11-16T02:24:23.233984+0000 mgr.smithi118.ueiebd (mgr.14180) 545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:24:24.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cephadm 2023-11-16T02:24:23.235911+0000 mgr.smithi118.ueiebd (mgr.14180) 546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:24:24.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cluster 2023-11-16T02:24:23.236898+0000 mgr.smithi118.ueiebd (mgr.14180) 547 : 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-11-16T02:24:24.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:24 smithi118 bash[24930]: cluster 2023-11-16T02:24:23.487648+0000 mon.smithi118 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:24:25.702 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:25.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:25 smithi186 bash[28774]: audit 2023-11-16T02:24:23.854576+0000 mgr.smithi118.ueiebd (mgr.14180) 548 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:25.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:25 smithi186 bash[28774]: audit 2023-11-16T02:24:25.386355+0000 mon.smithi118 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:25 smithi118 bash[24930]: audit 2023-11-16T02:24:23.854576+0000 mgr.smithi118.ueiebd (mgr.14180) 548 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:25 smithi118 bash[24930]: audit 2023-11-16T02:24:25.386355+0000 mon.smithi118 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:26.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:26 smithi186 bash[28774]: cluster 2023-11-16T02:24:25.238028+0000 mgr.smithi118.ueiebd (mgr.14180) 549 : 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-11-16T02:24:26.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:26 smithi118 bash[24930]: cluster 2023-11-16T02:24:25.238028+0000 mgr.smithi118.ueiebd (mgr.14180) 549 : 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-11-16T02:24:28.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:28 smithi186 bash[28774]: cluster 2023-11-16T02:24:27.239262+0000 mgr.smithi118.ueiebd (mgr.14180) 550 : cluster [DBG] pgmap v408: 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-11-16T02:24:28.844 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:28 smithi118 bash[24930]: cluster 2023-11-16T02:24:27.239262+0000 mgr.smithi118.ueiebd (mgr.14180) 550 : cluster [DBG] pgmap v408: 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-11-16T02:24:29.214 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:29.214 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:30.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:30.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:30 smithi186 bash[28774]: audit 2023-11-16T02:24:29.207854+0000 mgr.smithi118.ueiebd (mgr.14180) 551 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:30.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:30 smithi186 bash[28774]: cluster 2023-11-16T02:24:29.240511+0000 mgr.smithi118.ueiebd (mgr.14180) 552 : cluster [DBG] pgmap v409: 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-11-16T02:24:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:30 smithi118 bash[24930]: audit 2023-11-16T02:24:29.207854+0000 mgr.smithi118.ueiebd (mgr.14180) 551 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:30 smithi118 bash[24930]: cluster 2023-11-16T02:24:29.240511+0000 mgr.smithi118.ueiebd (mgr.14180) 552 : cluster [DBG] pgmap v409: 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-11-16T02:24:31.058 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:32.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:32 smithi186 bash[28774]: cluster 2023-11-16T02:24:31.241487+0000 mgr.smithi118.ueiebd (mgr.14180) 553 : cluster [DBG] pgmap v410: 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-11-16T02:24:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:32 smithi118 bash[24930]: cluster 2023-11-16T02:24:31.241487+0000 mgr.smithi118.ueiebd (mgr.14180) 553 : cluster [DBG] pgmap v410: 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-11-16T02:24:34.446 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:34.447 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:34.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:34 smithi186 bash[28774]: cluster 2023-11-16T02:24:33.242398+0000 mgr.smithi118.ueiebd (mgr.14180) 554 : cluster [DBG] pgmap v411: 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-11-16T02:24:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:34 smithi118 bash[24930]: cluster 2023-11-16T02:24:33.242398+0000 mgr.smithi118.ueiebd (mgr.14180) 554 : cluster [DBG] pgmap v411: 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-11-16T02:24:35.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:35.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:35 smithi118 bash[24930]: audit 2023-11-16T02:24:34.439811+0000 mgr.smithi118.ueiebd (mgr.14180) 555 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:35.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:35 smithi186 bash[28774]: audit 2023-11-16T02:24:34.439811+0000 mgr.smithi118.ueiebd (mgr.14180) 555 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:36.359 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:36.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:36 smithi186 bash[28774]: cluster 2023-11-16T02:24:35.243502+0000 mgr.smithi118.ueiebd (mgr.14180) 556 : 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-11-16T02:24:36.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:36 smithi186 bash[28774]: audit 2023-11-16T02:24:36.488712+0000 mon.smithi118 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:36.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:36 smithi118 bash[24930]: cluster 2023-11-16T02:24:35.243502+0000 mgr.smithi118.ueiebd (mgr.14180) 556 : 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-11-16T02:24:36.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:36 smithi118 bash[24930]: audit 2023-11-16T02:24:36.488712+0000 mon.smithi118 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:24:38.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:38 smithi186 bash[28774]: cluster 2023-11-16T02:24:37.244757+0000 mgr.smithi118.ueiebd (mgr.14180) 557 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:38 smithi118 bash[24930]: cluster 2023-11-16T02:24:37.244757+0000 mgr.smithi118.ueiebd (mgr.14180) 557 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:39.878 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:39.878 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:40.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:40 smithi118 bash[24930]: cluster 2023-11-16T02:24:39.245781+0000 mgr.smithi118.ueiebd (mgr.14180) 558 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:40 smithi186 bash[28774]: cluster 2023-11-16T02:24:39.245781+0000 mgr.smithi118.ueiebd (mgr.14180) 558 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:41.698 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:41.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:41 smithi118 bash[24930]: audit 2023-11-16T02:24:39.865693+0000 mgr.smithi118.ueiebd (mgr.14180) 559 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:42.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:41 smithi186 bash[28774]: audit 2023-11-16T02:24:39.865693+0000 mgr.smithi118.ueiebd (mgr.14180) 559 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:42 smithi118 bash[24930]: cluster 2023-11-16T02:24:41.246843+0000 mgr.smithi118.ueiebd (mgr.14180) 560 : 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-11-16T02:24:43.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:42 smithi186 bash[28774]: cluster 2023-11-16T02:24:41.246843+0000 mgr.smithi118.ueiebd (mgr.14180) 560 : 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-11-16T02:24:44.866 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:44 smithi118 bash[24930]: cluster 2023-11-16T02:24:43.248127+0000 mgr.smithi118.ueiebd (mgr.14180) 561 : 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-11-16T02:24:45.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:44 smithi186 bash[28774]: cluster 2023-11-16T02:24:43.248127+0000 mgr.smithi118.ueiebd (mgr.14180) 561 : 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-11-16T02:24:45.244 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:45.245 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:45.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:45 smithi118 bash[24930]: audit 2023-11-16T02:24:45.233593+0000 mgr.smithi118.ueiebd (mgr.14180) 562 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:45.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:45 smithi118 bash[24930]: cluster 2023-11-16T02:24:45.249251+0000 mgr.smithi118.ueiebd (mgr.14180) 563 : 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-11-16T02:24:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:45 smithi186 bash[28774]: audit 2023-11-16T02:24:45.233593+0000 mgr.smithi118.ueiebd (mgr.14180) 562 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:45 smithi186 bash[28774]: cluster 2023-11-16T02:24:45.249251+0000 mgr.smithi118.ueiebd (mgr.14180) 563 : 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-11-16T02:24:46.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:47.137 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:48.600 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:48 smithi118 bash[24930]: cluster 2023-11-16T02:24:47.250459+0000 mgr.smithi118.ueiebd (mgr.14180) 564 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:48.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:48 smithi186 bash[28774]: cluster 2023-11-16T02:24:47.250459+0000 mgr.smithi118.ueiebd (mgr.14180) 564 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:50.589 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:50.589 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:50 smithi118 bash[24930]: cluster 2023-11-16T02:24:49.251743+0000 mgr.smithi118.ueiebd (mgr.14180) 565 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:50 smithi186 bash[28774]: cluster 2023-11-16T02:24:49.251743+0000 mgr.smithi118.ueiebd (mgr.14180) 565 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:24:51.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:51.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:51 smithi118 bash[24930]: audit 2023-11-16T02:24:50.576948+0000 mgr.smithi118.ueiebd (mgr.14180) 566 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:51.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:51 smithi186 bash[28774]: audit 2023-11-16T02:24:50.576948+0000 mgr.smithi118.ueiebd (mgr.14180) 566 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:52.434 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:52.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:52 smithi118 bash[24930]: cluster 2023-11-16T02:24:51.252816+0000 mgr.smithi118.ueiebd (mgr.14180) 567 : 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-11-16T02:24:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:52 smithi186 bash[28774]: cluster 2023-11-16T02:24:51.252816+0000 mgr.smithi118.ueiebd (mgr.14180) 567 : 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-11-16T02:24:54.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:54 smithi118 bash[24930]: cluster 2023-11-16T02:24:53.254019+0000 mgr.smithi118.ueiebd (mgr.14180) 568 : 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-11-16T02:24:54.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:54 smithi186 bash[28774]: cluster 2023-11-16T02:24:53.254019+0000 mgr.smithi118.ueiebd (mgr.14180) 568 : 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-11-16T02:24:55.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:55 smithi118 bash[24930]: cluster 2023-11-16T02:24:55.255191+0000 mgr.smithi118.ueiebd (mgr.14180) 569 : 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-11-16T02:24:56.002 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:24:56.002 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:24:56.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:55 smithi186 bash[28774]: cluster 2023-11-16T02:24:55.255191+0000 mgr.smithi118.ueiebd (mgr.14180) 569 : 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-11-16T02:24:56.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:57.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:56 smithi118 bash[24930]: audit 2023-11-16T02:24:55.990698+0000 mgr.smithi118.ueiebd (mgr.14180) 570 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:57.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:56 smithi186 bash[28774]: audit 2023-11-16T02:24:55.990698+0000 mgr.smithi118.ueiebd (mgr.14180) 570 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:57.787 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:58.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:24:57 smithi118 bash[24930]: cluster 2023-11-16T02:24:57.256509+0000 mgr.smithi118.ueiebd (mgr.14180) 571 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:24:58.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:24:57 smithi186 bash[28774]: cluster 2023-11-16T02:24:57.256509+0000 mgr.smithi118.ueiebd (mgr.14180) 571 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:00.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:00 smithi118 bash[24930]: cluster 2023-11-16T02:24:59.257882+0000 mgr.smithi118.ueiebd (mgr.14180) 572 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:25:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:00 smithi186 bash[28774]: cluster 2023-11-16T02:24:59.257882+0000 mgr.smithi118.ueiebd (mgr.14180) 572 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:25:01.165 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:01.165 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:02.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:02 smithi118 bash[24930]: audit 2023-11-16T02:25:01.158128+0000 mgr.smithi118.ueiebd (mgr.14180) 573 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:02 smithi118 bash[24930]: cluster 2023-11-16T02:25:01.258835+0000 mgr.smithi118.ueiebd (mgr.14180) 574 : 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-11-16T02:25:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:02 smithi186 bash[28774]: audit 2023-11-16T02:25:01.158128+0000 mgr.smithi118.ueiebd (mgr.14180) 573 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:02.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:02 smithi186 bash[28774]: cluster 2023-11-16T02:25:01.258835+0000 mgr.smithi118.ueiebd (mgr.14180) 574 : 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-11-16T02:25:03.068 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:04.552 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:04 smithi118 bash[24930]: cluster 2023-11-16T02:25:03.260150+0000 mgr.smithi118.ueiebd (mgr.14180) 575 : 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-11-16T02:25:04.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:04 smithi186 bash[28774]: cluster 2023-11-16T02:25:03.260150+0000 mgr.smithi118.ueiebd (mgr.14180) 575 : 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-11-16T02:25:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:05 smithi118 bash[24930]: cluster 2023-11-16T02:25:05.261325+0000 mgr.smithi118.ueiebd (mgr.14180) 576 : 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-11-16T02:25:06.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:05 smithi186 bash[28774]: cluster 2023-11-16T02:25:05.261325+0000 mgr.smithi118.ueiebd (mgr.14180) 576 : 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-11-16T02:25:06.722 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:06.722 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:07.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:06 smithi118 bash[24930]: audit 2023-11-16T02:25:06.715350+0000 mgr.smithi118.ueiebd (mgr.14180) 577 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:07.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:06 smithi186 bash[28774]: audit 2023-11-16T02:25:06.715350+0000 mgr.smithi118.ueiebd (mgr.14180) 577 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:07.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:07 smithi118 bash[24930]: cluster 2023-11-16T02:25:07.262628+0000 mgr.smithi118.ueiebd (mgr.14180) 578 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:08.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:07 smithi186 bash[28774]: cluster 2023-11-16T02:25:07.262628+0000 mgr.smithi118.ueiebd (mgr.14180) 578 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:08.574 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:10.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:10 smithi118 bash[24930]: cluster 2023-11-16T02:25:09.263809+0000 mgr.smithi118.ueiebd (mgr.14180) 579 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:25:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:10 smithi186 bash[28774]: cluster 2023-11-16T02:25:09.263809+0000 mgr.smithi118.ueiebd (mgr.14180) 579 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:25:11.863 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:11.864 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:12 smithi118 bash[24930]: cluster 2023-11-16T02:25:11.264887+0000 mgr.smithi118.ueiebd (mgr.14180) 580 : 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-11-16T02:25:12.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:12.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:12 smithi186 bash[28774]: cluster 2023-11-16T02:25:11.264887+0000 mgr.smithi118.ueiebd (mgr.14180) 580 : 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-11-16T02:25:13.589 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:13 smithi186 bash[28774]: audit 2023-11-16T02:25:11.853713+0000 mgr.smithi118.ueiebd (mgr.14180) 581 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:13 smithi118 bash[24930]: audit 2023-11-16T02:25:11.853713+0000 mgr.smithi118.ueiebd (mgr.14180) 581 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:13.698 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:14 smithi118 bash[24930]: cluster 2023-11-16T02:25:13.266067+0000 mgr.smithi118.ueiebd (mgr.14180) 582 : 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-11-16T02:25:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:14 smithi186 bash[28774]: cluster 2023-11-16T02:25:13.266067+0000 mgr.smithi118.ueiebd (mgr.14180) 582 : 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-11-16T02:25:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:15 smithi118 bash[24930]: cluster 2023-11-16T02:25:15.266813+0000 mgr.smithi118.ueiebd (mgr.14180) 583 : 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-11-16T02:25:16.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:15 smithi186 bash[28774]: cluster 2023-11-16T02:25:15.266813+0000 mgr.smithi118.ueiebd (mgr.14180) 583 : 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-11-16T02:25:17.121 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:17.121 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:17.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:18.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:18 smithi118 bash[24930]: audit 2023-11-16T02:25:17.110504+0000 mgr.smithi118.ueiebd (mgr.14180) 584 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:18.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:18 smithi118 bash[24930]: cluster 2023-11-16T02:25:17.267956+0000 mgr.smithi118.ueiebd (mgr.14180) 585 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:18 smithi186 bash[28774]: audit 2023-11-16T02:25:17.110504+0000 mgr.smithi118.ueiebd (mgr.14180) 584 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:18 smithi186 bash[28774]: cluster 2023-11-16T02:25:17.267956+0000 mgr.smithi118.ueiebd (mgr.14180) 585 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:18.936 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:20.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:20 smithi118 bash[24930]: cluster 2023-11-16T02:25:19.269297+0000 mgr.smithi118.ueiebd (mgr.14180) 586 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:25:20.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:20 smithi186 bash[28774]: cluster 2023-11-16T02:25:19.269297+0000 mgr.smithi118.ueiebd (mgr.14180) 586 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:25:22.402 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:22.402 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:15.118280Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.kkgvgh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:22.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:22 smithi118 bash[24930]: cluster 2023-11-16T02:25:21.270358+0000 mgr.smithi118.ueiebd (mgr.14180) 587 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:22 smithi186 bash[28774]: cluster 2023-11-16T02:25:21.270358+0000 mgr.smithi118.ueiebd (mgr.14180) 587 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:23.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:23 smithi118 bash[24930]: audit 2023-11-16T02:25:22.391430+0000 mgr.smithi118.ueiebd (mgr.14180) 588 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:23 smithi118 bash[24930]: audit 2023-11-16T02:25:23.239945+0000 mon.smithi118 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:25:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:23 smithi186 bash[28774]: audit 2023-11-16T02:25:22.391430+0000 mgr.smithi118.ueiebd (mgr.14180) 588 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:23 smithi186 bash[28774]: audit 2023-11-16T02:25:23.239945+0000 mon.smithi118 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:25:24.293 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: cluster 2023-11-16T02:25:23.271489+0000 mgr.smithi118.ueiebd (mgr.14180) 589 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: audit 2023-11-16T02:25:23.524778+0000 mon.smithi118 (mon.0) 800 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:25:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: audit 2023-11-16T02:25:23.526482+0000 mon.smithi118 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:25:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: audit 2023-11-16T02:25:23.534997+0000 mon.smithi118 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:25:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: cluster 2023-11-16T02:25:23.535781+0000 mgr.smithi118.ueiebd (mgr.14180) 590 : 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-11-16T02:25:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: audit 2023-11-16T02:25:23.541945+0000 mon.smithi118 (mon.0) 803 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:25:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: audit 2023-11-16T02:25:23.553633+0000 mon.smithi118 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:25:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:24 smithi118 bash[24930]: cephadm 2023-11-16T02:25:23.557400+0000 mgr.smithi118.ueiebd (mgr.14180) 591 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.esyrmh on smithi186 2023-11-16T02:25:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: cluster 2023-11-16T02:25:23.271489+0000 mgr.smithi118.ueiebd (mgr.14180) 589 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:25:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: audit 2023-11-16T02:25:23.524778+0000 mon.smithi118 (mon.0) 800 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:25:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: audit 2023-11-16T02:25:23.526482+0000 mon.smithi118 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:25:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: audit 2023-11-16T02:25:23.534997+0000 mon.smithi118 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:25:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: cluster 2023-11-16T02:25:23.535781+0000 mgr.smithi118.ueiebd (mgr.14180) 590 : 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-11-16T02:25:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: audit 2023-11-16T02:25:23.541945+0000 mon.smithi118 (mon.0) 803 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:25:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: audit 2023-11-16T02:25:23.553633+0000 mon.smithi118 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:25:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:24 smithi186 bash[28774]: cephadm 2023-11-16T02:25:23.557400+0000 mgr.smithi118.ueiebd (mgr.14180) 591 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.esyrmh on smithi186 2023-11-16T02:25:25.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:25 smithi118 bash[24930]: cluster 2023-11-16T02:25:24.531496+0000 mon.smithi118 (mon.0) 805 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:25:25.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:25 smithi118 bash[24930]: cluster 2023-11-16T02:25:24.531561+0000 mon.smithi118 (mon.0) 806 : cluster [INF] Cluster is now healthy 2023-11-16T02:25:25.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:25 smithi186 bash[28774]: cluster 2023-11-16T02:25:24.531496+0000 mon.smithi118 (mon.0) 805 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:25:25.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:25 smithi186 bash[28774]: cluster 2023-11-16T02:25:24.531561+0000 mon.smithi118 (mon.0) 806 : cluster [INF] Cluster is now healthy 2023-11-16T02:25:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:26 smithi118 bash[24930]: cluster 2023-11-16T02:25:25.536748+0000 mgr.smithi118.ueiebd (mgr.14180) 592 : 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-11-16T02:25:26.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:26 smithi186 bash[28774]: cluster 2023-11-16T02:25:25.536748+0000 mgr.smithi118.ueiebd (mgr.14180) 592 : 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-11-16T02:25:27.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:27 smithi186 bash[28774]: audit 2023-11-16T02:25:27.383295+0000 mon.smithi118 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.esyrmh"}]: dispatch 2023-11-16T02:25:27.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:27 smithi118 bash[24930]: audit 2023-11-16T02:25:27.383295+0000 mon.smithi118 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.esyrmh"}]: dispatch 2023-11-16T02:25:27.982 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:27.982 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:19.276004Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.sewzkd on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-sewzkd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.sewzkd\nDeploy daemon haproxy.nfs.foo.smithi186.sewzkd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.229502Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.yppmhx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-yppmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.yppmhx\nDeploy daemon haproxy.nfs.foo.smithi118.yppmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:24:23.233781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.stusdy on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: cephadm 2023-11-16T02:25:27.382141+0000 mgr.smithi118.ueiebd (mgr.14180) 593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.esyrmh ... 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:28.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:28.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.esyrmh ... 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: cephadm 2023-11-16T02:25:27.382719+0000 mgr.smithi118.ueiebd (mgr.14180) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: cephadm 2023-11-16T02:25:27.384684+0000 mgr.smithi118.ueiebd (mgr.14180) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.esyrmh ... 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: cephadm 2023-11-16T02:25:27.389290+0000 mgr.smithi118.ueiebd (mgr.14180) 596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.rnbnuj on smithi118 2023-11-16T02:25:28.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:28 smithi118 bash[24930]: cluster 2023-11-16T02:25:27.537402+0000 mgr.smithi118.ueiebd (mgr.14180) 597 : cluster [DBG] pgmap v439: 97 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-11-16T02:25:28.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: cephadm 2023-11-16T02:25:27.382141+0000 mgr.smithi118.ueiebd (mgr.14180) 593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.esyrmh ... 2023-11-16T02:25:28.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:25:28.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.esyrmh ... 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:28.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: cephadm 2023-11-16T02:25:27.382719+0000 mgr.smithi118.ueiebd (mgr.14180) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: cephadm 2023-11-16T02:25:27.384684+0000 mgr.smithi118.ueiebd (mgr.14180) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.esyrmh ... 2023-11-16T02:25:28.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:28.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:28.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:28.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:28.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: cephadm 2023-11-16T02:25:27.389290+0000 mgr.smithi118.ueiebd (mgr.14180) 596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.rnbnuj on smithi118 2023-11-16T02:25:28.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:28 smithi186 bash[28774]: cluster 2023-11-16T02:25:27.537402+0000 mgr.smithi118.ueiebd (mgr.14180) 597 : cluster [DBG] pgmap v439: 97 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-11-16T02:25:29.750 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:29.762 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:29 smithi118 bash[24930]: audit 2023-11-16T02:25:27.971465+0000 mgr.smithi118.ueiebd (mgr.14180) 598 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:29.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:29 smithi186 bash[28774]: audit 2023-11-16T02:25:27.971465+0000 mgr.smithi118.ueiebd (mgr.14180) 598 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:30.764 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:30 smithi118 bash[24930]: cluster 2023-11-16T02:25:29.538532+0000 mgr.smithi118.ueiebd (mgr.14180) 599 : cluster [DBG] pgmap v440: 97 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-11-16T02:25:30.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:30 smithi186 bash[28774]: cluster 2023-11-16T02:25:29.538532+0000 mgr.smithi118.ueiebd (mgr.14180) 599 : cluster [DBG] pgmap v440: 97 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-11-16T02:25:31.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:31 smithi186 bash[28774]: audit 2023-11-16T02:25:31.175517+0000 mon.smithi118 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.rnbnuj"}]: dispatch 2023-11-16T02:25:31.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:31 smithi118 bash[24930]: audit 2023-11-16T02:25:31.175517+0000 mon.smithi118 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.rnbnuj"}]: dispatch 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cephadm 2023-11-16T02:25:31.174275+0000 mgr.smithi118.ueiebd (mgr.14180) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.rnbnuj ... 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:32.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:32.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.rnbnuj ... 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cephadm 2023-11-16T02:25:31.174806+0000 mgr.smithi118.ueiebd (mgr.14180) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cephadm 2023-11-16T02:25:31.177089+0000 mgr.smithi118.ueiebd (mgr.14180) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:25:32.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.rnbnuj ... 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cephadm 2023-11-16T02:25:31.180242+0000 mgr.smithi118.ueiebd (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cephadm 2023-11-16T02:25:31.182942+0000 mgr.smithi118.ueiebd (mgr.14180) 604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cluster 2023-11-16T02:25:31.183887+0000 mgr.smithi118.ueiebd (mgr.14180) 605 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:25:32.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:32 smithi186 bash[28774]: cluster 2023-11-16T02:25:31.457119+0000 mon.smithi118 (mon.0) 809 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cephadm 2023-11-16T02:25:31.174275+0000 mgr.smithi118.ueiebd (mgr.14180) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.rnbnuj ... 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.rnbnuj ... 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cephadm 2023-11-16T02:25:31.174806+0000 mgr.smithi118.ueiebd (mgr.14180) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cephadm 2023-11-16T02:25:31.177089+0000 mgr.smithi118.ueiebd (mgr.14180) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.rnbnuj ... 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cephadm 2023-11-16T02:25:31.180242+0000 mgr.smithi118.ueiebd (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cephadm 2023-11-16T02:25:31.182942+0000 mgr.smithi118.ueiebd (mgr.14180) 604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cluster 2023-11-16T02:25:31.183887+0000 mgr.smithi118.ueiebd (mgr.14180) 605 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:25:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:32 smithi118 bash[24930]: cluster 2023-11-16T02:25:31.457119+0000 mon.smithi118 (mon.0) 809 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:25:33.365 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:33.365 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:34.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:34.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:34 smithi118 bash[24930]: cluster 2023-11-16T02:25:33.185074+0000 mgr.smithi118.ueiebd (mgr.14180) 606 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:25:34.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:34 smithi118 bash[24930]: audit 2023-11-16T02:25:33.353175+0000 mgr.smithi118.ueiebd (mgr.14180) 607 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:34.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:34 smithi186 bash[28774]: cluster 2023-11-16T02:25:33.185074+0000 mgr.smithi118.ueiebd (mgr.14180) 606 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:25:34.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:34 smithi186 bash[28774]: audit 2023-11-16T02:25:33.353175+0000 mgr.smithi118.ueiebd (mgr.14180) 607 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:35.230 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:36.693 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:36 smithi118 bash[24930]: cluster 2023-11-16T02:25:35.186233+0000 mgr.smithi118.ueiebd (mgr.14180) 608 : cluster [DBG] pgmap v443: 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-11-16T02:25:36.694 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:36 smithi118 bash[24930]: audit 2023-11-16T02:25:35.431645+0000 mon.smithi118 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:25:36.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:36 smithi186 bash[28774]: cluster 2023-11-16T02:25:35.186233+0000 mgr.smithi118.ueiebd (mgr.14180) 608 : cluster [DBG] pgmap v443: 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-11-16T02:25:36.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:36 smithi186 bash[28774]: audit 2023-11-16T02:25:35.431645+0000 mon.smithi118 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:25:38.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:38 smithi186 bash[28774]: cluster 2023-11-16T02:25:37.187422+0000 mgr.smithi118.ueiebd (mgr.14180) 609 : cluster [DBG] pgmap v444: 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-11-16T02:25:38.862 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:38.862 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:38 smithi118 bash[24930]: cluster 2023-11-16T02:25:37.187422+0000 mgr.smithi118.ueiebd (mgr.14180) 609 : cluster [DBG] pgmap v444: 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-11-16T02:25:39.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:40.721 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:40.734 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:40 smithi118 bash[24930]: audit 2023-11-16T02:25:38.855457+0000 mgr.smithi118.ueiebd (mgr.14180) 610 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:40.734 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:40 smithi118 bash[24930]: cluster 2023-11-16T02:25:39.188699+0000 mgr.smithi118.ueiebd (mgr.14180) 611 : cluster [DBG] pgmap v445: 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-11-16T02:25:40.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:40 smithi186 bash[28774]: audit 2023-11-16T02:25:38.855457+0000 mgr.smithi118.ueiebd (mgr.14180) 610 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:40.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:40 smithi186 bash[28774]: cluster 2023-11-16T02:25:39.188699+0000 mgr.smithi118.ueiebd (mgr.14180) 611 : cluster [DBG] pgmap v445: 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-11-16T02:25:42.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:42 smithi118 bash[24930]: cluster 2023-11-16T02:25:41.189702+0000 mgr.smithi118.ueiebd (mgr.14180) 612 : cluster [DBG] pgmap v446: 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-11-16T02:25:42.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:42 smithi186 bash[28774]: cluster 2023-11-16T02:25:41.189702+0000 mgr.smithi118.ueiebd (mgr.14180) 612 : cluster [DBG] pgmap v446: 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-11-16T02:25:44.317 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:44.317 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:44.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:44 smithi186 bash[28774]: cluster 2023-11-16T02:25:43.190984+0000 mgr.smithi118.ueiebd (mgr.14180) 613 : 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-11-16T02:25:44.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:44 smithi118 bash[24930]: cluster 2023-11-16T02:25:43.190984+0000 mgr.smithi118.ueiebd (mgr.14180) 613 : 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-11-16T02:25:45.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:45.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:45 smithi118 bash[24930]: audit 2023-11-16T02:25:44.304994+0000 mgr.smithi118.ueiebd (mgr.14180) 614 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:45.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:45 smithi186 bash[28774]: audit 2023-11-16T02:25:44.304994+0000 mgr.smithi118.ueiebd (mgr.14180) 614 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:46.211 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:46.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:46 smithi118 bash[24930]: cluster 2023-11-16T02:25:45.192060+0000 mgr.smithi118.ueiebd (mgr.14180) 615 : 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-11-16T02:25:46.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:46 smithi186 bash[28774]: cluster 2023-11-16T02:25:45.192060+0000 mgr.smithi118.ueiebd (mgr.14180) 615 : 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-11-16T02:25:48.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:48 smithi186 bash[28774]: cluster 2023-11-16T02:25:47.192800+0000 mgr.smithi118.ueiebd (mgr.14180) 616 : 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-11-16T02:25:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:48 smithi118 bash[24930]: cluster 2023-11-16T02:25:47.192800+0000 mgr.smithi118.ueiebd (mgr.14180) 616 : 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-11-16T02:25:50.069 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:50.069 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:50 smithi118 bash[24930]: cluster 2023-11-16T02:25:49.194000+0000 mgr.smithi118.ueiebd (mgr.14180) 617 : 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-11-16T02:25:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:50 smithi186 bash[28774]: cluster 2023-11-16T02:25:49.194000+0000 mgr.smithi118.ueiebd (mgr.14180) 617 : 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-11-16T02:25:50.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:51.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:51 smithi186 bash[28774]: audit 2023-11-16T02:25:50.062467+0000 mgr.smithi118.ueiebd (mgr.14180) 618 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:51.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:51 smithi118 bash[24930]: audit 2023-11-16T02:25:50.062467+0000 mgr.smithi118.ueiebd (mgr.14180) 618 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:51.886 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:52 smithi186 bash[28774]: cluster 2023-11-16T02:25:51.195086+0000 mgr.smithi118.ueiebd (mgr.14180) 619 : 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-11-16T02:25:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:52 smithi118 bash[24930]: cluster 2023-11-16T02:25:51.195086+0000 mgr.smithi118.ueiebd (mgr.14180) 619 : 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-11-16T02:25:54.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:54 smithi186 bash[28774]: cluster 2023-11-16T02:25:53.196294+0000 mgr.smithi118.ueiebd (mgr.14180) 620 : 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-11-16T02:25:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:54 smithi118 bash[24930]: cluster 2023-11-16T02:25:53.196294+0000 mgr.smithi118.ueiebd (mgr.14180) 620 : 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-11-16T02:25:55.457 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:25:55.457 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:25:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:55 smithi118 bash[24930]: cluster 2023-11-16T02:25:55.197406+0000 mgr.smithi118.ueiebd (mgr.14180) 621 : 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-11-16T02:26:00.552 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:55 smithi118 bash[24930]: audit 2023-11-16T02:25:55.446214+0000 mgr.smithi118.ueiebd (mgr.14180) 622 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:00.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:55 smithi186 bash[28774]: cluster 2023-11-16T02:25:55.197406+0000 mgr.smithi118.ueiebd (mgr.14180) 621 : 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-11-16T02:26:00.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:55 smithi186 bash[28774]: audit 2023-11-16T02:25:55.446214+0000 mgr.smithi118.ueiebd (mgr.14180) 622 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:00.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:25:58 smithi186 bash[28774]: cluster 2023-11-16T02:25:57.198686+0000 mgr.smithi118.ueiebd (mgr.14180) 623 : 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-11-16T02:26:00.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:00 smithi186 bash[28774]: cluster 2023-11-16T02:25:59.199966+0000 mgr.smithi118.ueiebd (mgr.14180) 624 : 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-11-16T02:26:00.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:00.554 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:25:58 smithi118 bash[24930]: cluster 2023-11-16T02:25:57.198686+0000 mgr.smithi118.ueiebd (mgr.14180) 623 : 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-11-16T02:26:00.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:00 smithi118 bash[24930]: cluster 2023-11-16T02:25:59.199966+0000 mgr.smithi118.ueiebd (mgr.14180) 624 : 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-11-16T02:26:01.555 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:02.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:02 smithi186 bash[28774]: cluster 2023-11-16T02:26:01.200991+0000 mgr.smithi118.ueiebd (mgr.14180) 625 : 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-11-16T02:26:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:02 smithi118 bash[24930]: cluster 2023-11-16T02:26:01.200991+0000 mgr.smithi118.ueiebd (mgr.14180) 625 : 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-11-16T02:26:04.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:04 smithi186 bash[28774]: cluster 2023-11-16T02:26:03.202119+0000 mgr.smithi118.ueiebd (mgr.14180) 626 : 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-11-16T02:26:04.597 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:04 smithi118 bash[24930]: cluster 2023-11-16T02:26:03.202119+0000 mgr.smithi118.ueiebd (mgr.14180) 626 : 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-11-16T02:26:05.050 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:05.050 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:05.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:05 smithi118 bash[24930]: audit 2023-11-16T02:26:05.037323+0000 mgr.smithi118.ueiebd (mgr.14180) 627 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:05 smithi118 bash[24930]: cluster 2023-11-16T02:26:05.203230+0000 mgr.smithi118.ueiebd (mgr.14180) 628 : 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-11-16T02:26:06.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:05 smithi186 bash[28774]: audit 2023-11-16T02:26:05.037323+0000 mgr.smithi118.ueiebd (mgr.14180) 627 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:06.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:05 smithi186 bash[28774]: cluster 2023-11-16T02:26:05.203230+0000 mgr.smithi118.ueiebd (mgr.14180) 628 : 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-11-16T02:26:06.889 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:08.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:08 smithi186 bash[28774]: cluster 2023-11-16T02:26:07.204427+0000 mgr.smithi118.ueiebd (mgr.14180) 629 : 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-11-16T02:26:08.570 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:08 smithi118 bash[24930]: cluster 2023-11-16T02:26:07.204427+0000 mgr.smithi118.ueiebd (mgr.14180) 629 : 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-11-16T02:26:10.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:10 smithi118 bash[24930]: cluster 2023-11-16T02:26:09.205703+0000 mgr.smithi118.ueiebd (mgr.14180) 630 : 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-11-16T02:26:10.516 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:10.517 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:10.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:10 smithi186 bash[28774]: cluster 2023-11-16T02:26:09.205703+0000 mgr.smithi118.ueiebd (mgr.14180) 630 : 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-11-16T02:26:11.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:11 smithi186 bash[28774]: audit 2023-11-16T02:26:10.504114+0000 mgr.smithi118.ueiebd (mgr.14180) 631 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:11.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:11 smithi118 bash[24930]: audit 2023-11-16T02:26:10.504114+0000 mgr.smithi118.ueiebd (mgr.14180) 631 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:12.308 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:12.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:12 smithi186 bash[28774]: cluster 2023-11-16T02:26:11.206878+0000 mgr.smithi118.ueiebd (mgr.14180) 632 : 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-11-16T02:26:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:12 smithi118 bash[24930]: cluster 2023-11-16T02:26:11.206878+0000 mgr.smithi118.ueiebd (mgr.14180) 632 : 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-11-16T02:26:14.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:14 smithi186 bash[28774]: cluster 2023-11-16T02:26:13.208166+0000 mgr.smithi118.ueiebd (mgr.14180) 633 : 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-11-16T02:26:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:14 smithi118 bash[24930]: cluster 2023-11-16T02:26:13.208166+0000 mgr.smithi118.ueiebd (mgr.14180) 633 : 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-11-16T02:26:15.733 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:15.734 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:16.027 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:15 smithi118 bash[24930]: cluster 2023-11-16T02:26:15.209317+0000 mgr.smithi118.ueiebd (mgr.14180) 634 : 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-11-16T02:26:16.028 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:15 smithi118 bash[24930]: audit 2023-11-16T02:26:15.721264+0000 mgr.smithi118.ueiebd (mgr.14180) 635 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:16.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:15 smithi186 bash[28774]: cluster 2023-11-16T02:26:15.209317+0000 mgr.smithi118.ueiebd (mgr.14180) 634 : 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-11-16T02:26:16.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:15 smithi186 bash[28774]: audit 2023-11-16T02:26:15.721264+0000 mgr.smithi118.ueiebd (mgr.14180) 635 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:16.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:17.652 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:18.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:18 smithi186 bash[28774]: cluster 2023-11-16T02:26:17.210561+0000 mgr.smithi118.ueiebd (mgr.14180) 636 : 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-11-16T02:26:18.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:18 smithi118 bash[24930]: cluster 2023-11-16T02:26:17.210561+0000 mgr.smithi118.ueiebd (mgr.14180) 636 : 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-11-16T02:26:20.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:20 smithi186 bash[28774]: cluster 2023-11-16T02:26:19.211825+0000 mgr.smithi118.ueiebd (mgr.14180) 637 : 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-11-16T02:26:20.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:20 smithi118 bash[24930]: cluster 2023-11-16T02:26:19.211825+0000 mgr.smithi118.ueiebd (mgr.14180) 637 : 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-11-16T02:26:21.356 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:21.356 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:22.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:22.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:22 smithi186 bash[28774]: cluster 2023-11-16T02:26:21.212881+0000 mgr.smithi118.ueiebd (mgr.14180) 638 : 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-11-16T02:26:22.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:22 smithi186 bash[28774]: audit 2023-11-16T02:26:21.346154+0000 mgr.smithi118.ueiebd (mgr.14180) 639 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:22.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:22 smithi118 bash[24930]: cluster 2023-11-16T02:26:21.212881+0000 mgr.smithi118.ueiebd (mgr.14180) 638 : 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-11-16T02:26:22.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:22 smithi118 bash[24930]: audit 2023-11-16T02:26:21.346154+0000 mgr.smithi118.ueiebd (mgr.14180) 639 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:23.143 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:24.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:24 smithi186 bash[28774]: cluster 2023-11-16T02:26:23.214187+0000 mgr.smithi118.ueiebd (mgr.14180) 640 : 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-11-16T02:26:24.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:24 smithi118 bash[24930]: cluster 2023-11-16T02:26:23.214187+0000 mgr.smithi118.ueiebd (mgr.14180) 640 : 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-11-16T02:26:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:25 smithi118 bash[24930]: cluster 2023-11-16T02:26:25.215375+0000 mgr.smithi118.ueiebd (mgr.14180) 641 : 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-11-16T02:26:26.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:25 smithi186 bash[28774]: cluster 2023-11-16T02:26:25.215375+0000 mgr.smithi118.ueiebd (mgr.14180) 641 : 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-11-16T02:26:26.627 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:26.627 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:26.930 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:26 smithi118 bash[24930]: audit 2023-11-16T02:26:26.616011+0000 mgr.smithi118.ueiebd (mgr.14180) 642 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:27.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:26 smithi186 bash[28774]: audit 2023-11-16T02:26:26.616011+0000 mgr.smithi118.ueiebd (mgr.14180) 642 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:27.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:28.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:27 smithi118 bash[24930]: cluster 2023-11-16T02:26:27.216627+0000 mgr.smithi118.ueiebd (mgr.14180) 643 : 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-11-16T02:26:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:27 smithi186 bash[28774]: cluster 2023-11-16T02:26:27.216627+0000 mgr.smithi118.ueiebd (mgr.14180) 643 : 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-11-16T02:26:28.501 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:30.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:30 smithi186 bash[28774]: cluster 2023-11-16T02:26:29.217898+0000 mgr.smithi118.ueiebd (mgr.14180) 644 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:26:30.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:30 smithi118 bash[24930]: cluster 2023-11-16T02:26:29.217898+0000 mgr.smithi118.ueiebd (mgr.14180) 644 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:26:31.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:31 smithi186 bash[28774]: audit 2023-11-16T02:26:31.186920+0000 mon.smithi118 (mon.0) 811 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:26:31.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:31 smithi118 bash[24930]: audit 2023-11-16T02:26:31.186920+0000 mon.smithi118 (mon.0) 811 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:26:32.114 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:32.114 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:24:23.235816Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wqxyls on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:32.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: cluster 2023-11-16T02:26:31.218990+0000 mgr.smithi118.ueiebd (mgr.14180) 645 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:26:32.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.457874+0000 mon.smithi118 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.458889+0000 mon.smithi118 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.459986+0000 mon.smithi118 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.461236+0000 mon.smithi118 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: cephadm 2023-11-16T02:26:31.462239+0000 mgr.smithi118.ueiebd (mgr.14180) 646 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 2748M 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.469292+0000 mon.smithi118 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.486003+0000 mon.smithi118 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.487172+0000 mon.smithi118 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.488223+0000 mon.smithi118 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.489226+0000 mon.smithi118 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: cephadm 2023-11-16T02:26:31.490038+0000 mgr.smithi118.ueiebd (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 1980M 2023-11-16T02:26:32.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.496457+0000 mon.smithi118 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.498111+0000 mon.smithi118 (mon.0) 822 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.499006+0000 mon.smithi118 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.504042+0000 mon.smithi118 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: cluster 2023-11-16T02:26:31.504605+0000 mgr.smithi118.ueiebd (mgr.14180) 648 : cluster [DBG] pgmap v472: 97 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-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.509613+0000 mon.smithi118 (mon.0) 825 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: audit 2023-11-16T02:26:31.522289+0000 mon.smithi118 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:32 smithi186 bash[28774]: cephadm 2023-11-16T02:26:31.527850+0000 mgr.smithi118.ueiebd (mgr.14180) 649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.tlckqo on smithi186 2023-11-16T02:26:32.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: cluster 2023-11-16T02:26:31.218990+0000 mgr.smithi118.ueiebd (mgr.14180) 645 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:26:32.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.457874+0000 mon.smithi118 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.458889+0000 mon.smithi118 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.459986+0000 mon.smithi118 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.461236+0000 mon.smithi118 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: cephadm 2023-11-16T02:26:31.462239+0000 mgr.smithi118.ueiebd (mgr.14180) 646 : cephadm [INF] Adjusting osd_memory_target on smithi186 to 2748M 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.469292+0000 mon.smithi118 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.486003+0000 mon.smithi118 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.487172+0000 mon.smithi118 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.488223+0000 mon.smithi118 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.489226+0000 mon.smithi118 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: cephadm 2023-11-16T02:26:31.490038+0000 mgr.smithi118.ueiebd (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi118 to 1980M 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.496457+0000 mon.smithi118 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.498111+0000 mon.smithi118 (mon.0) 822 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:26:32.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.499006+0000 mon.smithi118 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:26:32.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.504042+0000 mon.smithi118 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: cluster 2023-11-16T02:26:31.504605+0000 mgr.smithi118.ueiebd (mgr.14180) 648 : cluster [DBG] pgmap v472: 97 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-11-16T02:26:32.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.509613+0000 mon.smithi118 (mon.0) 825 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:26:32.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: audit 2023-11-16T02:26:31.522289+0000 mon.smithi118 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:32.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:32 smithi118 bash[24930]: cephadm 2023-11-16T02:26:31.527850+0000 mgr.smithi118.ueiebd (mgr.14180) 649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.tlckqo on smithi186 2023-11-16T02:26:32.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:33.589 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:33 smithi186 bash[28774]: audit 2023-11-16T02:26:32.103899+0000 mgr.smithi118.ueiebd (mgr.14180) 650 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:33.589 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:33 smithi186 bash[28774]: cluster 2023-11-16T02:26:32.502332+0000 mon.smithi118 (mon.0) 827 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:26:33.589 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:33 smithi186 bash[28774]: cluster 2023-11-16T02:26:32.502360+0000 mon.smithi118 (mon.0) 828 : cluster [INF] Cluster is now healthy 2023-11-16T02:26:33.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:33 smithi118 bash[24930]: audit 2023-11-16T02:26:32.103899+0000 mgr.smithi118.ueiebd (mgr.14180) 650 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:33.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:33 smithi118 bash[24930]: cluster 2023-11-16T02:26:32.502332+0000 mon.smithi118 (mon.0) 827 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:26:33.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:33 smithi118 bash[24930]: cluster 2023-11-16T02:26:32.502360+0000 mon.smithi118 (mon.0) 828 : cluster [INF] Cluster is now healthy 2023-11-16T02:26:33.993 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:34.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:34 smithi118 bash[24930]: cluster 2023-11-16T02:26:33.505512+0000 mgr.smithi118.ueiebd (mgr.14180) 651 : cluster [DBG] pgmap v473: 97 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-11-16T02:26:34.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:34 smithi186 bash[28774]: cluster 2023-11-16T02:26:33.505512+0000 mgr.smithi118.ueiebd (mgr.14180) 651 : cluster [DBG] pgmap v473: 97 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-11-16T02:26:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: cephadm 2023-11-16T02:26:35.488099+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:36.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:36.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.tlckqo ... 2023-11-16T02:26:36.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:36.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:36.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:36.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.tlckqo ... 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: cephadm 2023-11-16T02:26:35.488376+0000 mgr.smithi118.ueiebd (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: audit 2023-11-16T02:26:35.488847+0000 mon.smithi118 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.tlckqo"}]: dispatch 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: cephadm 2023-11-16T02:26:35.489638+0000 mgr.smithi118.ueiebd (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.tlckqo ... 2023-11-16T02:26:36.126 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.126 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:36.126 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:36.126 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:36.126 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.127 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: cephadm 2023-11-16T02:26:35.492242+0000 mgr.smithi118.ueiebd (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.brbkvk on smithi118 2023-11-16T02:26:36.127 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:35 smithi118 bash[24930]: cluster 2023-11-16T02:26:35.506270+0000 mgr.smithi118.ueiebd (mgr.14180) 656 : 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-11-16T02:26:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: cephadm 2023-11-16T02:26:35.488099+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.tlckqo ... 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.tlckqo ... 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: cephadm 2023-11-16T02:26:35.488376+0000 mgr.smithi118.ueiebd (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: audit 2023-11-16T02:26:35.488847+0000 mon.smithi118 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.tlckqo"}]: dispatch 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: cephadm 2023-11-16T02:26:35.489638+0000 mgr.smithi118.ueiebd (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo 2023-11-16T02:26:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.tlckqo ... 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: cephadm 2023-11-16T02:26:35.492242+0000 mgr.smithi118.ueiebd (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.brbkvk on smithi118 2023-11-16T02:26:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:35 smithi186 bash[28774]: cluster 2023-11-16T02:26:35.506270+0000 mgr.smithi118.ueiebd (mgr.14180) 656 : 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-11-16T02:26:37.715 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:37.715 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:27.384430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.esyrmh on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-esyrmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.esyrmh\nDeploy daemon haproxy.nfs.foo.smithi186.esyrmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.176800Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.rnbnuj on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-rnbnuj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.rnbnuj\nDeploy daemon haproxy.nfs.foo.smithi118.rnbnuj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:31.180086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.evfecf on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:37.746 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:37 smithi118 bash[24930]: audit 2023-11-16T02:26:36.492815+0000 mon.smithi118 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:37.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:37 smithi186 bash[28774]: audit 2023-11-16T02:26:36.492815+0000 mon.smithi118 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:38.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:38.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:38 smithi186 bash[28774]: cluster 2023-11-16T02:26:37.506898+0000 mgr.smithi118.ueiebd (mgr.14180) 657 : cluster [DBG] pgmap v475: 97 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-11-16T02:26:38.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:38 smithi186 bash[28774]: audit 2023-11-16T02:26:37.703686+0000 mgr.smithi118.ueiebd (mgr.14180) 658 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:38 smithi118 bash[24930]: cluster 2023-11-16T02:26:37.506898+0000 mgr.smithi118.ueiebd (mgr.14180) 657 : cluster [DBG] pgmap v475: 97 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-11-16T02:26:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:38 smithi118 bash[24930]: audit 2023-11-16T02:26:37.703686+0000 mgr.smithi118.ueiebd (mgr.14180) 658 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:39.569 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:39.767 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:39 smithi118 bash[24930]: audit 2023-11-16T02:26:39.513399+0000 mon.smithi118 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.brbkvk"}]: dispatch 2023-11-16T02:26:39.768 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:39 smithi118 bash[24930]: cluster 2023-11-16T02:26:39.559531+0000 mon.smithi118 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:26:40.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:39 smithi186 bash[28774]: audit 2023-11-16T02:26:39.513399+0000 mon.smithi118 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.brbkvk"}]: dispatch 2023-11-16T02:26:40.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:39 smithi186 bash[28774]: cluster 2023-11-16T02:26:39.559531+0000 mon.smithi118 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cluster 2023-11-16T02:26:39.507785+0000 mgr.smithi118.ueiebd (mgr.14180) 659 : cluster [DBG] pgmap v476: 97 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-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cephadm 2023-11-16T02:26:39.512477+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.brbkvk ... 2023-11-16T02:26:40.856 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:40.857 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.brbkvk ... 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cephadm 2023-11-16T02:26:39.512839+0000 mgr.smithi118.ueiebd (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cephadm 2023-11-16T02:26:39.514794+0000 mgr.smithi118.ueiebd (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:40.858 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.brbkvk ... 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cephadm 2023-11-16T02:26:39.517902+0000 mgr.smithi118.ueiebd (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:40.859 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cephadm 2023-11-16T02:26:39.520472+0000 mgr.smithi118.ueiebd (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:40.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: cluster 2023-11-16T02:26:39.521363+0000 mgr.smithi118.ueiebd (mgr.14180) 665 : cluster [DBG] pgmap v477: 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-11-16T02:26:40.860 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:40 smithi118 bash[24930]: audit 2023-11-16T02:26:40.473285+0000 mon.smithi118 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cluster 2023-11-16T02:26:39.507785+0000 mgr.smithi118.ueiebd (mgr.14180) 659 : cluster [DBG] pgmap v476: 97 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-11-16T02:26:41.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cephadm 2023-11-16T02:26:39.512477+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:41.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:41.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.brbkvk ... 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:41.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.brbkvk ... 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cephadm 2023-11-16T02:26:39.512839+0000 mgr.smithi118.ueiebd (mgr.14180) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cephadm 2023-11-16T02:26:39.514794+0000 mgr.smithi118.ueiebd (mgr.14180) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk 2023-11-16T02:26:41.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.brbkvk ... 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cephadm 2023-11-16T02:26:39.517902+0000 mgr.smithi118.ueiebd (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cephadm 2023-11-16T02:26:39.520472+0000 mgr.smithi118.ueiebd (mgr.14180) 664 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:41.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: cluster 2023-11-16T02:26:39.521363+0000 mgr.smithi118.ueiebd (mgr.14180) 665 : cluster [DBG] pgmap v477: 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-11-16T02:26:41.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:40 smithi186 bash[28774]: audit 2023-11-16T02:26:40.473285+0000 mon.smithi118 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:42 smithi118 bash[24930]: cluster 2023-11-16T02:26:41.522387+0000 mgr.smithi118.ueiebd (mgr.14180) 666 : cluster [DBG] pgmap v478: 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-11-16T02:26:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:42 smithi186 bash[28774]: cluster 2023-11-16T02:26:41.522387+0000 mgr.smithi118.ueiebd (mgr.14180) 666 : cluster [DBG] pgmap v478: 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-11-16T02:26:43.142 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:43.142 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:43.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:44.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:44 smithi118 bash[24930]: audit 2023-11-16T02:26:43.135594+0000 mgr.smithi118.ueiebd (mgr.14180) 667 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:44.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:44 smithi118 bash[24930]: cluster 2023-11-16T02:26:43.523515+0000 mgr.smithi118.ueiebd (mgr.14180) 668 : cluster [DBG] pgmap v479: 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-11-16T02:26:44.898 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:45.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:44 smithi186 bash[28774]: audit 2023-11-16T02:26:43.135594+0000 mgr.smithi118.ueiebd (mgr.14180) 667 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:45.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:44 smithi186 bash[28774]: cluster 2023-11-16T02:26:43.523515+0000 mgr.smithi118.ueiebd (mgr.14180) 668 : cluster [DBG] pgmap v479: 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-11-16T02:26:46.085 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:45 smithi118 bash[24930]: cluster 2023-11-16T02:26:45.524668+0000 mgr.smithi118.ueiebd (mgr.14180) 669 : cluster [DBG] pgmap v480: 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-11-16T02:26:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:45 smithi186 bash[28774]: cluster 2023-11-16T02:26:45.524668+0000 mgr.smithi118.ueiebd (mgr.14180) 669 : cluster [DBG] pgmap v480: 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-11-16T02:26:48.357 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:48.357 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:48 smithi118 bash[24930]: cluster 2023-11-16T02:26:47.525843+0000 mgr.smithi118.ueiebd (mgr.14180) 670 : cluster [DBG] pgmap v481: 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-11-16T02:26:49.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:48 smithi186 bash[28774]: cluster 2023-11-16T02:26:47.525843+0000 mgr.smithi118.ueiebd (mgr.14180) 670 : cluster [DBG] pgmap v481: 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-11-16T02:26:49.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:49.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:49 smithi118 bash[24930]: audit 2023-11-16T02:26:48.346831+0000 mgr.smithi118.ueiebd (mgr.14180) 671 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:50.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:49 smithi186 bash[28774]: audit 2023-11-16T02:26:48.346831+0000 mgr.smithi118.ueiebd (mgr.14180) 671 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:50.145 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:50 smithi118 bash[24930]: cluster 2023-11-16T02:26:49.527130+0000 mgr.smithi118.ueiebd (mgr.14180) 672 : cluster [DBG] pgmap v482: 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-11-16T02:26:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:50 smithi186 bash[28774]: cluster 2023-11-16T02:26:49.527130+0000 mgr.smithi118.ueiebd (mgr.14180) 672 : cluster [DBG] pgmap v482: 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-11-16T02:26:52.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:52 smithi186 bash[28774]: audit 2023-11-16T02:26:51.491589+0000 mon.smithi118 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:52 smithi186 bash[28774]: cluster 2023-11-16T02:26:51.528094+0000 mgr.smithi118.ueiebd (mgr.14180) 673 : 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-11-16T02:26:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:52 smithi118 bash[24930]: audit 2023-11-16T02:26:51.491589+0000 mon.smithi118 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:26:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:52 smithi118 bash[24930]: cluster 2023-11-16T02:26:51.528094+0000 mgr.smithi118.ueiebd (mgr.14180) 673 : 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-11-16T02:26:53.723 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:53.723 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:26:54.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:54 smithi118 bash[24930]: cluster 2023-11-16T02:26:53.529376+0000 mgr.smithi118.ueiebd (mgr.14180) 674 : 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-11-16T02:26:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:54 smithi118 bash[24930]: audit 2023-11-16T02:26:53.712283+0000 mgr.smithi118.ueiebd (mgr.14180) 675 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:55.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:54 smithi186 bash[28774]: cluster 2023-11-16T02:26:53.529376+0000 mgr.smithi118.ueiebd (mgr.14180) 674 : 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-11-16T02:26:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:54 smithi186 bash[28774]: audit 2023-11-16T02:26:53.712283+0000 mgr.smithi118.ueiebd (mgr.14180) 675 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:55.517 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:55 smithi118 bash[24930]: cluster 2023-11-16T02:26:55.530587+0000 mgr.smithi118.ueiebd (mgr.14180) 676 : 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-11-16T02:26:56.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:55 smithi186 bash[28774]: cluster 2023-11-16T02:26:55.530587+0000 mgr.smithi118.ueiebd (mgr.14180) 676 : 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-11-16T02:26:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:26:58 smithi118 bash[24930]: cluster 2023-11-16T02:26:57.531413+0000 mgr.smithi118.ueiebd (mgr.14180) 677 : 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-11-16T02:26:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:26:58 smithi186 bash[28774]: cluster 2023-11-16T02:26:57.531413+0000 mgr.smithi118.ueiebd (mgr.14180) 677 : 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-11-16T02:26:59.158 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:26:59.158 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:00.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:00 smithi118 bash[24930]: audit 2023-11-16T02:26:59.152292+0000 mgr.smithi118.ueiebd (mgr.14180) 678 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:00 smithi118 bash[24930]: cluster 2023-11-16T02:26:59.532716+0000 mgr.smithi118.ueiebd (mgr.14180) 679 : 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-11-16T02:27:01.002 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:00 smithi186 bash[28774]: audit 2023-11-16T02:26:59.152292+0000 mgr.smithi118.ueiebd (mgr.14180) 678 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:00 smithi186 bash[28774]: cluster 2023-11-16T02:26:59.532716+0000 mgr.smithi118.ueiebd (mgr.14180) 679 : 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-11-16T02:27:02.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:02 smithi118 bash[24930]: cluster 2023-11-16T02:27:01.533852+0000 mgr.smithi118.ueiebd (mgr.14180) 680 : 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-11-16T02:27:03.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:02 smithi186 bash[28774]: cluster 2023-11-16T02:27:01.533852+0000 mgr.smithi118.ueiebd (mgr.14180) 680 : 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-11-16T02:27:04.281 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:04.281 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:04 smithi118 bash[24930]: cluster 2023-11-16T02:27:03.534841+0000 mgr.smithi118.ueiebd (mgr.14180) 681 : 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-11-16T02:27:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:04 smithi186 bash[28774]: cluster 2023-11-16T02:27:03.534841+0000 mgr.smithi118.ueiebd (mgr.14180) 681 : 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-11-16T02:27:05.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:05.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:05 smithi118 bash[24930]: audit 2023-11-16T02:27:04.267820+0000 mgr.smithi118.ueiebd (mgr.14180) 682 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:05 smithi186 bash[28774]: audit 2023-11-16T02:27:04.267820+0000 mgr.smithi118.ueiebd (mgr.14180) 682 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:06.092 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:06.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:06 smithi118 bash[24930]: cluster 2023-11-16T02:27:05.536000+0000 mgr.smithi118.ueiebd (mgr.14180) 683 : 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-11-16T02:27:07.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:06 smithi186 bash[28774]: cluster 2023-11-16T02:27:05.536000+0000 mgr.smithi118.ueiebd (mgr.14180) 683 : 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-11-16T02:27:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:08 smithi118 bash[24930]: cluster 2023-11-16T02:27:07.537069+0000 mgr.smithi118.ueiebd (mgr.14180) 684 : 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-11-16T02:27:09.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:08 smithi186 bash[28774]: cluster 2023-11-16T02:27:07.537069+0000 mgr.smithi118.ueiebd (mgr.14180) 684 : 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-11-16T02:27:09.883 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:09.883 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:10.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:10 smithi186 bash[28774]: cluster 2023-11-16T02:27:09.538258+0000 mgr.smithi118.ueiebd (mgr.14180) 685 : 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-11-16T02:27:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:10 smithi118 bash[24930]: cluster 2023-11-16T02:27:09.538258+0000 mgr.smithi118.ueiebd (mgr.14180) 685 : 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-11-16T02:27:11.725 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:11.923 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:11 smithi118 bash[24930]: audit 2023-11-16T02:27:09.872290+0000 mgr.smithi118.ueiebd (mgr.14180) 686 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:12.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:11 smithi186 bash[28774]: audit 2023-11-16T02:27:09.872290+0000 mgr.smithi118.ueiebd (mgr.14180) 686 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:12.929 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:12 smithi118 bash[24930]: cluster 2023-11-16T02:27:11.539380+0000 mgr.smithi118.ueiebd (mgr.14180) 687 : 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-11-16T02:27:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:12 smithi186 bash[28774]: cluster 2023-11-16T02:27:11.539380+0000 mgr.smithi118.ueiebd (mgr.14180) 687 : 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-11-16T02:27:15.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:14 smithi186 bash[28774]: cluster 2023-11-16T02:27:13.540195+0000 mgr.smithi118.ueiebd (mgr.14180) 688 : 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-11-16T02:27:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:14 smithi118 bash[24930]: cluster 2023-11-16T02:27:13.540195+0000 mgr.smithi118.ueiebd (mgr.14180) 688 : 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-11-16T02:27:15.230 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:15.230 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:15.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:15 smithi118 bash[24930]: audit 2023-11-16T02:27:15.218730+0000 mgr.smithi118.ueiebd (mgr.14180) 689 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:15 smithi118 bash[24930]: cluster 2023-11-16T02:27:15.541353+0000 mgr.smithi118.ueiebd (mgr.14180) 690 : 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-11-16T02:27:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:15 smithi186 bash[28774]: audit 2023-11-16T02:27:15.218730+0000 mgr.smithi118.ueiebd (mgr.14180) 689 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:16.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:15 smithi186 bash[28774]: cluster 2023-11-16T02:27:15.541353+0000 mgr.smithi118.ueiebd (mgr.14180) 690 : 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-11-16T02:27:16.986 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:18 smithi118 bash[24930]: cluster 2023-11-16T02:27:17.542105+0000 mgr.smithi118.ueiebd (mgr.14180) 691 : 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-11-16T02:27:19.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:18 smithi186 bash[28774]: cluster 2023-11-16T02:27:17.542105+0000 mgr.smithi118.ueiebd (mgr.14180) 691 : 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-11-16T02:27:20.394 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:20.394 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:20.685 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:20 smithi118 bash[24930]: cluster 2023-11-16T02:27:19.543250+0000 mgr.smithi118.ueiebd (mgr.14180) 692 : 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-11-16T02:27:21.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:20 smithi186 bash[28774]: cluster 2023-11-16T02:27:19.543250+0000 mgr.smithi118.ueiebd (mgr.14180) 692 : 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-11-16T02:27:21.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:21.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:21 smithi118 bash[24930]: audit 2023-11-16T02:27:20.387400+0000 mgr.smithi118.ueiebd (mgr.14180) 693 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:22.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:21 smithi186 bash[28774]: audit 2023-11-16T02:27:20.387400+0000 mgr.smithi118.ueiebd (mgr.14180) 693 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:22.254 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:22 smithi118 bash[24930]: cluster 2023-11-16T02:27:21.544196+0000 mgr.smithi118.ueiebd (mgr.14180) 694 : 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-11-16T02:27:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:22 smithi186 bash[28774]: cluster 2023-11-16T02:27:21.544196+0000 mgr.smithi118.ueiebd (mgr.14180) 694 : 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-11-16T02:27:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:24 smithi186 bash[28774]: cluster 2023-11-16T02:27:23.545544+0000 mgr.smithi118.ueiebd (mgr.14180) 695 : 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-11-16T02:27:25.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:24 smithi118 bash[24930]: cluster 2023-11-16T02:27:23.545544+0000 mgr.smithi118.ueiebd (mgr.14180) 695 : 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-11-16T02:27:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:25 smithi118 bash[24930]: cluster 2023-11-16T02:27:25.546924+0000 mgr.smithi118.ueiebd (mgr.14180) 696 : 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-11-16T02:27:26.158 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:26.158 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:25 smithi186 bash[28774]: cluster 2023-11-16T02:27:25.546924+0000 mgr.smithi118.ueiebd (mgr.14180) 696 : 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-11-16T02:27:26.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:27.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:26 smithi118 bash[24930]: audit 2023-11-16T02:27:26.146537+0000 mgr.smithi118.ueiebd (mgr.14180) 697 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:27.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:26 smithi186 bash[28774]: audit 2023-11-16T02:27:26.146537+0000 mgr.smithi118.ueiebd (mgr.14180) 697 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:27.953 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:28.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:27 smithi118 bash[24930]: cluster 2023-11-16T02:27:27.548122+0000 mgr.smithi118.ueiebd (mgr.14180) 698 : 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-11-16T02:27:28.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:27 smithi186 bash[28774]: cluster 2023-11-16T02:27:27.548122+0000 mgr.smithi118.ueiebd (mgr.14180) 698 : 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-11-16T02:27:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:30 smithi118 bash[24930]: cluster 2023-11-16T02:27:29.549396+0000 mgr.smithi118.ueiebd (mgr.14180) 699 : 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-11-16T02:27:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:30 smithi186 bash[28774]: cluster 2023-11-16T02:27:29.549396+0000 mgr.smithi118.ueiebd (mgr.14180) 699 : 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-11-16T02:27:31.489 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:31.489 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:32.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:32 smithi118 bash[24930]: audit 2023-11-16T02:27:31.478274+0000 mgr.smithi118.ueiebd (mgr.14180) 700 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:32 smithi118 bash[24930]: cluster 2023-11-16T02:27:31.550293+0000 mgr.smithi118.ueiebd (mgr.14180) 701 : 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-11-16T02:27:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:32 smithi186 bash[28774]: audit 2023-11-16T02:27:31.478274+0000 mgr.smithi118.ueiebd (mgr.14180) 700 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:32 smithi186 bash[28774]: cluster 2023-11-16T02:27:31.550293+0000 mgr.smithi118.ueiebd (mgr.14180) 701 : 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-11-16T02:27:33.336 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:34 smithi118 bash[24930]: cluster 2023-11-16T02:27:33.550949+0000 mgr.smithi118.ueiebd (mgr.14180) 702 : 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-11-16T02:27:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:34 smithi186 bash[28774]: cluster 2023-11-16T02:27:33.550949+0000 mgr.smithi118.ueiebd (mgr.14180) 702 : 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-11-16T02:27:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:35 smithi118 bash[24930]: cluster 2023-11-16T02:27:35.552158+0000 mgr.smithi118.ueiebd (mgr.14180) 703 : 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-11-16T02:27:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:35 smithi186 bash[28774]: cluster 2023-11-16T02:27:35.552158+0000 mgr.smithi118.ueiebd (mgr.14180) 703 : 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-11-16T02:27:36.988 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:36.989 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:37.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:38.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:38 smithi118 bash[24930]: audit 2023-11-16T02:27:36.975900+0000 mgr.smithi118.ueiebd (mgr.14180) 704 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:38 smithi118 bash[24930]: cluster 2023-11-16T02:27:37.553299+0000 mgr.smithi118.ueiebd (mgr.14180) 705 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:27:39.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:38 smithi186 bash[28774]: audit 2023-11-16T02:27:36.975900+0000 mgr.smithi118.ueiebd (mgr.14180) 704 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:39.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:38 smithi186 bash[28774]: cluster 2023-11-16T02:27:37.553299+0000 mgr.smithi118.ueiebd (mgr.14180) 705 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:27:39.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:39 smithi118 bash[24930]: audit 2023-11-16T02:27:39.524433+0000 mon.smithi118 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:27:40.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:39 smithi186 bash[28774]: audit 2023-11-16T02:27:39.524433+0000 mon.smithi118 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:27:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:40 smithi186 bash[28774]: cluster 2023-11-16T02:27:39.554154+0000 mgr.smithi118.ueiebd (mgr.14180) 706 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:27:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:40 smithi186 bash[28774]: audit 2023-11-16T02:27:39.827791+0000 mon.smithi118 (mon.0) 836 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:27:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:40 smithi186 bash[28774]: audit 2023-11-16T02:27:39.829273+0000 mon.smithi118 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:27:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:40 smithi186 bash[28774]: audit 2023-11-16T02:27:39.840726+0000 mon.smithi118 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:27:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:40 smithi186 bash[28774]: audit 2023-11-16T02:27:39.854421+0000 mon.smithi118 (mon.0) 839 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:27:41.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:40 smithi186 bash[28774]: audit 2023-11-16T02:27:39.867859+0000 mon.smithi118 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:27:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:40 smithi118 bash[24930]: cluster 2023-11-16T02:27:39.554154+0000 mgr.smithi118.ueiebd (mgr.14180) 706 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:27:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:40 smithi118 bash[24930]: audit 2023-11-16T02:27:39.827791+0000 mon.smithi118 (mon.0) 836 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:27:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:40 smithi118 bash[24930]: audit 2023-11-16T02:27:39.829273+0000 mon.smithi118 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:27:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:40 smithi118 bash[24930]: audit 2023-11-16T02:27:39.840726+0000 mon.smithi118 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:27:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:40 smithi118 bash[24930]: audit 2023-11-16T02:27:39.854421+0000 mon.smithi118 (mon.0) 839 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:27:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:40 smithi118 bash[24930]: audit 2023-11-16T02:27:39.867859+0000 mon.smithi118 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:27:42.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:41 smithi186 bash[28774]: cluster 2023-11-16T02:27:39.847216+0000 mgr.smithi118.ueiebd (mgr.14180) 707 : 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-11-16T02:27:42.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:41 smithi186 bash[28774]: cephadm 2023-11-16T02:27:39.873000+0000 mgr.smithi118.ueiebd (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.rhpggy on smithi186 2023-11-16T02:27:42.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:41 smithi186 bash[28774]: cluster 2023-11-16T02:27:40.839145+0000 mon.smithi118 (mon.0) 841 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:27:42.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:41 smithi186 bash[28774]: cluster 2023-11-16T02:27:40.839188+0000 mon.smithi118 (mon.0) 842 : cluster [INF] Cluster is now healthy 2023-11-16T02:27:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:41 smithi118 bash[24930]: cluster 2023-11-16T02:27:39.847216+0000 mgr.smithi118.ueiebd (mgr.14180) 707 : 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-11-16T02:27:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:41 smithi118 bash[24930]: cephadm 2023-11-16T02:27:39.873000+0000 mgr.smithi118.ueiebd (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.rhpggy on smithi186 2023-11-16T02:27:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:41 smithi118 bash[24930]: cluster 2023-11-16T02:27:40.839145+0000 mon.smithi118 (mon.0) 841 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:27:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:41 smithi118 bash[24930]: cluster 2023-11-16T02:27:40.839188+0000 mon.smithi118 (mon.0) 842 : cluster [INF] Cluster is now healthy 2023-11-16T02:27:42.225 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:42.225 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:31.182829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wupfrd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:35.489514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.tlckqo on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-tlckqo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.tlckqo\nDeploy daemon haproxy.nfs.foo.smithi186.tlckqo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.514617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.brbkvk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-brbkvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.brbkvk\nDeploy daemon haproxy.nfs.foo.smithi118.brbkvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:39.517741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.ovgwoq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:43.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:44.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:43 smithi186 bash[28774]: cluster 2023-11-16T02:27:41.847954+0000 mgr.smithi118.ueiebd (mgr.14180) 709 : 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-11-16T02:27:44.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:43 smithi186 bash[28774]: audit 2023-11-16T02:27:42.212983+0000 mgr.smithi118.ueiebd (mgr.14180) 710 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:44.100 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:44.112 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:43 smithi118 bash[24930]: cluster 2023-11-16T02:27:41.847954+0000 mgr.smithi118.ueiebd (mgr.14180) 709 : 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-11-16T02:27:44.112 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:43 smithi118 bash[24930]: audit 2023-11-16T02:27:42.212983+0000 mgr.smithi118.ueiebd (mgr.14180) 710 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:45.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:44 smithi186 bash[28774]: audit 2023-11-16T02:27:43.850950+0000 mon.smithi118 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.rhpggy"}]: dispatch 2023-11-16T02:27:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:44 smithi118 bash[24930]: audit 2023-11-16T02:27:43.850950+0000 mon.smithi118 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.rhpggy"}]: dispatch 2023-11-16T02:27:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: cluster 2023-11-16T02:27:43.849072+0000 mgr.smithi118.ueiebd (mgr.14180) 711 : 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-11-16T02:27:46.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: cephadm 2023-11-16T02:27:43.849440+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.rhpggy ... 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:46.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.rhpggy ... 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: cephadm 2023-11-16T02:27:43.850090+0000 mgr.smithi118.ueiebd (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: cephadm 2023-11-16T02:27:43.852588+0000 mgr.smithi118.ueiebd (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.rhpggy ... 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:45 smithi186 bash[28774]: cephadm 2023-11-16T02:27:43.856681+0000 mgr.smithi118.ueiebd (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.wpclag on smithi118 2023-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: cluster 2023-11-16T02:27:43.849072+0000 mgr.smithi118.ueiebd (mgr.14180) 711 : 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-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: cephadm 2023-11-16T02:27:43.849440+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:46.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.rhpggy ... 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:27:46.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.rhpggy ... 2023-11-16T02:27:46.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: cephadm 2023-11-16T02:27:43.850090+0000 mgr.smithi118.ueiebd (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: cephadm 2023-11-16T02:27:43.852588+0000 mgr.smithi118.ueiebd (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.rhpggy ... 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:46.125 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:45 smithi118 bash[24930]: cephadm 2023-11-16T02:27:43.856681+0000 mgr.smithi118.ueiebd (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.wpclag on smithi118 2023-11-16T02:27:47.683 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:47.684 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:47.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:47 smithi118 bash[24930]: cluster 2023-11-16T02:27:45.849863+0000 mgr.smithi118.ueiebd (mgr.14180) 716 : cluster [DBG] pgmap v511: 97 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-11-16T02:27:47.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:47 smithi118 bash[24930]: audit 2023-11-16T02:27:47.618474+0000 mon.smithi118 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.wpclag"}]: dispatch 2023-11-16T02:27:48.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:47 smithi186 bash[28774]: cluster 2023-11-16T02:27:45.849863+0000 mgr.smithi118.ueiebd (mgr.14180) 716 : cluster [DBG] pgmap v511: 97 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-11-16T02:27:48.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:47 smithi186 bash[28774]: audit 2023-11-16T02:27:47.618474+0000 mon.smithi118 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.wpclag"}]: dispatch 2023-11-16T02:27:48.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:48.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cephadm 2023-11-16T02:27:47.617315+0000 mgr.smithi118.ueiebd (mgr.14180) 717 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.wpclag ... 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:48.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.wpclag ... 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cephadm 2023-11-16T02:27:47.617876+0000 mgr.smithi118.ueiebd (mgr.14180) 718 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cephadm 2023-11-16T02:27:47.619725+0000 mgr.smithi118.ueiebd (mgr.14180) 719 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.wpclag ... 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:48.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:48.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:48.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:48.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cephadm 2023-11-16T02:27:47.622102+0000 mgr.smithi118.ueiebd (mgr.14180) 720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:48.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cephadm 2023-11-16T02:27:47.624157+0000 mgr.smithi118.ueiebd (mgr.14180) 721 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:48.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cluster 2023-11-16T02:27:47.625277+0000 mgr.smithi118.ueiebd (mgr.14180) 722 : cluster [DBG] pgmap v512: 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-11-16T02:27:48.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: cluster 2023-11-16T02:27:47.650099+0000 mon.smithi118 (mon.0) 845 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:27:48.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:48 smithi118 bash[24930]: audit 2023-11-16T02:27:47.675376+0000 mgr.smithi118.ueiebd (mgr.14180) 723 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cephadm 2023-11-16T02:27:47.617315+0000 mgr.smithi118.ueiebd (mgr.14180) 717 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:49.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.wpclag ... 2023-11-16T02:27:49.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:49.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:49.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:49.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:49.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:49.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:27:49.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:49.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:27:49.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:49.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:27:49.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:49.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:49.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:49.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:49.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.wpclag ... 2023-11-16T02:27:49.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:49.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:49.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:49.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cephadm 2023-11-16T02:27:47.617876+0000 mgr.smithi118.ueiebd (mgr.14180) 718 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cephadm 2023-11-16T02:27:47.619725+0000 mgr.smithi118.ueiebd (mgr.14180) 719 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.wpclag ... 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cephadm 2023-11-16T02:27:47.622102+0000 mgr.smithi118.ueiebd (mgr.14180) 720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cephadm 2023-11-16T02:27:47.624157+0000 mgr.smithi118.ueiebd (mgr.14180) 721 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:49.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cluster 2023-11-16T02:27:47.625277+0000 mgr.smithi118.ueiebd (mgr.14180) 722 : cluster [DBG] pgmap v512: 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-11-16T02:27:49.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: cluster 2023-11-16T02:27:47.650099+0000 mon.smithi118 (mon.0) 845 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:27:49.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:48 smithi186 bash[28774]: audit 2023-11-16T02:27:47.675376+0000 mgr.smithi118.ueiebd (mgr.14180) 723 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:49.593 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:50.929 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:50 smithi118 bash[24930]: cluster 2023-11-16T02:27:49.626418+0000 mgr.smithi118.ueiebd (mgr.14180) 724 : cluster [DBG] pgmap v513: 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-11-16T02:27:50.930 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:50 smithi118 bash[24930]: audit 2023-11-16T02:27:50.522897+0000 mon.smithi118 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:27:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:50 smithi186 bash[28774]: cluster 2023-11-16T02:27:49.626418+0000 mgr.smithi118.ueiebd (mgr.14180) 724 : cluster [DBG] pgmap v513: 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-11-16T02:27:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:50 smithi186 bash[28774]: audit 2023-11-16T02:27:50.522897+0000 mon.smithi118 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:27:53.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:52 smithi186 bash[28774]: cluster 2023-11-16T02:27:51.626987+0000 mgr.smithi118.ueiebd (mgr.14180) 725 : cluster [DBG] pgmap v514: 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-11-16T02:27:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:52 smithi118 bash[24930]: cluster 2023-11-16T02:27:51.626987+0000 mgr.smithi118.ueiebd (mgr.14180) 725 : cluster [DBG] pgmap v514: 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-11-16T02:27:53.164 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:53.164 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:53.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:55.000 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:55.012 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:54 smithi118 bash[24930]: audit 2023-11-16T02:27:53.151208+0000 mgr.smithi118.ueiebd (mgr.14180) 726 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:55.013 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:54 smithi118 bash[24930]: cluster 2023-11-16T02:27:53.627631+0000 mgr.smithi118.ueiebd (mgr.14180) 727 : cluster [DBG] pgmap v515: 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-11-16T02:27:55.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:54 smithi186 bash[28774]: audit 2023-11-16T02:27:53.151208+0000 mgr.smithi118.ueiebd (mgr.14180) 726 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:54 smithi186 bash[28774]: cluster 2023-11-16T02:27:53.627631+0000 mgr.smithi118.ueiebd (mgr.14180) 727 : cluster [DBG] pgmap v515: 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-11-16T02:27:56.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:55 smithi118 bash[24930]: cluster 2023-11-16T02:27:55.628691+0000 mgr.smithi118.ueiebd (mgr.14180) 728 : cluster [DBG] pgmap v516: 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-11-16T02:27:56.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:55 smithi186 bash[28774]: cluster 2023-11-16T02:27:55.628691+0000 mgr.smithi118.ueiebd (mgr.14180) 728 : cluster [DBG] pgmap v516: 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-11-16T02:27:58.426 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:27:58.426 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:27:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:58 smithi118 bash[24930]: cluster 2023-11-16T02:27:57.629852+0000 mgr.smithi118.ueiebd (mgr.14180) 729 : cluster [DBG] pgmap v517: 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-11-16T02:27:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:58 smithi186 bash[28774]: cluster 2023-11-16T02:27:57.629852+0000 mgr.smithi118.ueiebd (mgr.14180) 729 : cluster [DBG] pgmap v517: 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-11-16T02:27:59.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:00.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:27:59 smithi186 bash[28774]: audit 2023-11-16T02:27:58.419752+0000 mgr.smithi118.ueiebd (mgr.14180) 730 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:00.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:27:59 smithi118 bash[24930]: audit 2023-11-16T02:27:58.419752+0000 mgr.smithi118.ueiebd (mgr.14180) 730 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:00.314 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:00 smithi118 bash[24930]: cluster 2023-11-16T02:27:59.631157+0000 mgr.smithi118.ueiebd (mgr.14180) 731 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:00 smithi186 bash[28774]: cluster 2023-11-16T02:27:59.631157+0000 mgr.smithi118.ueiebd (mgr.14180) 731 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:03.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:02 smithi186 bash[28774]: cluster 2023-11-16T02:28:01.632061+0000 mgr.smithi118.ueiebd (mgr.14180) 732 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:02 smithi118 bash[24930]: cluster 2023-11-16T02:28:01.632061+0000 mgr.smithi118.ueiebd (mgr.14180) 732 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:04.096 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:04.097 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:04.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:04 smithi186 bash[28774]: cluster 2023-11-16T02:28:03.633317+0000 mgr.smithi118.ueiebd (mgr.14180) 733 : 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-11-16T02:28:05.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:04 smithi118 bash[24930]: cluster 2023-11-16T02:28:03.633317+0000 mgr.smithi118.ueiebd (mgr.14180) 733 : 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-11-16T02:28:05.909 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:06.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:05 smithi186 bash[28774]: audit 2023-11-16T02:28:04.084991+0000 mgr.smithi118.ueiebd (mgr.14180) 734 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:05 smithi118 bash[24930]: audit 2023-11-16T02:28:04.084991+0000 mgr.smithi118.ueiebd (mgr.14180) 734 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:07.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:06 smithi118 bash[24930]: cluster 2023-11-16T02:28:05.634518+0000 mgr.smithi118.ueiebd (mgr.14180) 735 : 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-11-16T02:28:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:06 smithi186 bash[28774]: cluster 2023-11-16T02:28:05.634518+0000 mgr.smithi118.ueiebd (mgr.14180) 735 : 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-11-16T02:28:09.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:08 smithi186 bash[28774]: cluster 2023-11-16T02:28:07.635643+0000 mgr.smithi118.ueiebd (mgr.14180) 736 : 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-11-16T02:28:09.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:08 smithi118 bash[24930]: cluster 2023-11-16T02:28:07.635643+0000 mgr.smithi118.ueiebd (mgr.14180) 736 : 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-11-16T02:28:09.344 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:09.344 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:10.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:10 smithi186 bash[28774]: audit 2023-11-16T02:28:09.332250+0000 mgr.smithi118.ueiebd (mgr.14180) 737 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:10 smithi186 bash[28774]: cluster 2023-11-16T02:28:09.636855+0000 mgr.smithi118.ueiebd (mgr.14180) 738 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:10 smithi118 bash[24930]: audit 2023-11-16T02:28:09.332250+0000 mgr.smithi118.ueiebd (mgr.14180) 737 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:10 smithi118 bash[24930]: cluster 2023-11-16T02:28:09.636855+0000 mgr.smithi118.ueiebd (mgr.14180) 738 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:11.189 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:12 smithi186 bash[28774]: cluster 2023-11-16T02:28:11.637468+0000 mgr.smithi118.ueiebd (mgr.14180) 739 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:13.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:12 smithi118 bash[24930]: cluster 2023-11-16T02:28:11.637468+0000 mgr.smithi118.ueiebd (mgr.14180) 739 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:14.836 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:14.836 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:14 smithi186 bash[28774]: cluster 2023-11-16T02:28:13.638712+0000 mgr.smithi118.ueiebd (mgr.14180) 740 : 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-11-16T02:28:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:14 smithi118 bash[24930]: cluster 2023-11-16T02:28:13.638712+0000 mgr.smithi118.ueiebd (mgr.14180) 740 : 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-11-16T02:28:15.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:15 smithi118 bash[24930]: audit 2023-11-16T02:28:14.823647+0000 mgr.smithi118.ueiebd (mgr.14180) 741 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:15 smithi118 bash[24930]: cluster 2023-11-16T02:28:15.639891+0000 mgr.smithi118.ueiebd (mgr.14180) 742 : 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-11-16T02:28:16.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:15 smithi186 bash[28774]: audit 2023-11-16T02:28:14.823647+0000 mgr.smithi118.ueiebd (mgr.14180) 741 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:16.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:15 smithi186 bash[28774]: cluster 2023-11-16T02:28:15.639891+0000 mgr.smithi118.ueiebd (mgr.14180) 742 : 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-11-16T02:28:16.675 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:19.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:18 smithi186 bash[28774]: cluster 2023-11-16T02:28:17.641139+0000 mgr.smithi118.ueiebd (mgr.14180) 743 : 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-11-16T02:28:19.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:18 smithi118 bash[24930]: cluster 2023-11-16T02:28:17.641139+0000 mgr.smithi118.ueiebd (mgr.14180) 743 : 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-11-16T02:28:20.042 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:20.042 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:20.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:20 smithi186 bash[28774]: cluster 2023-11-16T02:28:19.642082+0000 mgr.smithi118.ueiebd (mgr.14180) 744 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:20 smithi118 bash[24930]: cluster 2023-11-16T02:28:19.642082+0000 mgr.smithi118.ueiebd (mgr.14180) 744 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:21.839 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:22.036 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:21 smithi118 bash[24930]: audit 2023-11-16T02:28:20.031736+0000 mgr.smithi118.ueiebd (mgr.14180) 745 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:22.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:21 smithi186 bash[28774]: audit 2023-11-16T02:28:20.031736+0000 mgr.smithi118.ueiebd (mgr.14180) 745 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:22 smithi186 bash[28774]: cluster 2023-11-16T02:28:21.643114+0000 mgr.smithi118.ueiebd (mgr.14180) 746 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:23.108 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:22 smithi118 bash[24930]: cluster 2023-11-16T02:28:21.643114+0000 mgr.smithi118.ueiebd (mgr.14180) 746 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:25.011 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:24 smithi118 bash[24930]: cluster 2023-11-16T02:28:23.644398+0000 mgr.smithi118.ueiebd (mgr.14180) 747 : 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-11-16T02:28:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:24 smithi186 bash[28774]: cluster 2023-11-16T02:28:23.644398+0000 mgr.smithi118.ueiebd (mgr.14180) 747 : 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-11-16T02:28:25.442 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:25.442 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:25 smithi118 bash[24930]: audit 2023-11-16T02:28:25.432017+0000 mgr.smithi118.ueiebd (mgr.14180) 748 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:25 smithi118 bash[24930]: cluster 2023-11-16T02:28:25.645086+0000 mgr.smithi118.ueiebd (mgr.14180) 749 : 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-11-16T02:28:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:25 smithi186 bash[28774]: audit 2023-11-16T02:28:25.432017+0000 mgr.smithi118.ueiebd (mgr.14180) 748 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:25 smithi186 bash[28774]: cluster 2023-11-16T02:28:25.645086+0000 mgr.smithi118.ueiebd (mgr.14180) 749 : 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-11-16T02:28:26.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:27.380 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:28.865 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:28 smithi118 bash[24930]: cluster 2023-11-16T02:28:27.646179+0000 mgr.smithi118.ueiebd (mgr.14180) 750 : 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-11-16T02:28:29.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:28 smithi186 bash[28774]: cluster 2023-11-16T02:28:27.646179+0000 mgr.smithi118.ueiebd (mgr.14180) 750 : 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-11-16T02:28:30.732 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:30.732 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:30.997 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:30 smithi118 bash[24930]: cluster 2023-11-16T02:28:29.647518+0000 mgr.smithi118.ueiebd (mgr.14180) 751 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:30 smithi186 bash[28774]: cluster 2023-11-16T02:28:29.647518+0000 mgr.smithi118.ueiebd (mgr.14180) 751 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:31.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:31.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:31 smithi118 bash[24930]: audit 2023-11-16T02:28:30.720116+0000 mgr.smithi118.ueiebd (mgr.14180) 752 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:32.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:31 smithi186 bash[28774]: audit 2023-11-16T02:28:30.720116+0000 mgr.smithi118.ueiebd (mgr.14180) 752 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:32.577 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:32 smithi118 bash[24930]: cluster 2023-11-16T02:28:31.648705+0000 mgr.smithi118.ueiebd (mgr.14180) 753 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:32 smithi186 bash[28774]: cluster 2023-11-16T02:28:31.648705+0000 mgr.smithi118.ueiebd (mgr.14180) 753 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:34 smithi186 bash[28774]: cluster 2023-11-16T02:28:33.650149+0000 mgr.smithi118.ueiebd (mgr.14180) 754 : 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-11-16T02:28:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:34 smithi118 bash[24930]: cluster 2023-11-16T02:28:33.650149+0000 mgr.smithi118.ueiebd (mgr.14180) 754 : 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-11-16T02:28:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:35 smithi118 bash[24930]: cluster 2023-11-16T02:28:35.651465+0000 mgr.smithi118.ueiebd (mgr.14180) 755 : 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-11-16T02:28:36.236 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:36.236 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:35 smithi186 bash[28774]: cluster 2023-11-16T02:28:35.651465+0000 mgr.smithi118.ueiebd (mgr.14180) 755 : 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-11-16T02:28:37.180 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:36 smithi118 bash[24930]: audit 2023-11-16T02:28:36.223059+0000 mgr.smithi118.ueiebd (mgr.14180) 756 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:37.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:36 smithi186 bash[28774]: audit 2023-11-16T02:28:36.223059+0000 mgr.smithi118.ueiebd (mgr.14180) 756 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:38.182 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:38.195 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:37 smithi118 bash[24930]: cluster 2023-11-16T02:28:37.652666+0000 mgr.smithi118.ueiebd (mgr.14180) 757 : 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-11-16T02:28:38.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:37 smithi186 bash[28774]: cluster 2023-11-16T02:28:37.652666+0000 mgr.smithi118.ueiebd (mgr.14180) 757 : 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-11-16T02:28:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:40 smithi186 bash[28774]: cluster 2023-11-16T02:28:39.653976+0000 mgr.smithi118.ueiebd (mgr.14180) 758 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:40 smithi118 bash[24930]: cluster 2023-11-16T02:28:39.653976+0000 mgr.smithi118.ueiebd (mgr.14180) 758 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:28:41.823 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:41.823 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:42.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:42 smithi186 bash[28774]: cluster 2023-11-16T02:28:41.655091+0000 mgr.smithi118.ueiebd (mgr.14180) 759 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:42 smithi186 bash[28774]: audit 2023-11-16T02:28:41.812867+0000 mgr.smithi118.ueiebd (mgr.14180) 760 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:43.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:42 smithi118 bash[24930]: cluster 2023-11-16T02:28:41.655091+0000 mgr.smithi118.ueiebd (mgr.14180) 759 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:43.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:42 smithi118 bash[24930]: audit 2023-11-16T02:28:41.812867+0000 mgr.smithi118.ueiebd (mgr.14180) 760 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:43.678 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:44.979 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:44 smithi118 bash[24930]: cluster 2023-11-16T02:28:43.656423+0000 mgr.smithi118.ueiebd (mgr.14180) 761 : 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-11-16T02:28:45.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:44 smithi186 bash[28774]: cluster 2023-11-16T02:28:43.656423+0000 mgr.smithi118.ueiebd (mgr.14180) 761 : 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-11-16T02:28:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:45 smithi118 bash[24930]: cluster 2023-11-16T02:28:45.657695+0000 mgr.smithi118.ueiebd (mgr.14180) 762 : 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-11-16T02:28:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:45 smithi186 bash[28774]: cluster 2023-11-16T02:28:45.657695+0000 mgr.smithi118.ueiebd (mgr.14180) 762 : 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-11-16T02:28:47.440 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:47.440 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:39.520336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.tqpfaz on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:47.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:47 smithi118 bash[24930]: audit 2023-11-16T02:28:47.628470+0000 mon.smithi118 (mon.0) 847 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:28:48.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:47 smithi186 bash[28774]: audit 2023-11-16T02:28:47.628470+0000 mon.smithi118 (mon.0) 847 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:28:48.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: audit 2023-11-16T02:28:47.427237+0000 mgr.smithi118.ueiebd (mgr.14180) 763 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: cluster 2023-11-16T02:28:47.658621+0000 mgr.smithi118.ueiebd (mgr.14180) 764 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: audit 2023-11-16T02:28:47.929793+0000 mon.smithi118 (mon.0) 848 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:28:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: audit 2023-11-16T02:28:47.931237+0000 mon.smithi118 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:28:49.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: audit 2023-11-16T02:28:47.938047+0000 mon.smithi118 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:28:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: audit 2023-11-16T02:28:47.944347+0000 mon.smithi118 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:28:49.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:48 smithi186 bash[28774]: audit 2023-11-16T02:28:47.954050+0000 mon.smithi118 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:28:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: audit 2023-11-16T02:28:47.427237+0000 mgr.smithi118.ueiebd (mgr.14180) 763 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: cluster 2023-11-16T02:28:47.658621+0000 mgr.smithi118.ueiebd (mgr.14180) 764 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:28:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: audit 2023-11-16T02:28:47.929793+0000 mon.smithi118 (mon.0) 848 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:28:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: audit 2023-11-16T02:28:47.931237+0000 mon.smithi118 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:28:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: audit 2023-11-16T02:28:47.938047+0000 mon.smithi118 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:28:49.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: audit 2023-11-16T02:28:47.944347+0000 mon.smithi118 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:28:49.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:48 smithi118 bash[24930]: audit 2023-11-16T02:28:47.954050+0000 mon.smithi118 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:28:49.349 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:49.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:49 smithi118 bash[24930]: cluster 2023-11-16T02:28:47.938890+0000 mgr.smithi118.ueiebd (mgr.14180) 765 : cluster [DBG] pgmap v543: 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-11-16T02:28:49.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:49 smithi118 bash[24930]: cephadm 2023-11-16T02:28:47.956572+0000 mgr.smithi118.ueiebd (mgr.14180) 766 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ytbqzq on smithi186 2023-11-16T02:28:49.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:49 smithi118 bash[24930]: cluster 2023-11-16T02:28:48.935551+0000 mon.smithi118 (mon.0) 853 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:28:49.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:49 smithi118 bash[24930]: cluster 2023-11-16T02:28:48.935602+0000 mon.smithi118 (mon.0) 854 : cluster [INF] Cluster is now healthy 2023-11-16T02:28:50.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:49 smithi186 bash[28774]: cluster 2023-11-16T02:28:47.938890+0000 mgr.smithi118.ueiebd (mgr.14180) 765 : cluster [DBG] pgmap v543: 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-11-16T02:28:50.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:49 smithi186 bash[28774]: cephadm 2023-11-16T02:28:47.956572+0000 mgr.smithi118.ueiebd (mgr.14180) 766 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ytbqzq on smithi186 2023-11-16T02:28:50.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:49 smithi186 bash[28774]: cluster 2023-11-16T02:28:48.935551+0000 mon.smithi118 (mon.0) 853 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:28:50.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:49 smithi186 bash[28774]: cluster 2023-11-16T02:28:48.935602+0000 mon.smithi118 (mon.0) 854 : cluster [INF] Cluster is now healthy 2023-11-16T02:28:51.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:50 smithi118 bash[24930]: cluster 2023-11-16T02:28:49.939791+0000 mgr.smithi118.ueiebd (mgr.14180) 767 : 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-11-16T02:28:51.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:50 smithi186 bash[28774]: cluster 2023-11-16T02:28:49.939791+0000 mgr.smithi118.ueiebd (mgr.14180) 767 : 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-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: audit 2023-11-16T02:28:51.494234+0000 mon.smithi118 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: cephadm 2023-11-16T02:28:51.767779+0000 mgr.smithi118.ueiebd (mgr.14180) 768 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ytbqzq ... 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:28:52.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:52.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:52.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ytbqzq ... 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: cephadm 2023-11-16T02:28:51.768251+0000 mgr.smithi118.ueiebd (mgr.14180) 769 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: audit 2023-11-16T02:28:51.768661+0000 mon.smithi118 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ytbqzq"}]: dispatch 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: cephadm 2023-11-16T02:28:51.769928+0000 mgr.smithi118.ueiebd (mgr.14180) 770 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:52.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ytbqzq ... 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:52 smithi186 bash[28774]: cephadm 2023-11-16T02:28:51.772182+0000 mgr.smithi118.ueiebd (mgr.14180) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.itfdmr on smithi118 2023-11-16T02:28:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: audit 2023-11-16T02:28:51.494234+0000 mon.smithi118 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: cephadm 2023-11-16T02:28:51.767779+0000 mgr.smithi118.ueiebd (mgr.14180) 768 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ytbqzq ... 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:52.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ytbqzq ... 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: cephadm 2023-11-16T02:28:51.768251+0000 mgr.smithi118.ueiebd (mgr.14180) 769 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: audit 2023-11-16T02:28:51.768661+0000 mon.smithi118 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ytbqzq"}]: dispatch 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: cephadm 2023-11-16T02:28:51.769928+0000 mgr.smithi118.ueiebd (mgr.14180) 770 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:52.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ytbqzq ... 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:52.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:52 smithi118 bash[24930]: cephadm 2023-11-16T02:28:51.772182+0000 mgr.smithi118.ueiebd (mgr.14180) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.itfdmr on smithi118 2023-11-16T02:28:53.484 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:28:53.484 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:43.852330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.rhpggy on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-rhpggy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.rhpggy\nDeploy daemon haproxy.nfs.foo.smithi186.rhpggy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.619558Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.wpclag on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-wpclag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.wpclag\nDeploy daemon haproxy.nfs.foo.smithi118.wpclag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:47.621979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.hyhcsp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:28:53.776 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:53 smithi118 bash[24930]: cluster 2023-11-16T02:28:51.940284+0000 mgr.smithi118.ueiebd (mgr.14180) 772 : 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-11-16T02:28:53.817 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:53 smithi186 bash[28774]: cluster 2023-11-16T02:28:51.940284+0000 mgr.smithi118.ueiebd (mgr.14180) 772 : 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-11-16T02:28:54.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:56.636 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:54 smithi186 bash[28774]: audit 2023-11-16T02:28:53.473662+0000 mgr.smithi118.ueiebd (mgr.14180) 773 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:56.636 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:55 smithi186 bash[28774]: cluster 2023-11-16T02:28:53.941337+0000 mgr.smithi118.ueiebd (mgr.14180) 774 : cluster [DBG] pgmap v546: 97 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-11-16T02:28:56.636 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:54 smithi118 bash[24930]: audit 2023-11-16T02:28:53.473662+0000 mgr.smithi118.ueiebd (mgr.14180) 773 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:56.636 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:55 smithi118 bash[24930]: cluster 2023-11-16T02:28:53.941337+0000 mgr.smithi118.ueiebd (mgr.14180) 774 : cluster [DBG] pgmap v546: 97 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-11-16T02:28:56.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: cephadm 2023-11-16T02:28:55.583620+0000 mgr.smithi118.ueiebd (mgr.14180) 775 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:56.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:56.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.itfdmr ... 2023-11-16T02:28:56.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:28:56.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:56.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:28:56.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:56.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:56.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.itfdmr ... 2023-11-16T02:28:56.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.801 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: cephadm 2023-11-16T02:28:55.584158+0000 mgr.smithi118.ueiebd (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: audit 2023-11-16T02:28:55.584875+0000 mon.smithi118 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.itfdmr"}]: dispatch 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: cephadm 2023-11-16T02:28:55.586399+0000 mgr.smithi118.ueiebd (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.802 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.itfdmr ... 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: cephadm 2023-11-16T02:28:55.590357+0000 mgr.smithi118.ueiebd (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: cephadm 2023-11-16T02:28:55.592157+0000 mgr.smithi118.ueiebd (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:56.803 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:56 smithi186 bash[28774]: cluster 2023-11-16T02:28:55.593238+0000 mgr.smithi118.ueiebd (mgr.14180) 780 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:28:56.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: cephadm 2023-11-16T02:28:55.583620+0000 mgr.smithi118.ueiebd (mgr.14180) 775 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.itfdmr ... 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:56.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.itfdmr ... 2023-11-16T02:28:56.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: cephadm 2023-11-16T02:28:55.584158+0000 mgr.smithi118.ueiebd (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: audit 2023-11-16T02:28:55.584875+0000 mon.smithi118 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.itfdmr"}]: dispatch 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: cephadm 2023-11-16T02:28:55.586399+0000 mgr.smithi118.ueiebd (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.itfdmr ... 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: cephadm 2023-11-16T02:28:55.590357+0000 mgr.smithi118.ueiebd (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:56.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: cephadm 2023-11-16T02:28:55.592157+0000 mgr.smithi118.ueiebd (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:56.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:56 smithi118 bash[24930]: cluster 2023-11-16T02:28:55.593238+0000 mgr.smithi118.ueiebd (mgr.14180) 780 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:28:57.636 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:57.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:57 smithi186 bash[28774]: cluster 2023-11-16T02:28:56.518792+0000 mon.smithi118 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:28:57.843 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:57 smithi118 bash[24930]: cluster 2023-11-16T02:28:56.518792+0000 mon.smithi118 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:28:58.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:28:58 smithi186 bash[28774]: cluster 2023-11-16T02:28:57.594363+0000 mgr.smithi118.ueiebd (mgr.14180) 781 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:28:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:28:58 smithi118 bash[24930]: cluster 2023-11-16T02:28:57.594363+0000 mgr.smithi118.ueiebd (mgr.14180) 781 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-11-16T02:29:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:00 smithi186 bash[28774]: cluster 2023-11-16T02:28:59.595179+0000 mgr.smithi118.ueiebd (mgr.14180) 782 : cluster [DBG] pgmap v549: 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-11-16T02:29:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:00 smithi186 bash[28774]: audit 2023-11-16T02:29:00.569168+0000 mon.smithi118 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:01.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:00 smithi118 bash[24930]: cluster 2023-11-16T02:28:59.595179+0000 mgr.smithi118.ueiebd (mgr.14180) 782 : cluster [DBG] pgmap v549: 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-11-16T02:29:01.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:00 smithi118 bash[24930]: audit 2023-11-16T02:29:00.569168+0000 mon.smithi118 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:01.169 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:01.169 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:01.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:03.000 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:03.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:02 smithi118 bash[24930]: audit 2023-11-16T02:29:01.157954+0000 mgr.smithi118.ueiebd (mgr.14180) 783 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:03.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:02 smithi118 bash[24930]: cluster 2023-11-16T02:29:01.596193+0000 mgr.smithi118.ueiebd (mgr.14180) 784 : cluster [DBG] pgmap v550: 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-11-16T02:29:03.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:02 smithi186 bash[28774]: audit 2023-11-16T02:29:01.157954+0000 mgr.smithi118.ueiebd (mgr.14180) 783 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:03.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:02 smithi186 bash[28774]: cluster 2023-11-16T02:29:01.596193+0000 mgr.smithi118.ueiebd (mgr.14180) 784 : cluster [DBG] pgmap v550: 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-11-16T02:29:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:04 smithi186 bash[28774]: cluster 2023-11-16T02:29:03.597452+0000 mgr.smithi118.ueiebd (mgr.14180) 785 : cluster [DBG] pgmap v551: 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-11-16T02:29:05.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:04 smithi118 bash[24930]: cluster 2023-11-16T02:29:03.597452+0000 mgr.smithi118.ueiebd (mgr.14180) 785 : cluster [DBG] pgmap v551: 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-11-16T02:29:06.145 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:05 smithi118 bash[24930]: cluster 2023-11-16T02:29:05.598546+0000 mgr.smithi118.ueiebd (mgr.14180) 786 : cluster [DBG] pgmap v552: 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-11-16T02:29:06.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:05 smithi186 bash[28774]: cluster 2023-11-16T02:29:05.598546+0000 mgr.smithi118.ueiebd (mgr.14180) 786 : cluster [DBG] pgmap v552: 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-11-16T02:29:06.591 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:06.592 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:07.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:07 smithi186 bash[28774]: audit 2023-11-16T02:29:06.495537+0000 mon.smithi118 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:07 smithi186 bash[28774]: audit 2023-11-16T02:29:06.581484+0000 mgr.smithi118.ueiebd (mgr.14180) 787 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:07 smithi118 bash[24930]: audit 2023-11-16T02:29:06.495537+0000 mon.smithi118 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:07 smithi118 bash[24930]: audit 2023-11-16T02:29:06.581484+0000 mgr.smithi118.ueiebd (mgr.14180) 787 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:08.394 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:08 smithi186 bash[28774]: cluster 2023-11-16T02:29:07.599620+0000 mgr.smithi118.ueiebd (mgr.14180) 788 : 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-11-16T02:29:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:08 smithi118 bash[24930]: cluster 2023-11-16T02:29:07.599620+0000 mgr.smithi118.ueiebd (mgr.14180) 788 : 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-11-16T02:29:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:10 smithi118 bash[24930]: cluster 2023-11-16T02:29:09.600903+0000 mgr.smithi118.ueiebd (mgr.14180) 789 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:10 smithi186 bash[28774]: cluster 2023-11-16T02:29:09.600903+0000 mgr.smithi118.ueiebd (mgr.14180) 789 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:11.749 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:11.749 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:12.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:12 smithi118 bash[24930]: cluster 2023-11-16T02:29:11.602123+0000 mgr.smithi118.ueiebd (mgr.14180) 790 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:12.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:12 smithi118 bash[24930]: audit 2023-11-16T02:29:11.738042+0000 mgr.smithi118.ueiebd (mgr.14180) 791 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:12 smithi186 bash[28774]: cluster 2023-11-16T02:29:11.602123+0000 mgr.smithi118.ueiebd (mgr.14180) 790 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:13.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:12 smithi186 bash[28774]: audit 2023-11-16T02:29:11.738042+0000 mgr.smithi118.ueiebd (mgr.14180) 791 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:13.566 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:15.039 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:14 smithi118 bash[24930]: cluster 2023-11-16T02:29:13.603486+0000 mgr.smithi118.ueiebd (mgr.14180) 792 : 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-11-16T02:29:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:14 smithi186 bash[28774]: cluster 2023-11-16T02:29:13.603486+0000 mgr.smithi118.ueiebd (mgr.14180) 792 : 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-11-16T02:29:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:15 smithi186 bash[28774]: cluster 2023-11-16T02:29:15.604217+0000 mgr.smithi118.ueiebd (mgr.14180) 793 : 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-11-16T02:29:16.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:15 smithi118 bash[24930]: cluster 2023-11-16T02:29:15.604217+0000 mgr.smithi118.ueiebd (mgr.14180) 793 : 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-11-16T02:29:16.841 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:16.841 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:17.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:18.649 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:19.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:18 smithi186 bash[28774]: audit 2023-11-16T02:29:16.831044+0000 mgr.smithi118.ueiebd (mgr.14180) 794 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:19.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:18 smithi186 bash[28774]: cluster 2023-11-16T02:29:17.605392+0000 mgr.smithi118.ueiebd (mgr.14180) 795 : 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-11-16T02:29:19.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:18 smithi118 bash[24930]: audit 2023-11-16T02:29:16.831044+0000 mgr.smithi118.ueiebd (mgr.14180) 794 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:19.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:18 smithi118 bash[24930]: cluster 2023-11-16T02:29:17.605392+0000 mgr.smithi118.ueiebd (mgr.14180) 795 : 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-11-16T02:29:21.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:20 smithi186 bash[28774]: cluster 2023-11-16T02:29:19.606096+0000 mgr.smithi118.ueiebd (mgr.14180) 796 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:20 smithi118 bash[24930]: cluster 2023-11-16T02:29:19.606096+0000 mgr.smithi118.ueiebd (mgr.14180) 796 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:22.142 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:22.142 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:22.937 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:22 smithi118 bash[24930]: cluster 2023-11-16T02:29:21.607091+0000 mgr.smithi118.ueiebd (mgr.14180) 797 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:22.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:22 smithi186 bash[28774]: cluster 2023-11-16T02:29:21.607091+0000 mgr.smithi118.ueiebd (mgr.14180) 797 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:23.941 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:23.953 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:23 smithi118 bash[24930]: audit 2023-11-16T02:29:22.131766+0000 mgr.smithi118.ueiebd (mgr.14180) 798 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:24.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:23 smithi186 bash[28774]: audit 2023-11-16T02:29:22.131766+0000 mgr.smithi118.ueiebd (mgr.14180) 798 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:24 smithi186 bash[28774]: cluster 2023-11-16T02:29:23.608322+0000 mgr.smithi118.ueiebd (mgr.14180) 799 : 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-11-16T02:29:25.059 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:24 smithi118 bash[24930]: cluster 2023-11-16T02:29:23.608322+0000 mgr.smithi118.ueiebd (mgr.14180) 799 : 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-11-16T02:29:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:25 smithi186 bash[28774]: cluster 2023-11-16T02:29:25.609113+0000 mgr.smithi118.ueiebd (mgr.14180) 800 : 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-11-16T02:29:26.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:25 smithi118 bash[24930]: cluster 2023-11-16T02:29:25.609113+0000 mgr.smithi118.ueiebd (mgr.14180) 800 : 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-11-16T02:29:27.443 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:27.443 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:28.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:29.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:28 smithi186 bash[28774]: audit 2023-11-16T02:29:27.436439+0000 mgr.smithi118.ueiebd (mgr.14180) 801 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:29.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:28 smithi186 bash[28774]: cluster 2023-11-16T02:29:27.610227+0000 mgr.smithi118.ueiebd (mgr.14180) 802 : 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-11-16T02:29:29.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:28 smithi118 bash[24930]: audit 2023-11-16T02:29:27.436439+0000 mgr.smithi118.ueiebd (mgr.14180) 801 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:29.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:28 smithi118 bash[24930]: cluster 2023-11-16T02:29:27.610227+0000 mgr.smithi118.ueiebd (mgr.14180) 802 : 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-11-16T02:29:29.308 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:30 smithi118 bash[24930]: cluster 2023-11-16T02:29:29.610959+0000 mgr.smithi118.ueiebd (mgr.14180) 803 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:30 smithi186 bash[28774]: cluster 2023-11-16T02:29:29.610959+0000 mgr.smithi118.ueiebd (mgr.14180) 803 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:32.784 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:32.785 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:32 smithi186 bash[28774]: cluster 2023-11-16T02:29:31.611970+0000 mgr.smithi118.ueiebd (mgr.14180) 804 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:33.054 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:32 smithi118 bash[24930]: cluster 2023-11-16T02:29:31.611970+0000 mgr.smithi118.ueiebd (mgr.14180) 804 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:33.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:33.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:33 smithi118 bash[24930]: audit 2023-11-16T02:29:32.773221+0000 mgr.smithi118.ueiebd (mgr.14180) 805 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:34.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:33 smithi186 bash[28774]: audit 2023-11-16T02:29:32.773221+0000 mgr.smithi118.ueiebd (mgr.14180) 805 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:34.605 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:34 smithi118 bash[24930]: cluster 2023-11-16T02:29:33.613177+0000 mgr.smithi118.ueiebd (mgr.14180) 806 : 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-11-16T02:29:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:34 smithi186 bash[28774]: cluster 2023-11-16T02:29:33.613177+0000 mgr.smithi118.ueiebd (mgr.14180) 806 : 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-11-16T02:29:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:35 smithi118 bash[24930]: cluster 2023-11-16T02:29:35.614382+0000 mgr.smithi118.ueiebd (mgr.14180) 807 : 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-11-16T02:29:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:35 smithi186 bash[28774]: cluster 2023-11-16T02:29:35.614382+0000 mgr.smithi118.ueiebd (mgr.14180) 807 : 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-11-16T02:29:38.137 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:38.137 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:38.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:39.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:38 smithi186 bash[28774]: cluster 2023-11-16T02:29:37.615367+0000 mgr.smithi118.ueiebd (mgr.14180) 808 : 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-11-16T02:29:39.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:38 smithi118 bash[24930]: cluster 2023-11-16T02:29:37.615367+0000 mgr.smithi118.ueiebd (mgr.14180) 808 : 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-11-16T02:29:39.904 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:40.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:39 smithi186 bash[28774]: audit 2023-11-16T02:29:38.124720+0000 mgr.smithi118.ueiebd (mgr.14180) 809 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:40.103 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:39 smithi118 bash[24930]: audit 2023-11-16T02:29:38.124720+0000 mgr.smithi118.ueiebd (mgr.14180) 809 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:40 smithi186 bash[28774]: cluster 2023-11-16T02:29:39.616832+0000 mgr.smithi118.ueiebd (mgr.14180) 810 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:41.046 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:40 smithi118 bash[24930]: cluster 2023-11-16T02:29:39.616832+0000 mgr.smithi118.ueiebd (mgr.14180) 810 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:43.032 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:42 smithi118 bash[24930]: cluster 2023-11-16T02:29:41.618045+0000 mgr.smithi118.ueiebd (mgr.14180) 811 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:42 smithi186 bash[28774]: cluster 2023-11-16T02:29:41.618045+0000 mgr.smithi118.ueiebd (mgr.14180) 811 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:43.484 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:43.485 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:44.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:45.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:44 smithi186 bash[28774]: audit 2023-11-16T02:29:43.473896+0000 mgr.smithi118.ueiebd (mgr.14180) 812 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:45.085 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:44 smithi186 bash[28774]: cluster 2023-11-16T02:29:43.619304+0000 mgr.smithi118.ueiebd (mgr.14180) 813 : 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-11-16T02:29:45.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:44 smithi118 bash[24930]: audit 2023-11-16T02:29:43.473896+0000 mgr.smithi118.ueiebd (mgr.14180) 812 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:45.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:44 smithi118 bash[24930]: cluster 2023-11-16T02:29:43.619304+0000 mgr.smithi118.ueiebd (mgr.14180) 813 : 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-11-16T02:29:45.297 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:45 smithi186 bash[28774]: cluster 2023-11-16T02:29:45.620487+0000 mgr.smithi118.ueiebd (mgr.14180) 814 : 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-11-16T02:29:46.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:45 smithi118 bash[24930]: cluster 2023-11-16T02:29:45.620487+0000 mgr.smithi118.ueiebd (mgr.14180) 814 : 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-11-16T02:29:48.717 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:48.717 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:48.984 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:48 smithi118 bash[24930]: cluster 2023-11-16T02:29:47.621645+0000 mgr.smithi118.ueiebd (mgr.14180) 815 : 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-11-16T02:29:49.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:48 smithi186 bash[28774]: cluster 2023-11-16T02:29:47.621645+0000 mgr.smithi118.ueiebd (mgr.14180) 815 : 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-11-16T02:29:49.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:49.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:49 smithi118 bash[24930]: audit 2023-11-16T02:29:48.706903+0000 mgr.smithi118.ueiebd (mgr.14180) 816 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:50.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:49 smithi186 bash[28774]: audit 2023-11-16T02:29:48.706903+0000 mgr.smithi118.ueiebd (mgr.14180) 816 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:50.545 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:50.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:50 smithi118 bash[24930]: cluster 2023-11-16T02:29:49.623036+0000 mgr.smithi118.ueiebd (mgr.14180) 817 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:50 smithi186 bash[28774]: cluster 2023-11-16T02:29:49.623036+0000 mgr.smithi118.ueiebd (mgr.14180) 817 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:29:53.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:52 smithi186 bash[28774]: cluster 2023-11-16T02:29:51.624067+0000 mgr.smithi118.ueiebd (mgr.14180) 818 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:53.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:52 smithi118 bash[24930]: cluster 2023-11-16T02:29:51.624067+0000 mgr.smithi118.ueiebd (mgr.14180) 818 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:54.090 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:54.090 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:29:54.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:55.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:54 smithi186 bash[28774]: cluster 2023-11-16T02:29:53.625307+0000 mgr.smithi118.ueiebd (mgr.14180) 819 : 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-11-16T02:29:55.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:54 smithi118 bash[24930]: cluster 2023-11-16T02:29:53.625307+0000 mgr.smithi118.ueiebd (mgr.14180) 819 : 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-11-16T02:29:55.921 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:55 smithi186 bash[28774]: audit 2023-11-16T02:29:54.078568+0000 mgr.smithi118.ueiebd (mgr.14180) 820 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:56.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:55 smithi186 bash[28774]: audit 2023-11-16T02:29:55.596496+0000 mon.smithi118 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:29:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:55 smithi118 bash[24930]: audit 2023-11-16T02:29:54.078568+0000 mgr.smithi118.ueiebd (mgr.14180) 820 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:55 smithi118 bash[24930]: audit 2023-11-16T02:29:55.596496+0000 mon.smithi118 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:29:57.012 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:56 smithi118 bash[24930]: cluster 2023-11-16T02:29:55.626388+0000 mgr.smithi118.ueiebd (mgr.14180) 821 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:57.013 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:56 smithi118 bash[24930]: audit 2023-11-16T02:29:55.903416+0000 mon.smithi118 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:29:57.013 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:56 smithi118 bash[24930]: audit 2023-11-16T02:29:55.904698+0000 mon.smithi118 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:29:57.013 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:56 smithi118 bash[24930]: audit 2023-11-16T02:29:55.911114+0000 mon.smithi118 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:57.013 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:56 smithi118 bash[24930]: audit 2023-11-16T02:29:55.918820+0000 mon.smithi118 (mon.0) 865 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:29:57.013 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:56 smithi118 bash[24930]: audit 2023-11-16T02:29:55.930260+0000 mon.smithi118 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:57.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:56 smithi186 bash[28774]: cluster 2023-11-16T02:29:55.626388+0000 mgr.smithi118.ueiebd (mgr.14180) 821 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:29:57.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:56 smithi186 bash[28774]: audit 2023-11-16T02:29:55.903416+0000 mon.smithi118 (mon.0) 862 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:29:57.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:56 smithi186 bash[28774]: audit 2023-11-16T02:29:55.904698+0000 mon.smithi118 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:29:57.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:56 smithi186 bash[28774]: audit 2023-11-16T02:29:55.911114+0000 mon.smithi118 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:57.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:56 smithi186 bash[28774]: audit 2023-11-16T02:29:55.918820+0000 mon.smithi118 (mon.0) 865 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:29:57.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:56 smithi186 bash[28774]: audit 2023-11-16T02:29:55.930260+0000 mon.smithi118 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:29:57.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:57 smithi118 bash[24930]: cluster 2023-11-16T02:29:55.911940+0000 mgr.smithi118.ueiebd (mgr.14180) 822 : cluster [DBG] pgmap v578: 97 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-11-16T02:29:57.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:57 smithi118 bash[24930]: cephadm 2023-11-16T02:29:55.933892+0000 mgr.smithi118.ueiebd (mgr.14180) 823 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.pkumuu on smithi186 2023-11-16T02:29:57.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:57 smithi118 bash[24930]: cluster 2023-11-16T02:29:56.908662+0000 mon.smithi118 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:29:57.991 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:57 smithi118 bash[24930]: cluster 2023-11-16T02:29:56.908724+0000 mon.smithi118 (mon.0) 868 : cluster [INF] Cluster is now healthy 2023-11-16T02:29:58.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:57 smithi186 bash[28774]: cluster 2023-11-16T02:29:55.911940+0000 mgr.smithi118.ueiebd (mgr.14180) 822 : cluster [DBG] pgmap v578: 97 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-11-16T02:29:58.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:57 smithi186 bash[28774]: cephadm 2023-11-16T02:29:55.933892+0000 mgr.smithi118.ueiebd (mgr.14180) 823 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.pkumuu on smithi186 2023-11-16T02:29:58.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:57 smithi186 bash[28774]: cluster 2023-11-16T02:29:56.908662+0000 mon.smithi118 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:29:58.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:57 smithi186 bash[28774]: cluster 2023-11-16T02:29:56.908724+0000 mon.smithi118 (mon.0) 868 : cluster [INF] Cluster is now healthy 2023-11-16T02:29:59.413 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:29:59.414 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:47.624047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.afboej on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:51.769759Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ytbqzq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ytbqzq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ytbqzq\nDeploy daemon haproxy.nfs.foo.smithi186.ytbqzq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.586149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.itfdmr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-itfdmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.itfdmr\nDeploy daemon haproxy.nfs.foo.smithi118.itfdmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:55.590154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.epdopv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:00.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:29:59 smithi186 bash[28774]: cluster 2023-11-16T02:29:57.912650+0000 mgr.smithi118.ueiebd (mgr.14180) 824 : cluster [DBG] pgmap v579: 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-11-16T02:30:00.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:29:59 smithi118 bash[24930]: cluster 2023-11-16T02:29:57.912650+0000 mgr.smithi118.ueiebd (mgr.14180) 824 : cluster [DBG] pgmap v579: 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-11-16T02:30:00.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: audit 2023-11-16T02:29:59.403440+0000 mgr.smithi118.ueiebd (mgr.14180) 825 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: cephadm 2023-11-16T02:29:59.810125+0000 mgr.smithi118.ueiebd (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.pkumuu ... 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.pkumuu ... 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: cephadm 2023-11-16T02:29:59.810659+0000 mgr.smithi118.ueiebd (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: audit 2023-11-16T02:29:59.811139+0000 mon.smithi118 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.pkumuu"}]: dispatch 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: cephadm 2023-11-16T02:29:59.812375+0000 mgr.smithi118.ueiebd (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.pkumuu ... 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: cephadm 2023-11-16T02:29:59.815321+0000 mgr.smithi118.ueiebd (mgr.14180) 829 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.kbagfb on smithi118 2023-11-16T02:30:01.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:00 smithi186 bash[28774]: cluster 2023-11-16T02:30:00.000146+0000 mon.smithi118 (mon.0) 870 : cluster [INF] overall HEALTH_OK 2023-11-16T02:30:01.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: audit 2023-11-16T02:29:59.403440+0000 mgr.smithi118.ueiebd (mgr.14180) 825 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: cephadm 2023-11-16T02:29:59.810125+0000 mgr.smithi118.ueiebd (mgr.14180) 826 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.pkumuu ... 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:01.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.pkumuu ... 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: cephadm 2023-11-16T02:29:59.810659+0000 mgr.smithi118.ueiebd (mgr.14180) 827 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: audit 2023-11-16T02:29:59.811139+0000 mon.smithi118 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.pkumuu"}]: dispatch 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: cephadm 2023-11-16T02:29:59.812375+0000 mgr.smithi118.ueiebd (mgr.14180) 828 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.pkumuu ... 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: cephadm 2023-11-16T02:29:59.815321+0000 mgr.smithi118.ueiebd (mgr.14180) 829 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.kbagfb on smithi118 2023-11-16T02:30:01.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:00 smithi118 bash[24930]: cluster 2023-11-16T02:30:00.000146+0000 mon.smithi118 (mon.0) 870 : cluster [INF] overall HEALTH_OK 2023-11-16T02:30:01.196 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:02.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:01 smithi186 bash[28774]: cluster 2023-11-16T02:29:59.913393+0000 mgr.smithi118.ueiebd (mgr.14180) 830 : cluster [DBG] pgmap v580: 97 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-11-16T02:30:02.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:01 smithi118 bash[24930]: cluster 2023-11-16T02:29:59.913393+0000 mgr.smithi118.ueiebd (mgr.14180) 830 : cluster [DBG] pgmap v580: 97 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-11-16T02:30:03.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:03 smithi118 bash[24930]: cluster 2023-11-16T02:30:01.914455+0000 mgr.smithi118.ueiebd (mgr.14180) 831 : cluster [DBG] pgmap v581: 97 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-11-16T02:30:04.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:03 smithi186 bash[28774]: cluster 2023-11-16T02:30:01.914455+0000 mgr.smithi118.ueiebd (mgr.14180) 831 : cluster [DBG] pgmap v581: 97 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-11-16T02:30:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:04 smithi186 bash[28774]: audit 2023-11-16T02:30:04.038118+0000 mon.smithi118 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.kbagfb"}]: dispatch 2023-11-16T02:30:05.117 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:05.117 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:05.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:04 smithi118 bash[24930]: audit 2023-11-16T02:30:04.038118+0000 mon.smithi118 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.kbagfb"}]: dispatch 2023-11-16T02:30:06.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cluster 2023-11-16T02:30:03.915445+0000 mgr.smithi118.ueiebd (mgr.14180) 832 : cluster [DBG] pgmap v582: 97 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-11-16T02:30:06.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cephadm 2023-11-16T02:30:04.037156+0000 mgr.smithi118.ueiebd (mgr.14180) 833 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kbagfb ... 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:06.018 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:06.019 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.020 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.020 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:06.020 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.020 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kbagfb ... 2023-11-16T02:30:06.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:06.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.022 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cephadm 2023-11-16T02:30:04.037496+0000 mgr.smithi118.ueiebd (mgr.14180) 834 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cephadm 2023-11-16T02:30:04.039549+0000 mgr.smithi118.ueiebd (mgr.14180) 835 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.kbagfb ... 2023-11-16T02:30:06.023 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cephadm 2023-11-16T02:30:04.041677+0000 mgr.smithi118.ueiebd (mgr.14180) 836 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cephadm 2023-11-16T02:30:04.043274+0000 mgr.smithi118.ueiebd (mgr.14180) 837 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cluster 2023-11-16T02:30:04.044120+0000 mgr.smithi118.ueiebd (mgr.14180) 838 : cluster [DBG] pgmap v583: 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-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: cluster 2023-11-16T02:30:04.727999+0000 mon.smithi118 (mon.0) 872 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:30:06.024 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:05 smithi118 bash[24930]: audit 2023-11-16T02:30:05.611373+0000 mon.smithi118 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cluster 2023-11-16T02:30:03.915445+0000 mgr.smithi118.ueiebd (mgr.14180) 832 : cluster [DBG] pgmap v582: 97 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-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cephadm 2023-11-16T02:30:04.037156+0000 mgr.smithi118.ueiebd (mgr.14180) 833 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kbagfb ... 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:06.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kbagfb ... 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:06.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cephadm 2023-11-16T02:30:04.037496+0000 mgr.smithi118.ueiebd (mgr.14180) 834 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cephadm 2023-11-16T02:30:04.039549+0000 mgr.smithi118.ueiebd (mgr.14180) 835 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.kbagfb ... 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:06.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:06.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:06.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cephadm 2023-11-16T02:30:04.041677+0000 mgr.smithi118.ueiebd (mgr.14180) 836 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:06.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cephadm 2023-11-16T02:30:04.043274+0000 mgr.smithi118.ueiebd (mgr.14180) 837 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:06.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cluster 2023-11-16T02:30:04.044120+0000 mgr.smithi118.ueiebd (mgr.14180) 838 : cluster [DBG] pgmap v583: 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-11-16T02:30:06.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: cluster 2023-11-16T02:30:04.727999+0000 mon.smithi118 (mon.0) 872 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:30:06.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:05 smithi186 bash[28774]: audit 2023-11-16T02:30:05.611373+0000 mon.smithi118 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:30:07.023 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:07.034 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:06 smithi118 bash[24930]: audit 2023-11-16T02:30:05.105080+0000 mgr.smithi118.ueiebd (mgr.14180) 839 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:07.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:06 smithi186 bash[28774]: audit 2023-11-16T02:30:05.105080+0000 mgr.smithi118.ueiebd (mgr.14180) 839 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:08.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:07 smithi186 bash[28774]: cluster 2023-11-16T02:30:06.045188+0000 mgr.smithi118.ueiebd (mgr.14180) 840 : cluster [DBG] pgmap v584: 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-11-16T02:30:08.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:07 smithi118 bash[24930]: cluster 2023-11-16T02:30:06.045188+0000 mgr.smithi118.ueiebd (mgr.14180) 840 : cluster [DBG] pgmap v584: 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-11-16T02:30:10.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:09 smithi186 bash[28774]: cluster 2023-11-16T02:30:08.046012+0000 mgr.smithi118.ueiebd (mgr.14180) 841 : cluster [DBG] pgmap v585: 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-11-16T02:30:10.069 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:09 smithi118 bash[24930]: cluster 2023-11-16T02:30:08.046012+0000 mgr.smithi118.ueiebd (mgr.14180) 841 : cluster [DBG] pgmap v585: 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-11-16T02:30:10.491 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:10.491 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:10 smithi118 bash[24930]: cluster 2023-11-16T02:30:10.046901+0000 mgr.smithi118.ueiebd (mgr.14180) 842 : cluster [DBG] pgmap v586: 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-11-16T02:30:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:10 smithi118 bash[24930]: audit 2023-11-16T02:30:10.484689+0000 mgr.smithi118.ueiebd (mgr.14180) 843 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:10 smithi186 bash[28774]: cluster 2023-11-16T02:30:10.046901+0000 mgr.smithi118.ueiebd (mgr.14180) 842 : cluster [DBG] pgmap v586: 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-11-16T02:30:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:10 smithi186 bash[28774]: audit 2023-11-16T02:30:10.484689+0000 mgr.smithi118.ueiebd (mgr.14180) 843 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:11.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:12.328 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:13.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:13 smithi118 bash[24930]: cluster 2023-11-16T02:30:12.048105+0000 mgr.smithi118.ueiebd (mgr.14180) 844 : cluster [DBG] pgmap v587: 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-11-16T02:30:13.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:13 smithi186 bash[28774]: cluster 2023-11-16T02:30:12.048105+0000 mgr.smithi118.ueiebd (mgr.14180) 844 : cluster [DBG] pgmap v587: 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-11-16T02:30:15.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:15 smithi118 bash[24930]: cluster 2023-11-16T02:30:14.048863+0000 mgr.smithi118.ueiebd (mgr.14180) 845 : cluster [DBG] pgmap v588: 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-11-16T02:30:15.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:15 smithi186 bash[28774]: cluster 2023-11-16T02:30:14.048863+0000 mgr.smithi118.ueiebd (mgr.14180) 845 : cluster [DBG] pgmap v588: 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-11-16T02:30:15.923 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:15.923 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:16.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:17.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:17 smithi118 bash[24930]: audit 2023-11-16T02:30:15.913114+0000 mgr.smithi118.ueiebd (mgr.14180) 846 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:17.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:17 smithi118 bash[24930]: cluster 2023-11-16T02:30:16.049603+0000 mgr.smithi118.ueiebd (mgr.14180) 847 : 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-11-16T02:30:17.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:17 smithi186 bash[28774]: audit 2023-11-16T02:30:15.913114+0000 mgr.smithi118.ueiebd (mgr.14180) 846 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:17.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:17 smithi186 bash[28774]: cluster 2023-11-16T02:30:16.049603+0000 mgr.smithi118.ueiebd (mgr.14180) 847 : 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-11-16T02:30:17.730 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:19.338 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:19 smithi118 bash[24930]: cluster 2023-11-16T02:30:18.050260+0000 mgr.smithi118.ueiebd (mgr.14180) 848 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:19.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:19 smithi186 bash[28774]: cluster 2023-11-16T02:30:18.050260+0000 mgr.smithi118.ueiebd (mgr.14180) 848 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:20 smithi186 bash[28774]: cluster 2023-11-16T02:30:20.051070+0000 mgr.smithi118.ueiebd (mgr.14180) 849 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:21.340 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:21.340 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:21.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:20 smithi118 bash[24930]: cluster 2023-11-16T02:30:20.051070+0000 mgr.smithi118.ueiebd (mgr.14180) 849 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:22.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:22.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:21 smithi186 bash[28774]: audit 2023-11-16T02:30:21.329510+0000 mgr.smithi118.ueiebd (mgr.14180) 850 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:22.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:21 smithi118 bash[24930]: audit 2023-11-16T02:30:21.329510+0000 mgr.smithi118.ueiebd (mgr.14180) 850 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:23.148 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:23.162 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:22 smithi118 bash[24930]: cluster 2023-11-16T02:30:22.052224+0000 mgr.smithi118.ueiebd (mgr.14180) 851 : 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-11-16T02:30:23.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:22 smithi186 bash[28774]: cluster 2023-11-16T02:30:22.052224+0000 mgr.smithi118.ueiebd (mgr.14180) 851 : 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-11-16T02:30:25.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:25 smithi118 bash[24930]: cluster 2023-11-16T02:30:24.053478+0000 mgr.smithi118.ueiebd (mgr.14180) 852 : 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-11-16T02:30:25.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:25 smithi186 bash[28774]: cluster 2023-11-16T02:30:24.053478+0000 mgr.smithi118.ueiebd (mgr.14180) 852 : 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-11-16T02:30:26.608 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:26.608 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:27 smithi118 bash[24930]: cluster 2023-11-16T02:30:26.054609+0000 mgr.smithi118.ueiebd (mgr.14180) 853 : 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-11-16T02:30:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:27 smithi118 bash[24930]: audit 2023-11-16T02:30:26.602266+0000 mgr.smithi118.ueiebd (mgr.14180) 854 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:27.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:27.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:27 smithi186 bash[28774]: cluster 2023-11-16T02:30:26.054609+0000 mgr.smithi118.ueiebd (mgr.14180) 853 : 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-11-16T02:30:27.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:27 smithi186 bash[28774]: audit 2023-11-16T02:30:26.602266+0000 mgr.smithi118.ueiebd (mgr.14180) 854 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:28.458 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:29.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:29 smithi186 bash[28774]: cluster 2023-11-16T02:30:28.055773+0000 mgr.smithi118.ueiebd (mgr.14180) 855 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:29.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:29 smithi118 bash[24930]: cluster 2023-11-16T02:30:28.055773+0000 mgr.smithi118.ueiebd (mgr.14180) 855 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:31.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:30 smithi186 bash[28774]: cluster 2023-11-16T02:30:30.056889+0000 mgr.smithi118.ueiebd (mgr.14180) 856 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:31.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:30 smithi118 bash[24930]: cluster 2023-11-16T02:30:30.056889+0000 mgr.smithi118.ueiebd (mgr.14180) 856 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:31.931 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:31.932 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:32.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:33.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:33 smithi118 bash[24930]: audit 2023-11-16T02:30:31.921546+0000 mgr.smithi118.ueiebd (mgr.14180) 857 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:33.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:33 smithi118 bash[24930]: cluster 2023-11-16T02:30:32.058167+0000 mgr.smithi118.ueiebd (mgr.14180) 858 : 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-11-16T02:30:33.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:33 smithi186 bash[28774]: audit 2023-11-16T02:30:31.921546+0000 mgr.smithi118.ueiebd (mgr.14180) 857 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:33.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:33 smithi186 bash[28774]: cluster 2023-11-16T02:30:32.058167+0000 mgr.smithi118.ueiebd (mgr.14180) 858 : 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-11-16T02:30:33.815 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:35.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:35 smithi118 bash[24930]: cluster 2023-11-16T02:30:34.059076+0000 mgr.smithi118.ueiebd (mgr.14180) 859 : 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-11-16T02:30:35.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:35 smithi186 bash[28774]: cluster 2023-11-16T02:30:34.059076+0000 mgr.smithi118.ueiebd (mgr.14180) 859 : 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-11-16T02:30:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:37 smithi118 bash[24930]: cluster 2023-11-16T02:30:36.060111+0000 mgr.smithi118.ueiebd (mgr.14180) 860 : 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-11-16T02:30:37.439 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:37.440 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:37.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:37 smithi186 bash[28774]: cluster 2023-11-16T02:30:36.060111+0000 mgr.smithi118.ueiebd (mgr.14180) 860 : 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-11-16T02:30:38.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:38.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:38 smithi186 bash[28774]: audit 2023-11-16T02:30:37.426935+0000 mgr.smithi118.ueiebd (mgr.14180) 861 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:38 smithi118 bash[24930]: audit 2023-11-16T02:30:37.426935+0000 mgr.smithi118.ueiebd (mgr.14180) 861 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:39.329 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:39.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:39 smithi118 bash[24930]: cluster 2023-11-16T02:30:38.061357+0000 mgr.smithi118.ueiebd (mgr.14180) 862 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:39.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:39 smithi186 bash[28774]: cluster 2023-11-16T02:30:38.061357+0000 mgr.smithi118.ueiebd (mgr.14180) 862 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:40 smithi186 bash[28774]: cluster 2023-11-16T02:30:40.062586+0000 mgr.smithi118.ueiebd (mgr.14180) 863 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:41.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:40 smithi118 bash[24930]: cluster 2023-11-16T02:30:40.062586+0000 mgr.smithi118.ueiebd (mgr.14180) 863 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:42.939 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:42.939 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:43.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:43 smithi118 bash[24930]: cluster 2023-11-16T02:30:42.063820+0000 mgr.smithi118.ueiebd (mgr.14180) 864 : 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-11-16T02:30:43.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:43 smithi186 bash[28774]: cluster 2023-11-16T02:30:42.063820+0000 mgr.smithi118.ueiebd (mgr.14180) 864 : 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-11-16T02:30:43.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:44.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:44 smithi186 bash[28774]: audit 2023-11-16T02:30:42.929277+0000 mgr.smithi118.ueiebd (mgr.14180) 865 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:44.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:44 smithi118 bash[24930]: audit 2023-11-16T02:30:42.929277+0000 mgr.smithi118.ueiebd (mgr.14180) 865 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:44.776 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:45 smithi186 bash[28774]: cluster 2023-11-16T02:30:44.065189+0000 mgr.smithi118.ueiebd (mgr.14180) 866 : 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-11-16T02:30:45.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:45 smithi118 bash[24930]: cluster 2023-11-16T02:30:44.065189+0000 mgr.smithi118.ueiebd (mgr.14180) 866 : 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-11-16T02:30:47.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:47 smithi118 bash[24930]: cluster 2023-11-16T02:30:46.066045+0000 mgr.smithi118.ueiebd (mgr.14180) 867 : 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-11-16T02:30:47.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:47 smithi186 bash[28774]: cluster 2023-11-16T02:30:46.066045+0000 mgr.smithi118.ueiebd (mgr.14180) 867 : 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-11-16T02:30:48.420 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:48.420 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:49.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:49.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:49 smithi186 bash[28774]: cluster 2023-11-16T02:30:48.067500+0000 mgr.smithi118.ueiebd (mgr.14180) 868 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:49.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:49 smithi186 bash[28774]: audit 2023-11-16T02:30:48.413714+0000 mgr.smithi118.ueiebd (mgr.14180) 869 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:49 smithi118 bash[24930]: cluster 2023-11-16T02:30:48.067500+0000 mgr.smithi118.ueiebd (mgr.14180) 868 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:49 smithi118 bash[24930]: audit 2023-11-16T02:30:48.413714+0000 mgr.smithi118.ueiebd (mgr.14180) 869 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:50.266 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:51.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:50 smithi186 bash[28774]: cluster 2023-11-16T02:30:50.068833+0000 mgr.smithi118.ueiebd (mgr.14180) 870 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:51.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:50 smithi118 bash[24930]: cluster 2023-11-16T02:30:50.068833+0000 mgr.smithi118.ueiebd (mgr.14180) 870 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:30:53.495 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:53 smithi118 bash[24930]: cluster 2023-11-16T02:30:52.070103+0000 mgr.smithi118.ueiebd (mgr.14180) 871 : 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-11-16T02:30:53.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:53 smithi186 bash[28774]: cluster 2023-11-16T02:30:52.070103+0000 mgr.smithi118.ueiebd (mgr.14180) 871 : 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-11-16T02:30:53.910 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:53.911 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:54.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:55.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:55 smithi186 bash[28774]: audit 2023-11-16T02:30:53.900442+0000 mgr.smithi118.ueiebd (mgr.14180) 872 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:55.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:55 smithi186 bash[28774]: cluster 2023-11-16T02:30:54.070991+0000 mgr.smithi118.ueiebd (mgr.14180) 873 : 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-11-16T02:30:55.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:55 smithi118 bash[24930]: audit 2023-11-16T02:30:53.900442+0000 mgr.smithi118.ueiebd (mgr.14180) 872 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:55.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:55 smithi118 bash[24930]: cluster 2023-11-16T02:30:54.070991+0000 mgr.smithi118.ueiebd (mgr.14180) 873 : 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-11-16T02:30:55.761 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:57.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:57 smithi118 bash[24930]: cluster 2023-11-16T02:30:56.071701+0000 mgr.smithi118.ueiebd (mgr.14180) 874 : 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-11-16T02:30:57.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:57 smithi186 bash[28774]: cluster 2023-11-16T02:30:56.071701+0000 mgr.smithi118.ueiebd (mgr.14180) 874 : 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-11-16T02:30:59.317 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:30:59.318 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:30:59.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:30:59 smithi186 bash[28774]: cluster 2023-11-16T02:30:58.072712+0000 mgr.smithi118.ueiebd (mgr.14180) 875 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:30:59.548 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:30:59 smithi118 bash[24930]: cluster 2023-11-16T02:30:58.072712+0000 mgr.smithi118.ueiebd (mgr.14180) 875 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:00.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:00.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:00 smithi186 bash[28774]: audit 2023-11-16T02:30:59.306681+0000 mgr.smithi118.ueiebd (mgr.14180) 876 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:00.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:00 smithi118 bash[24930]: audit 2023-11-16T02:30:59.306681+0000 mgr.smithi118.ueiebd (mgr.14180) 876 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:01.127 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:01.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:01 smithi186 bash[28774]: cluster 2023-11-16T02:31:00.073797+0000 mgr.smithi118.ueiebd (mgr.14180) 877 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:01.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:01 smithi118 bash[24930]: cluster 2023-11-16T02:31:00.073797+0000 mgr.smithi118.ueiebd (mgr.14180) 877 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:03.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:03 smithi186 bash[28774]: cluster 2023-11-16T02:31:02.075087+0000 mgr.smithi118.ueiebd (mgr.14180) 878 : 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-11-16T02:31:03.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:03 smithi118 bash[24930]: cluster 2023-11-16T02:31:02.075087+0000 mgr.smithi118.ueiebd (mgr.14180) 878 : 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-11-16T02:31:04.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:04 smithi186 bash[28774]: audit 2023-11-16T02:31:04.047310+0000 mon.smithi118 (mon.0) 874 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:31:04.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:04 smithi118 bash[24930]: audit 2023-11-16T02:31:04.047310+0000 mon.smithi118 (mon.0) 874 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:31:04.737 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:04.737 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:55.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.jzbebm on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:05.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: cluster 2023-11-16T02:31:04.076235+0000 mgr.smithi118.ueiebd (mgr.14180) 879 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:05.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: audit 2023-11-16T02:31:04.358208+0000 mon.smithi118 (mon.0) 875 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:31:05.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: audit 2023-11-16T02:31:04.359322+0000 mon.smithi118 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:31:05.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: audit 2023-11-16T02:31:04.366396+0000 mon.smithi118 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:05.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: cluster 2023-11-16T02:31:04.367172+0000 mgr.smithi118.ueiebd (mgr.14180) 880 : 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-11-16T02:31:05.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: audit 2023-11-16T02:31:04.375914+0000 mon.smithi118 (mon.0) 878 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:31:05.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: audit 2023-11-16T02:31:04.389213+0000 mon.smithi118 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:05.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: cephadm 2023-11-16T02:31:04.393674+0000 mgr.smithi118.ueiebd (mgr.14180) 881 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.kxsctq on smithi186 2023-11-16T02:31:05.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:05 smithi118 bash[24930]: audit 2023-11-16T02:31:04.725315+0000 mgr.smithi118.ueiebd (mgr.14180) 882 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: cluster 2023-11-16T02:31:04.076235+0000 mgr.smithi118.ueiebd (mgr.14180) 879 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: audit 2023-11-16T02:31:04.358208+0000 mon.smithi118 (mon.0) 875 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: audit 2023-11-16T02:31:04.359322+0000 mon.smithi118 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: audit 2023-11-16T02:31:04.366396+0000 mon.smithi118 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: cluster 2023-11-16T02:31:04.367172+0000 mgr.smithi118.ueiebd (mgr.14180) 880 : 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-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: audit 2023-11-16T02:31:04.375914+0000 mon.smithi118 (mon.0) 878 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: audit 2023-11-16T02:31:04.389213+0000 mon.smithi118 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: cephadm 2023-11-16T02:31:04.393674+0000 mgr.smithi118.ueiebd (mgr.14180) 881 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.kxsctq on smithi186 2023-11-16T02:31:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:05 smithi186 bash[28774]: audit 2023-11-16T02:31:04.725315+0000 mgr.smithi118.ueiebd (mgr.14180) 882 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:05.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:06 smithi186 bash[28774]: cluster 2023-11-16T02:31:05.363609+0000 mon.smithi118 (mon.0) 880 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:31:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:06 smithi186 bash[28774]: cluster 2023-11-16T02:31:05.363688+0000 mon.smithi118 (mon.0) 881 : cluster [INF] Cluster is now healthy 2023-11-16T02:31:06.561 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:06.575 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:06 smithi118 bash[24930]: cluster 2023-11-16T02:31:05.363609+0000 mon.smithi118 (mon.0) 880 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:31:06.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:06 smithi118 bash[24930]: cluster 2023-11-16T02:31:05.363688+0000 mon.smithi118 (mon.0) 881 : cluster [INF] Cluster is now healthy 2023-11-16T02:31:07.773 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:07 smithi118 bash[24930]: cluster 2023-11-16T02:31:06.368065+0000 mgr.smithi118.ueiebd (mgr.14180) 883 : 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-11-16T02:31:07.774 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:07 smithi118 bash[24930]: audit 2023-11-16T02:31:06.499433+0000 mon.smithi118 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:07 smithi186 bash[28774]: cluster 2023-11-16T02:31:06.368065+0000 mgr.smithi118.ueiebd (mgr.14180) 883 : 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-11-16T02:31:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:07 smithi186 bash[28774]: audit 2023-11-16T02:31:06.499433+0000 mon.smithi118 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:08 smithi186 bash[28774]: audit 2023-11-16T02:31:08.286855+0000 mon.smithi118 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.kxsctq"}]: dispatch 2023-11-16T02:31:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:08 smithi118 bash[24930]: audit 2023-11-16T02:31:08.286855+0000 mon.smithi118 (mon.0) 883 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.kxsctq"}]: dispatch 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: cephadm 2023-11-16T02:31:08.285957+0000 mgr.smithi118.ueiebd (mgr.14180) 884 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.kxsctq ... 2023-11-16T02:31:09.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.kxsctq ... 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: cephadm 2023-11-16T02:31:08.286228+0000 mgr.smithi118.ueiebd (mgr.14180) 885 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: cephadm 2023-11-16T02:31:08.288091+0000 mgr.smithi118.ueiebd (mgr.14180) 886 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.kxsctq ... 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: cephadm 2023-11-16T02:31:08.290498+0000 mgr.smithi118.ueiebd (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.eiapyk on smithi118 2023-11-16T02:31:09.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:09 smithi186 bash[28774]: cluster 2023-11-16T02:31:08.369034+0000 mgr.smithi118.ueiebd (mgr.14180) 888 : 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-11-16T02:31:09.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: cephadm 2023-11-16T02:31:08.285957+0000 mgr.smithi118.ueiebd (mgr.14180) 884 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:09.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.kxsctq ... 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:31:09.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.kxsctq ... 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:09.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: cephadm 2023-11-16T02:31:08.286228+0000 mgr.smithi118.ueiebd (mgr.14180) 885 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: cephadm 2023-11-16T02:31:08.288091+0000 mgr.smithi118.ueiebd (mgr.14180) 886 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.kxsctq ... 2023-11-16T02:31:09.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:09.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:09.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:09.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:09.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: cephadm 2023-11-16T02:31:08.290498+0000 mgr.smithi118.ueiebd (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.eiapyk on smithi118 2023-11-16T02:31:09.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:09 smithi118 bash[24930]: cluster 2023-11-16T02:31:08.369034+0000 mgr.smithi118.ueiebd (mgr.14180) 888 : 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-11-16T02:31:10.080 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:10.080 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:59.812135Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.pkumuu on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-pkumuu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.pkumuu\nDeploy daemon haproxy.nfs.foo.smithi186.pkumuu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.039362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.kbagfb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-kbagfb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.kbagfb\nDeploy daemon haproxy.nfs.foo.smithi118.kbagfb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:04.041573Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.oudqqp on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:10.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:10 smithi186 bash[28774]: audit 2023-11-16T02:31:10.068371+0000 mgr.smithi118.ueiebd (mgr.14180) 889 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:10 smithi186 bash[28774]: cluster 2023-11-16T02:31:10.369922+0000 mgr.smithi118.ueiebd (mgr.14180) 890 : 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-11-16T02:31:11.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:10 smithi118 bash[24930]: audit 2023-11-16T02:31:10.068371+0000 mgr.smithi118.ueiebd (mgr.14180) 889 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:11.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:10 smithi118 bash[24930]: cluster 2023-11-16T02:31:10.369922+0000 mgr.smithi118.ueiebd (mgr.14180) 890 : 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-11-16T02:31:11.956 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:12.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:12 smithi118 bash[24930]: audit 2023-11-16T02:31:12.072716+0000 mon.smithi118 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.eiapyk"}]: dispatch 2023-11-16T02:31:12.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:12 smithi186 bash[28774]: audit 2023-11-16T02:31:12.072716+0000 mon.smithi118 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.eiapyk"}]: dispatch 2023-11-16T02:31:13.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cephadm 2023-11-16T02:31:12.072058+0000 mgr.smithi118.ueiebd (mgr.14180) 891 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:13.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.eiapyk ... 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:31:13.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.eiapyk ... 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:13.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cephadm 2023-11-16T02:31:12.072382+0000 mgr.smithi118.ueiebd (mgr.14180) 892 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cephadm 2023-11-16T02:31:12.073531+0000 mgr.smithi118.ueiebd (mgr.14180) 893 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.eiapyk ... 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cephadm 2023-11-16T02:31:12.078766+0000 mgr.smithi118.ueiebd (mgr.14180) 894 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cephadm 2023-11-16T02:31:12.080287+0000 mgr.smithi118.ueiebd (mgr.14180) 895 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cluster 2023-11-16T02:31:12.081281+0000 mgr.smithi118.ueiebd (mgr.14180) 896 : cluster [DBG] pgmap v618: 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-11-16T02:31:13.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:13 smithi118 bash[24930]: cluster 2023-11-16T02:31:12.132769+0000 mon.smithi118 (mon.0) 885 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:31:13.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cephadm 2023-11-16T02:31:12.072058+0000 mgr.smithi118.ueiebd (mgr.14180) 891 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:13.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:13.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.eiapyk ... 2023-11-16T02:31:13.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:13.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:13.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:31:13.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.eiapyk ... 2023-11-16T02:31:13.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:13.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:13.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:13.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cephadm 2023-11-16T02:31:12.072382+0000 mgr.smithi118.ueiebd (mgr.14180) 892 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cephadm 2023-11-16T02:31:12.073531+0000 mgr.smithi118.ueiebd (mgr.14180) 893 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:13.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk 2023-11-16T02:31:13.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:31:13.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.eiapyk ... 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:13.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cephadm 2023-11-16T02:31:12.078766+0000 mgr.smithi118.ueiebd (mgr.14180) 894 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:31:13.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cephadm 2023-11-16T02:31:12.080287+0000 mgr.smithi118.ueiebd (mgr.14180) 895 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:31:13.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cluster 2023-11-16T02:31:12.081281+0000 mgr.smithi118.ueiebd (mgr.14180) 896 : cluster [DBG] pgmap v618: 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-11-16T02:31:13.553 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:13 smithi186 bash[28774]: cluster 2023-11-16T02:31:12.132769+0000 mon.smithi118 (mon.0) 885 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:31:15.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:15 smithi118 bash[24930]: cluster 2023-11-16T02:31:14.082588+0000 mgr.smithi118.ueiebd (mgr.14180) 897 : cluster [DBG] pgmap v619: 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-11-16T02:31:15.415 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:15.415 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:15.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:15 smithi186 bash[28774]: cluster 2023-11-16T02:31:14.082588+0000 mgr.smithi118.ueiebd (mgr.14180) 897 : cluster [DBG] pgmap v619: 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-11-16T02:31:16.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:16 smithi186 bash[28774]: audit 2023-11-16T02:31:15.405372+0000 mgr.smithi118.ueiebd (mgr.14180) 898 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:16 smithi186 bash[28774]: audit 2023-11-16T02:31:15.656261+0000 mon.smithi118 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:17.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:16 smithi118 bash[24930]: audit 2023-11-16T02:31:15.405372+0000 mgr.smithi118.ueiebd (mgr.14180) 898 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:17.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:16 smithi118 bash[24930]: audit 2023-11-16T02:31:15.656261+0000 mon.smithi118 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:17.216 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:17.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:17 smithi118 bash[24930]: cluster 2023-11-16T02:31:16.083638+0000 mgr.smithi118.ueiebd (mgr.14180) 899 : cluster [DBG] pgmap v620: 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-11-16T02:31:18.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:17 smithi186 bash[28774]: cluster 2023-11-16T02:31:16.083638+0000 mgr.smithi118.ueiebd (mgr.14180) 899 : cluster [DBG] pgmap v620: 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-11-16T02:31:20.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:19 smithi186 bash[28774]: cluster 2023-11-16T02:31:18.084840+0000 mgr.smithi118.ueiebd (mgr.14180) 900 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-11-16T02:31:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:19 smithi118 bash[24930]: cluster 2023-11-16T02:31:18.084840+0000 mgr.smithi118.ueiebd (mgr.14180) 900 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-11-16T02:31:20.722 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:20.722 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:20 smithi118 bash[24930]: cluster 2023-11-16T02:31:20.086017+0000 mgr.smithi118.ueiebd (mgr.14180) 901 : cluster [DBG] pgmap v622: 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-11-16T02:31:21.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:20 smithi118 bash[24930]: audit 2023-11-16T02:31:20.710976+0000 mgr.smithi118.ueiebd (mgr.14180) 902 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:20 smithi186 bash[28774]: cluster 2023-11-16T02:31:20.086017+0000 mgr.smithi118.ueiebd (mgr.14180) 901 : cluster [DBG] pgmap v622: 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-11-16T02:31:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:20 smithi186 bash[28774]: audit 2023-11-16T02:31:20.710976+0000 mgr.smithi118.ueiebd (mgr.14180) 902 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:21.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:22.564 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:22.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:22 smithi186 bash[28774]: audit 2023-11-16T02:31:21.500143+0000 mon.smithi118 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:22 smithi118 bash[24930]: audit 2023-11-16T02:31:21.500143+0000 mon.smithi118 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:31:23.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:23 smithi186 bash[28774]: cluster 2023-11-16T02:31:22.087213+0000 mgr.smithi118.ueiebd (mgr.14180) 903 : cluster [DBG] pgmap v623: 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-11-16T02:31:23.841 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:23 smithi118 bash[24930]: cluster 2023-11-16T02:31:22.087213+0000 mgr.smithi118.ueiebd (mgr.14180) 903 : cluster [DBG] pgmap v623: 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-11-16T02:31:25.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:25 smithi186 bash[28774]: cluster 2023-11-16T02:31:24.087937+0000 mgr.smithi118.ueiebd (mgr.14180) 904 : 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-11-16T02:31:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:25 smithi118 bash[24930]: cluster 2023-11-16T02:31:24.087937+0000 mgr.smithi118.ueiebd (mgr.14180) 904 : 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-11-16T02:31:25.926 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:25.927 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:26.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:27.794 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:34.709 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:27 smithi118 bash[24930]: audit 2023-11-16T02:31:25.914711+0000 mgr.smithi118.ueiebd (mgr.14180) 905 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:34.709 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:27 smithi118 bash[24930]: cluster 2023-11-16T02:31:26.089130+0000 mgr.smithi118.ueiebd (mgr.14180) 906 : 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-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:29 smithi118 bash[24930]: cluster 2023-11-16T02:31:28.090487+0000 mgr.smithi118.ueiebd (mgr.14180) 907 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:30 smithi118 bash[24930]: cluster 2023-11-16T02:31:30.091805+0000 mgr.smithi118.ueiebd (mgr.14180) 908 : 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-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:33 smithi118 bash[24930]: cluster 2023-11-16T02:31:32.093081+0000 mgr.smithi118.ueiebd (mgr.14180) 909 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:27 smithi186 bash[28774]: audit 2023-11-16T02:31:25.914711+0000 mgr.smithi118.ueiebd (mgr.14180) 905 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:27 smithi186 bash[28774]: cluster 2023-11-16T02:31:26.089130+0000 mgr.smithi118.ueiebd (mgr.14180) 906 : 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-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:29 smithi186 bash[28774]: cluster 2023-11-16T02:31:28.090487+0000 mgr.smithi118.ueiebd (mgr.14180) 907 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:30 smithi186 bash[28774]: cluster 2023-11-16T02:31:30.091805+0000 mgr.smithi118.ueiebd (mgr.14180) 908 : 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-11-16T02:31:34.710 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:33 smithi186 bash[28774]: cluster 2023-11-16T02:31:32.093081+0000 mgr.smithi118.ueiebd (mgr.14180) 909 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:35.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:35 smithi118 bash[24930]: cluster 2023-11-16T02:31:34.094393+0000 mgr.smithi118.ueiebd (mgr.14180) 910 : 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-11-16T02:31:35.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:35 smithi186 bash[28774]: cluster 2023-11-16T02:31:34.094393+0000 mgr.smithi118.ueiebd (mgr.14180) 910 : 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-11-16T02:31:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:37 smithi118 bash[24930]: cluster 2023-11-16T02:31:36.095761+0000 mgr.smithi118.ueiebd (mgr.14180) 911 : 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-11-16T02:31:37.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:37 smithi186 bash[28774]: cluster 2023-11-16T02:31:36.095761+0000 mgr.smithi118.ueiebd (mgr.14180) 911 : 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-11-16T02:31:38.412 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:38.412 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:39.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:39.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:39 smithi186 bash[28774]: cluster 2023-11-16T02:31:38.097002+0000 mgr.smithi118.ueiebd (mgr.14180) 912 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:39.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:39 smithi186 bash[28774]: audit 2023-11-16T02:31:38.402854+0000 mgr.smithi118.ueiebd (mgr.14180) 913 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:39.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:39 smithi118 bash[24930]: cluster 2023-11-16T02:31:38.097002+0000 mgr.smithi118.ueiebd (mgr.14180) 912 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:39.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:39 smithi118 bash[24930]: audit 2023-11-16T02:31:38.402854+0000 mgr.smithi118.ueiebd (mgr.14180) 913 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:40.215 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:40 smithi186 bash[28774]: cluster 2023-11-16T02:31:40.098190+0000 mgr.smithi118.ueiebd (mgr.14180) 914 : 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-11-16T02:31:41.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:40 smithi118 bash[24930]: cluster 2023-11-16T02:31:40.098190+0000 mgr.smithi118.ueiebd (mgr.14180) 914 : 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-11-16T02:31:43.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:43 smithi186 bash[28774]: cluster 2023-11-16T02:31:42.099001+0000 mgr.smithi118.ueiebd (mgr.14180) 915 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:43.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:43 smithi118 bash[24930]: cluster 2023-11-16T02:31:42.099001+0000 mgr.smithi118.ueiebd (mgr.14180) 915 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:43.736 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:43.737 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:44.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:44 smithi118 bash[24930]: audit 2023-11-16T02:31:43.730054+0000 mgr.smithi118.ueiebd (mgr.14180) 916 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:44.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:44.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:44 smithi186 bash[28774]: audit 2023-11-16T02:31:43.730054+0000 mgr.smithi118.ueiebd (mgr.14180) 916 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:45.471 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:45 smithi118 bash[24930]: cluster 2023-11-16T02:31:44.100259+0000 mgr.smithi118.ueiebd (mgr.14180) 917 : 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-11-16T02:31:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:45 smithi186 bash[28774]: cluster 2023-11-16T02:31:44.100259+0000 mgr.smithi118.ueiebd (mgr.14180) 917 : 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-11-16T02:31:47.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:47 smithi118 bash[24930]: cluster 2023-11-16T02:31:46.101363+0000 mgr.smithi118.ueiebd (mgr.14180) 918 : 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-11-16T02:31:47.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:47 smithi186 bash[28774]: cluster 2023-11-16T02:31:46.101363+0000 mgr.smithi118.ueiebd (mgr.14180) 918 : 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-11-16T02:31:49.042 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:49.042 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:49.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:49 smithi118 bash[24930]: cluster 2023-11-16T02:31:48.102236+0000 mgr.smithi118.ueiebd (mgr.14180) 919 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:49.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:49 smithi186 bash[28774]: cluster 2023-11-16T02:31:48.102236+0000 mgr.smithi118.ueiebd (mgr.14180) 919 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:49.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:50.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:50 smithi186 bash[28774]: audit 2023-11-16T02:31:49.035388+0000 mgr.smithi118.ueiebd (mgr.14180) 920 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:50 smithi118 bash[24930]: audit 2023-11-16T02:31:49.035388+0000 mgr.smithi118.ueiebd (mgr.14180) 920 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:50.888 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:51.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:51 smithi186 bash[28774]: cluster 2023-11-16T02:31:50.103301+0000 mgr.smithi118.ueiebd (mgr.14180) 921 : 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-11-16T02:31:51.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:51 smithi118 bash[24930]: cluster 2023-11-16T02:31:50.103301+0000 mgr.smithi118.ueiebd (mgr.14180) 921 : 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-11-16T02:31:53.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:53 smithi118 bash[24930]: cluster 2023-11-16T02:31:52.104414+0000 mgr.smithi118.ueiebd (mgr.14180) 922 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:53.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:53 smithi186 bash[28774]: cluster 2023-11-16T02:31:52.104414+0000 mgr.smithi118.ueiebd (mgr.14180) 922 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:31:54.380 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:54.381 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:31:55.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:55.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:55 smithi186 bash[28774]: cluster 2023-11-16T02:31:54.105202+0000 mgr.smithi118.ueiebd (mgr.14180) 923 : 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-11-16T02:31:55.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:55 smithi186 bash[28774]: audit 2023-11-16T02:31:54.368885+0000 mgr.smithi118.ueiebd (mgr.14180) 924 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:55.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:55 smithi118 bash[24930]: cluster 2023-11-16T02:31:54.105202+0000 mgr.smithi118.ueiebd (mgr.14180) 923 : 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-11-16T02:31:55.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:55 smithi118 bash[24930]: audit 2023-11-16T02:31:54.368885+0000 mgr.smithi118.ueiebd (mgr.14180) 924 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:56.147 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:57.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:57 smithi118 bash[24930]: cluster 2023-11-16T02:31:56.106333+0000 mgr.smithi118.ueiebd (mgr.14180) 925 : 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-11-16T02:31:57.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:57 smithi186 bash[28774]: cluster 2023-11-16T02:31:56.106333+0000 mgr.smithi118.ueiebd (mgr.14180) 925 : 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-11-16T02:31:59.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:31:59 smithi186 bash[28774]: cluster 2023-11-16T02:31:58.107472+0000 mgr.smithi118.ueiebd (mgr.14180) 926 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:59.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:31:59 smithi118 bash[24930]: cluster 2023-11-16T02:31:58.107472+0000 mgr.smithi118.ueiebd (mgr.14180) 926 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:31:59.774 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:31:59.774 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:00.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:00 smithi118 bash[24930]: audit 2023-11-16T02:31:59.768123+0000 mgr.smithi118.ueiebd (mgr.14180) 927 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:00.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:00 smithi186 bash[28774]: audit 2023-11-16T02:31:59.768123+0000 mgr.smithi118.ueiebd (mgr.14180) 927 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:00.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:01.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:01 smithi186 bash[28774]: cluster 2023-11-16T02:32:00.108599+0000 mgr.smithi118.ueiebd (mgr.14180) 928 : 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-11-16T02:32:01.587 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:01.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:01 smithi118 bash[24930]: cluster 2023-11-16T02:32:00.108599+0000 mgr.smithi118.ueiebd (mgr.14180) 928 : 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-11-16T02:32:03.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:03 smithi118 bash[24930]: cluster 2023-11-16T02:32:02.109859+0000 mgr.smithi118.ueiebd (mgr.14180) 929 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:03.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:03 smithi186 bash[28774]: cluster 2023-11-16T02:32:02.109859+0000 mgr.smithi118.ueiebd (mgr.14180) 929 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:05.201 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:05.201 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:05.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:05 smithi186 bash[28774]: cluster 2023-11-16T02:32:04.111191+0000 mgr.smithi118.ueiebd (mgr.14180) 930 : 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-11-16T02:32:05.589 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:05 smithi118 bash[24930]: cluster 2023-11-16T02:32:04.111191+0000 mgr.smithi118.ueiebd (mgr.14180) 930 : 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-11-16T02:32:06.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:06.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:06 smithi118 bash[24930]: audit 2023-11-16T02:32:05.190520+0000 mgr.smithi118.ueiebd (mgr.14180) 931 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:06 smithi186 bash[28774]: audit 2023-11-16T02:32:05.190520+0000 mgr.smithi118.ueiebd (mgr.14180) 931 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:07.106 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:07.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:07 smithi118 bash[24930]: cluster 2023-11-16T02:32:06.112283+0000 mgr.smithi118.ueiebd (mgr.14180) 932 : 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-11-16T02:32:07.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:07 smithi186 bash[28774]: cluster 2023-11-16T02:32:06.112283+0000 mgr.smithi118.ueiebd (mgr.14180) 932 : 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-11-16T02:32:09.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:09 smithi186 bash[28774]: cluster 2023-11-16T02:32:08.113574+0000 mgr.smithi118.ueiebd (mgr.14180) 933 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:09.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:09 smithi118 bash[24930]: cluster 2023-11-16T02:32:08.113574+0000 mgr.smithi118.ueiebd (mgr.14180) 933 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:10.478 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:10.479 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:10 smithi118 bash[24930]: cluster 2023-11-16T02:32:10.114469+0000 mgr.smithi118.ueiebd (mgr.14180) 934 : 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-11-16T02:32:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:10 smithi118 bash[24930]: audit 2023-11-16T02:32:10.467949+0000 mgr.smithi118.ueiebd (mgr.14180) 935 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:10 smithi186 bash[28774]: cluster 2023-11-16T02:32:10.114469+0000 mgr.smithi118.ueiebd (mgr.14180) 934 : 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-11-16T02:32:11.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:10 smithi186 bash[28774]: audit 2023-11-16T02:32:10.467949+0000 mgr.smithi118.ueiebd (mgr.14180) 935 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:11.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:12.305 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:12.502 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:12 smithi118 bash[24930]: audit 2023-11-16T02:32:12.084038+0000 mon.smithi118 (mon.0) 888 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:32:12.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:12 smithi186 bash[28774]: audit 2023-11-16T02:32:12.084038+0000 mon.smithi118 (mon.0) 888 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:32:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:13 smithi118 bash[24930]: cluster 2023-11-16T02:32:12.115528+0000 mgr.smithi118.ueiebd (mgr.14180) 936 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:13.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:13 smithi118 bash[24930]: audit 2023-11-16T02:32:12.359042+0000 mon.smithi118 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:13 smithi186 bash[28774]: cluster 2023-11-16T02:32:12.115528+0000 mgr.smithi118.ueiebd (mgr.14180) 936 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:13.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:13 smithi186 bash[28774]: audit 2023-11-16T02:32:12.359042+0000 mon.smithi118 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:15.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:15 smithi118 bash[24930]: cluster 2023-11-16T02:32:14.116351+0000 mgr.smithi118.ueiebd (mgr.14180) 937 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:15.683 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:15.683 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:21:57.880664Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:21:56.036991Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:21:57.881072Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:21:56.039298Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:21:56.037379Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:21:56.037646Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:21:56.039549Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:21:56.037898Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:21:56.038157Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:21:57.881473Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:15.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:15 smithi186 bash[28774]: cluster 2023-11-16T02:32:14.116351+0000 mgr.smithi118.ueiebd (mgr.14180) 937 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:16.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:16.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:16 smithi186 bash[28774]: audit 2023-11-16T02:32:15.672564+0000 mgr.smithi118.ueiebd (mgr.14180) 938 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:16.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:16 smithi118 bash[24930]: audit 2023-11-16T02:32:15.672564+0000 mgr.smithi118.ueiebd (mgr.14180) 938 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:17.525 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:17.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:17 smithi118 bash[24930]: cluster 2023-11-16T02:32:16.117156+0000 mgr.smithi118.ueiebd (mgr.14180) 939 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:17 smithi186 bash[28774]: cluster 2023-11-16T02:32:16.117156+0000 mgr.smithi118.ueiebd (mgr.14180) 939 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:19.086 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:17.844351+0000 mon.smithi118 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.086 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:18.542743+0000 mon.smithi118 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:18.810918+0000 mon.smithi118 (mon.0) 892 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:32:19.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:18.811919+0000 mon.smithi118 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:32:19.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:18.819155+0000 mon.smithi118 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:18.825643+0000 mon.smithi118 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:32:19.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:18 smithi118 bash[24930]: audit 2023-11-16T02:32:18.838641+0000 mon.smithi118 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:17.844351+0000 mon.smithi118 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:18.542743+0000 mon.smithi118 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:18.810918+0000 mon.smithi118 (mon.0) 892 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:32:19.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:18.811919+0000 mon.smithi118 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:32:19.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:18.819155+0000 mon.smithi118 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:19.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:18.825643+0000 mon.smithi118 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:32:19.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:18 smithi186 bash[28774]: audit 2023-11-16T02:32:18.838641+0000 mon.smithi118 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:19 smithi118 bash[24930]: cluster 2023-11-16T02:32:18.118374+0000 mgr.smithi118.ueiebd (mgr.14180) 940 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:19 smithi118 bash[24930]: cluster 2023-11-16T02:32:18.820140+0000 mgr.smithi118.ueiebd (mgr.14180) 941 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:19 smithi118 bash[24930]: cluster 2023-11-16T02:32:18.842342+0000 mon.smithi118 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:32:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:19 smithi118 bash[24930]: cluster 2023-11-16T02:32:18.842369+0000 mon.smithi118 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-11-16T02:32:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:19 smithi118 bash[24930]: cephadm 2023-11-16T02:32:18.843783+0000 mgr.smithi118.ueiebd (mgr.14180) 942 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ciioah on smithi186 2023-11-16T02:32:20.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:19 smithi186 bash[28774]: cluster 2023-11-16T02:32:18.118374+0000 mgr.smithi118.ueiebd (mgr.14180) 940 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:20.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:19 smithi186 bash[28774]: cluster 2023-11-16T02:32:18.820140+0000 mgr.smithi118.ueiebd (mgr.14180) 941 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:20.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:19 smithi186 bash[28774]: cluster 2023-11-16T02:32:18.842342+0000 mon.smithi118 (mon.0) 897 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:32:20.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:19 smithi186 bash[28774]: cluster 2023-11-16T02:32:18.842369+0000 mon.smithi118 (mon.0) 898 : cluster [INF] Cluster is now healthy 2023-11-16T02:32:20.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:19 smithi186 bash[28774]: cephadm 2023-11-16T02:32:18.843783+0000 mgr.smithi118.ueiebd (mgr.14180) 942 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ciioah on smithi186 2023-11-16T02:32:21.017 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:21.018 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:04.043178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.lkrkbw on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:21.251 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:20 smithi118 bash[24930]: cluster 2023-11-16T02:32:20.820875+0000 mgr.smithi118.ueiebd (mgr.14180) 943 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:20 smithi186 bash[28774]: cluster 2023-11-16T02:32:20.820875+0000 mgr.smithi118.ueiebd (mgr.14180) 943 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:21.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:22.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:22 smithi186 bash[28774]: audit 2023-11-16T02:32:21.009464+0000 mgr.smithi118.ueiebd (mgr.14180) 944 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:22 smithi186 bash[28774]: audit 2023-11-16T02:32:21.501119+0000 mon.smithi118 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:22.836 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:22.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:22 smithi118 bash[24930]: audit 2023-11-16T02:32:21.009464+0000 mgr.smithi118.ueiebd (mgr.14180) 944 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:22.848 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:22 smithi118 bash[24930]: audit 2023-11-16T02:32:21.501119+0000 mon.smithi118 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: cephadm 2023-11-16T02:32:22.738913+0000 mgr.smithi118.ueiebd (mgr.14180) 945 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ciioah ... 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ciioah ... 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: cephadm 2023-11-16T02:32:22.739330+0000 mgr.smithi118.ueiebd (mgr.14180) 946 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: audit 2023-11-16T02:32:22.740057+0000 mon.smithi118 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ciioah"}]: dispatch 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: cephadm 2023-11-16T02:32:22.741738+0000 mgr.smithi118.ueiebd (mgr.14180) 947 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ciioah ... 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:23.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: cephadm 2023-11-16T02:32:22.746533+0000 mgr.smithi118.ueiebd (mgr.14180) 948 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ojgtjp on smithi118 2023-11-16T02:32:23.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:23 smithi186 bash[28774]: cluster 2023-11-16T02:32:22.821842+0000 mgr.smithi118.ueiebd (mgr.14180) 949 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: cephadm 2023-11-16T02:32:22.738913+0000 mgr.smithi118.ueiebd (mgr.14180) 945 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ciioah ... 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:23.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:23.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ciioah ... 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: cephadm 2023-11-16T02:32:22.739330+0000 mgr.smithi118.ueiebd (mgr.14180) 946 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: audit 2023-11-16T02:32:22.740057+0000 mon.smithi118 (mon.0) 900 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ciioah"}]: dispatch 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: cephadm 2023-11-16T02:32:22.741738+0000 mgr.smithi118.ueiebd (mgr.14180) 947 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:23.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ciioah ... 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: cephadm 2023-11-16T02:32:22.746533+0000 mgr.smithi118.ueiebd (mgr.14180) 948 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ojgtjp on smithi118 2023-11-16T02:32:23.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:23 smithi118 bash[24930]: cluster 2023-11-16T02:32:22.821842+0000 mgr.smithi118.ueiebd (mgr.14180) 949 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:25.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:24 smithi186 bash[28774]: cluster 2023-11-16T02:32:24.822771+0000 mgr.smithi118.ueiebd (mgr.14180) 950 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:25.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:24 smithi118 bash[24930]: cluster 2023-11-16T02:32:24.822771+0000 mgr.smithi118.ueiebd (mgr.14180) 950 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:26.144 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:26.144 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:08.287939Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.kxsctq on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-kxsctq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.kxsctq\nDeploy daemon haproxy.nfs.foo.smithi186.kxsctq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.073417Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.eiapyk on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-eiapyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.eiapyk\nDeploy daemon haproxy.nfs.foo.smithi118.eiapyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:12.078671Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.fkmlpw on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:27.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:27.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:26 smithi186 bash[28774]: audit 2023-11-16T02:32:26.130523+0000 mgr.smithi118.ueiebd (mgr.14180) 951 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:27.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:26 smithi186 bash[28774]: cluster 2023-11-16T02:32:26.823477+0000 mgr.smithi118.ueiebd (mgr.14180) 952 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:26 smithi118 bash[24930]: audit 2023-11-16T02:32:26.130523+0000 mgr.smithi118.ueiebd (mgr.14180) 951 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:26 smithi118 bash[24930]: cluster 2023-11-16T02:32:26.823477+0000 mgr.smithi118.ueiebd (mgr.14180) 952 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:32:28.105 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: cephadm 2023-11-16T02:32:27.093826+0000 mgr.smithi118.ueiebd (mgr.14180) 953 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ojgtjp ... 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ojgtjp ... 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: cephadm 2023-11-16T02:32:27.094128+0000 mgr.smithi118.ueiebd (mgr.14180) 954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: audit 2023-11-16T02:32:27.094689+0000 mon.smithi118 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ojgtjp"}]: dispatch 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: cephadm 2023-11-16T02:32:27.096142+0000 mgr.smithi118.ueiebd (mgr.14180) 955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ojgtjp ... 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: cephadm 2023-11-16T02:32:27.100004+0000 mgr.smithi118.ueiebd (mgr.14180) 956 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:28.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: cephadm 2023-11-16T02:32:27.103158+0000 mgr.smithi118.ueiebd (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:28.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:27 smithi186 bash[28774]: cluster 2023-11-16T02:32:27.103995+0000 mgr.smithi118.ueiebd (mgr.14180) 958 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:32:28.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: cephadm 2023-11-16T02:32:27.093826+0000 mgr.smithi118.ueiebd (mgr.14180) 953 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:28.302 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:28.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ojgtjp ... 2023-11-16T02:32:28.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.303 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:28.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:28.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ojgtjp ... 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: cephadm 2023-11-16T02:32:27.094128+0000 mgr.smithi118.ueiebd (mgr.14180) 954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: audit 2023-11-16T02:32:27.094689+0000 mon.smithi118 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ojgtjp"}]: dispatch 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: cephadm 2023-11-16T02:32:27.096142+0000 mgr.smithi118.ueiebd (mgr.14180) 955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:28.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ojgtjp ... 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: cephadm 2023-11-16T02:32:27.100004+0000 mgr.smithi118.ueiebd (mgr.14180) 956 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: cephadm 2023-11-16T02:32:27.103158+0000 mgr.smithi118.ueiebd (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:28.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:27 smithi118 bash[24930]: cluster 2023-11-16T02:32:27.103995+0000 mgr.smithi118.ueiebd (mgr.14180) 958 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:32:29.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:28 smithi186 bash[28774]: cluster 2023-11-16T02:32:27.910921+0000 mon.smithi118 (mon.0) 902 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:32:29.312 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:28 smithi118 bash[24930]: cluster 2023-11-16T02:32:27.910921+0000 mon.smithi118 (mon.0) 902 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:32:30.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:29 smithi118 bash[24930]: cluster 2023-11-16T02:32:29.105241+0000 mgr.smithi118.ueiebd (mgr.14180) 959 : cluster [DBG] pgmap v658: 97 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-11-16T02:32:30.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:29 smithi186 bash[28774]: cluster 2023-11-16T02:32:29.105241+0000 mgr.smithi118.ueiebd (mgr.14180) 959 : cluster [DBG] pgmap v658: 97 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-11-16T02:32:31.716 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:31.716 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:31.975 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:31 smithi118 bash[24930]: audit 2023-11-16T02:32:30.708109+0000 mon.smithi118 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:32.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:31 smithi186 bash[28774]: audit 2023-11-16T02:32:30.708109+0000 mon.smithi118 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:32.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:32 smithi118 bash[24930]: cluster 2023-11-16T02:32:31.106344+0000 mgr.smithi118.ueiebd (mgr.14180) 960 : cluster [DBG] pgmap v659: 97 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-11-16T02:32:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:32 smithi118 bash[24930]: audit 2023-11-16T02:32:31.704302+0000 mgr.smithi118.ueiebd (mgr.14180) 961 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:32 smithi186 bash[28774]: cluster 2023-11-16T02:32:31.106344+0000 mgr.smithi118.ueiebd (mgr.14180) 960 : cluster [DBG] pgmap v659: 97 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-11-16T02:32:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:32 smithi186 bash[28774]: audit 2023-11-16T02:32:31.704302+0000 mgr.smithi118.ueiebd (mgr.14180) 961 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:33.572 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:34 smithi186 bash[28774]: cluster 2023-11-16T02:32:33.107538+0000 mgr.smithi118.ueiebd (mgr.14180) 962 : cluster [DBG] pgmap v660: 97 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-11-16T02:32:35.117 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:34 smithi118 bash[24930]: cluster 2023-11-16T02:32:33.107538+0000 mgr.smithi118.ueiebd (mgr.14180) 962 : cluster [DBG] pgmap v660: 97 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-11-16T02:32:36.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:35 smithi118 bash[24930]: cluster 2023-11-16T02:32:35.108740+0000 mgr.smithi118.ueiebd (mgr.14180) 963 : cluster [DBG] pgmap v661: 97 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-11-16T02:32:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:35 smithi186 bash[28774]: cluster 2023-11-16T02:32:35.108740+0000 mgr.smithi118.ueiebd (mgr.14180) 963 : cluster [DBG] pgmap v661: 97 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-11-16T02:32:37.248 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:37.249 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:37.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:37 smithi186 bash[28774]: audit 2023-11-16T02:32:36.501067+0000 mon.smithi118 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:37.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:37 smithi118 bash[24930]: audit 2023-11-16T02:32:36.501067+0000 mon.smithi118 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:32:38.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:38.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:38 smithi186 bash[28774]: cluster 2023-11-16T02:32:37.109821+0000 mgr.smithi118.ueiebd (mgr.14180) 964 : cluster [DBG] pgmap v662: 97 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-11-16T02:32:38.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:38 smithi186 bash[28774]: audit 2023-11-16T02:32:37.234890+0000 mgr.smithi118.ueiebd (mgr.14180) 965 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:38 smithi118 bash[24930]: cluster 2023-11-16T02:32:37.109821+0000 mgr.smithi118.ueiebd (mgr.14180) 964 : cluster [DBG] pgmap v662: 97 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-11-16T02:32:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:38 smithi118 bash[24930]: audit 2023-11-16T02:32:37.234890+0000 mgr.smithi118.ueiebd (mgr.14180) 965 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:39.099 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:40.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:40 smithi118 bash[24930]: cluster 2023-11-16T02:32:39.111110+0000 mgr.smithi118.ueiebd (mgr.14180) 966 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:40.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:40 smithi186 bash[28774]: cluster 2023-11-16T02:32:39.111110+0000 mgr.smithi118.ueiebd (mgr.14180) 966 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:42.705 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:42.705 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:42.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:42 smithi186 bash[28774]: cluster 2023-11-16T02:32:41.112177+0000 mgr.smithi118.ueiebd (mgr.14180) 967 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:42 smithi118 bash[24930]: cluster 2023-11-16T02:32:41.112177+0000 mgr.smithi118.ueiebd (mgr.14180) 967 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:43.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:43.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:43 smithi186 bash[28774]: audit 2023-11-16T02:32:42.694195+0000 mgr.smithi118.ueiebd (mgr.14180) 968 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:43.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:43 smithi118 bash[24930]: audit 2023-11-16T02:32:42.694195+0000 mgr.smithi118.ueiebd (mgr.14180) 968 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:44.599 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:44.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:44 smithi186 bash[28774]: cluster 2023-11-16T02:32:43.113455+0000 mgr.smithi118.ueiebd (mgr.14180) 969 : 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-11-16T02:32:44.796 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:44 smithi118 bash[24930]: cluster 2023-11-16T02:32:43.113455+0000 mgr.smithi118.ueiebd (mgr.14180) 969 : 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-11-16T02:32:46.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:45 smithi118 bash[24930]: cluster 2023-11-16T02:32:45.114112+0000 mgr.smithi118.ueiebd (mgr.14180) 970 : 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-11-16T02:32:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:45 smithi186 bash[28774]: cluster 2023-11-16T02:32:45.114112+0000 mgr.smithi118.ueiebd (mgr.14180) 970 : 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-11-16T02:32:48.132 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:48.132 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:48.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:48 smithi186 bash[28774]: cluster 2023-11-16T02:32:47.115403+0000 mgr.smithi118.ueiebd (mgr.14180) 971 : 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-11-16T02:32:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:48 smithi118 bash[24930]: cluster 2023-11-16T02:32:47.115403+0000 mgr.smithi118.ueiebd (mgr.14180) 971 : 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-11-16T02:32:48.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:49.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:49 smithi186 bash[28774]: audit 2023-11-16T02:32:48.125302+0000 mgr.smithi118.ueiebd (mgr.14180) 972 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:49 smithi118 bash[24930]: audit 2023-11-16T02:32:48.125302+0000 mgr.smithi118.ueiebd (mgr.14180) 972 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:49.914 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:50.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:50 smithi186 bash[28774]: cluster 2023-11-16T02:32:49.116782+0000 mgr.smithi118.ueiebd (mgr.14180) 973 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:50 smithi118 bash[24930]: cluster 2023-11-16T02:32:49.116782+0000 mgr.smithi118.ueiebd (mgr.14180) 973 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:32:52.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:52 smithi118 bash[24930]: cluster 2023-11-16T02:32:51.117480+0000 mgr.smithi118.ueiebd (mgr.14180) 974 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:52.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:52 smithi186 bash[28774]: cluster 2023-11-16T02:32:51.117480+0000 mgr.smithi118.ueiebd (mgr.14180) 974 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:32:53.341 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:53.341 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:54.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:54.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:54 smithi186 bash[28774]: cluster 2023-11-16T02:32:53.118441+0000 mgr.smithi118.ueiebd (mgr.14180) 975 : 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-11-16T02:32:54.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:54 smithi186 bash[28774]: audit 2023-11-16T02:32:53.328884+0000 mgr.smithi118.ueiebd (mgr.14180) 976 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:54 smithi118 bash[24930]: cluster 2023-11-16T02:32:53.118441+0000 mgr.smithi118.ueiebd (mgr.14180) 975 : 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-11-16T02:32:54.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:54 smithi118 bash[24930]: audit 2023-11-16T02:32:53.328884+0000 mgr.smithi118.ueiebd (mgr.14180) 976 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:55.134 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:56.242 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:55 smithi118 bash[24930]: cluster 2023-11-16T02:32:55.119518+0000 mgr.smithi118.ueiebd (mgr.14180) 977 : 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-11-16T02:32:56.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:55 smithi186 bash[28774]: cluster 2023-11-16T02:32:55.119518+0000 mgr.smithi118.ueiebd (mgr.14180) 977 : 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-11-16T02:32:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:58 smithi186 bash[28774]: cluster 2023-11-16T02:32:57.120658+0000 mgr.smithi118.ueiebd (mgr.14180) 978 : 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-11-16T02:32:58.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:58 smithi118 bash[24930]: cluster 2023-11-16T02:32:57.120658+0000 mgr.smithi118.ueiebd (mgr.14180) 978 : 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-11-16T02:32:58.697 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:32:58.697 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:32:59.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:32:59 smithi118 bash[24930]: audit 2023-11-16T02:32:58.687039+0000 mgr.smithi118.ueiebd (mgr.14180) 979 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:59.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:59.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:32:59 smithi186 bash[28774]: audit 2023-11-16T02:32:58.687039+0000 mgr.smithi118.ueiebd (mgr.14180) 979 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:00.520 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:00.534 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:00 smithi118 bash[24930]: cluster 2023-11-16T02:32:59.121761+0000 mgr.smithi118.ueiebd (mgr.14180) 980 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:33:00.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:00 smithi186 bash[28774]: cluster 2023-11-16T02:32:59.121761+0000 mgr.smithi118.ueiebd (mgr.14180) 980 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:33:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:02 smithi186 bash[28774]: cluster 2023-11-16T02:33:01.122732+0000 mgr.smithi118.ueiebd (mgr.14180) 981 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:02.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:02 smithi118 bash[24930]: cluster 2023-11-16T02:33:01.122732+0000 mgr.smithi118.ueiebd (mgr.14180) 981 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:04.221 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:04.222 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:04.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:04 smithi186 bash[28774]: cluster 2023-11-16T02:33:03.123886+0000 mgr.smithi118.ueiebd (mgr.14180) 982 : 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-11-16T02:33:04.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:04 smithi118 bash[24930]: cluster 2023-11-16T02:33:03.123886+0000 mgr.smithi118.ueiebd (mgr.14180) 982 : 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-11-16T02:33:04.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:05.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:05 smithi118 bash[24930]: audit 2023-11-16T02:33:04.211692+0000 mgr.smithi118.ueiebd (mgr.14180) 983 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:05.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:05 smithi186 bash[28774]: audit 2023-11-16T02:33:04.211692+0000 mgr.smithi118.ueiebd (mgr.14180) 983 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:05.999 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:06.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:06 smithi118 bash[24930]: cluster 2023-11-16T02:33:05.125050+0000 mgr.smithi118.ueiebd (mgr.14180) 984 : 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-11-16T02:33:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:06 smithi186 bash[28774]: cluster 2023-11-16T02:33:05.125050+0000 mgr.smithi118.ueiebd (mgr.14180) 984 : 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-11-16T02:33:08.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:08 smithi186 bash[28774]: cluster 2023-11-16T02:33:07.126375+0000 mgr.smithi118.ueiebd (mgr.14180) 985 : 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-11-16T02:33:08.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:08 smithi118 bash[24930]: cluster 2023-11-16T02:33:07.126375+0000 mgr.smithi118.ueiebd (mgr.14180) 985 : 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-11-16T02:33:09.704 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:09.705 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:10.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:10 smithi118 bash[24930]: cluster 2023-11-16T02:33:09.127659+0000 mgr.smithi118.ueiebd (mgr.14180) 986 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:33:10.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:10 smithi118 bash[24930]: audit 2023-11-16T02:33:09.694540+0000 mgr.smithi118.ueiebd (mgr.14180) 987 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:10 smithi186 bash[28774]: cluster 2023-11-16T02:33:09.127659+0000 mgr.smithi118.ueiebd (mgr.14180) 986 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:33:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:10 smithi186 bash[28774]: audit 2023-11-16T02:33:09.694540+0000 mgr.smithi118.ueiebd (mgr.14180) 987 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:10.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:11.561 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:12.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:12 smithi186 bash[28774]: cluster 2023-11-16T02:33:11.128684+0000 mgr.smithi118.ueiebd (mgr.14180) 988 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:12 smithi118 bash[24930]: cluster 2023-11-16T02:33:11.128684+0000 mgr.smithi118.ueiebd (mgr.14180) 988 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:14.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:14 smithi186 bash[28774]: cluster 2023-11-16T02:33:13.129891+0000 mgr.smithi118.ueiebd (mgr.14180) 989 : 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-11-16T02:33:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:14 smithi118 bash[24930]: cluster 2023-11-16T02:33:13.129891+0000 mgr.smithi118.ueiebd (mgr.14180) 989 : 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-11-16T02:33:15.112 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:15.113 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:15.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:15 smithi186 bash[28774]: audit 2023-11-16T02:33:15.099812+0000 mgr.smithi118.ueiebd (mgr.14180) 990 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:15 smithi186 bash[28774]: cluster 2023-11-16T02:33:15.131180+0000 mgr.smithi118.ueiebd (mgr.14180) 991 : 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-11-16T02:33:16.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:15 smithi118 bash[24930]: audit 2023-11-16T02:33:15.099812+0000 mgr.smithi118.ueiebd (mgr.14180) 990 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:16.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:15 smithi118 bash[24930]: cluster 2023-11-16T02:33:15.131180+0000 mgr.smithi118.ueiebd (mgr.14180) 991 : 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-11-16T02:33:16.981 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:18.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:18 smithi186 bash[28774]: cluster 2023-11-16T02:33:17.132338+0000 mgr.smithi118.ueiebd (mgr.14180) 992 : 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-11-16T02:33:18.576 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:18 smithi118 bash[24930]: cluster 2023-11-16T02:33:17.132338+0000 mgr.smithi118.ueiebd (mgr.14180) 992 : 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-11-16T02:33:20.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:20 smithi118 bash[24930]: cluster 2023-11-16T02:33:19.133671+0000 mgr.smithi118.ueiebd (mgr.14180) 993 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:33:20.481 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:20.481 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:20.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:20 smithi186 bash[28774]: cluster 2023-11-16T02:33:19.133671+0000 mgr.smithi118.ueiebd (mgr.14180) 993 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:33:21.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:21.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:21 smithi186 bash[28774]: audit 2023-11-16T02:33:20.471805+0000 mgr.smithi118.ueiebd (mgr.14180) 994 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:21.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:21 smithi118 bash[24930]: audit 2023-11-16T02:33:20.471805+0000 mgr.smithi118.ueiebd (mgr.14180) 994 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:22.299 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:22.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:22 smithi186 bash[28774]: cluster 2023-11-16T02:33:21.134808+0000 mgr.smithi118.ueiebd (mgr.14180) 995 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:22.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:22 smithi118 bash[24930]: cluster 2023-11-16T02:33:21.134808+0000 mgr.smithi118.ueiebd (mgr.14180) 995 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:24.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:24 smithi186 bash[28774]: cluster 2023-11-16T02:33:23.136093+0000 mgr.smithi118.ueiebd (mgr.14180) 996 : 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-11-16T02:33:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:24 smithi118 bash[24930]: cluster 2023-11-16T02:33:23.136093+0000 mgr.smithi118.ueiebd (mgr.14180) 996 : 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-11-16T02:33:25.618 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:25.619 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:25 smithi186 bash[28774]: cluster 2023-11-16T02:33:25.137274+0000 mgr.smithi118.ueiebd (mgr.14180) 997 : 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-11-16T02:33:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:25 smithi186 bash[28774]: audit 2023-11-16T02:33:25.608611+0000 mgr.smithi118.ueiebd (mgr.14180) 998 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:26.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:25 smithi118 bash[24930]: cluster 2023-11-16T02:33:25.137274+0000 mgr.smithi118.ueiebd (mgr.14180) 997 : 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-11-16T02:33:26.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:25 smithi118 bash[24930]: audit 2023-11-16T02:33:25.608611+0000 mgr.smithi118.ueiebd (mgr.14180) 998 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:26.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:27.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:27 smithi118 bash[24930]: audit 2023-11-16T02:33:27.106998+0000 mon.smithi118 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:33:27.505 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:27.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:27 smithi186 bash[28774]: audit 2023-11-16T02:33:27.106998+0000 mon.smithi118 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:33:28.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: cluster 2023-11-16T02:33:27.138655+0000 mgr.smithi118.ueiebd (mgr.14180) 999 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:28.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: audit 2023-11-16T02:33:27.384666+0000 mon.smithi118 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:28.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: audit 2023-11-16T02:33:27.680940+0000 mon.smithi118 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:33:28.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: audit 2023-11-16T02:33:27.682332+0000 mon.smithi118 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:33:28.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: audit 2023-11-16T02:33:27.690501+0000 mon.smithi118 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:28.712 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: cluster 2023-11-16T02:33:27.691470+0000 mgr.smithi118.ueiebd (mgr.14180) 1000 : cluster [DBG] pgmap v688: 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-11-16T02:33:28.713 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: audit 2023-11-16T02:33:27.700418+0000 mon.smithi118 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:33:28.713 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: audit 2023-11-16T02:33:27.712974+0000 mon.smithi118 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:28.713 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:28 smithi118 bash[24930]: cephadm 2023-11-16T02:33:27.716031+0000 mgr.smithi118.ueiebd (mgr.14180) 1001 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.uezuca on smithi186 2023-11-16T02:33:28.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: cluster 2023-11-16T02:33:27.138655+0000 mgr.smithi118.ueiebd (mgr.14180) 999 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:33:28.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: audit 2023-11-16T02:33:27.384666+0000 mon.smithi118 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:28.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: audit 2023-11-16T02:33:27.680940+0000 mon.smithi118 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:33:28.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: audit 2023-11-16T02:33:27.682332+0000 mon.smithi118 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:33:28.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: audit 2023-11-16T02:33:27.690501+0000 mon.smithi118 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:28.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: cluster 2023-11-16T02:33:27.691470+0000 mgr.smithi118.ueiebd (mgr.14180) 1000 : cluster [DBG] pgmap v688: 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-11-16T02:33:28.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: audit 2023-11-16T02:33:27.700418+0000 mon.smithi118 (mon.0) 910 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:33:28.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: audit 2023-11-16T02:33:27.712974+0000 mon.smithi118 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:28.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:28 smithi186 bash[28774]: cephadm 2023-11-16T02:33:27.716031+0000 mgr.smithi118.ueiebd (mgr.14180) 1001 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.uezuca on smithi186 2023-11-16T02:33:29.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:29 smithi118 bash[24930]: cluster 2023-11-16T02:33:28.687005+0000 mon.smithi118 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:33:29.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:29 smithi118 bash[24930]: cluster 2023-11-16T02:33:28.687063+0000 mon.smithi118 (mon.0) 913 : cluster [INF] Cluster is now healthy 2023-11-16T02:33:29.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:29 smithi186 bash[28774]: cluster 2023-11-16T02:33:28.687005+0000 mon.smithi118 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:33:29.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:29 smithi186 bash[28774]: cluster 2023-11-16T02:33:28.687063+0000 mon.smithi118 (mon.0) 913 : cluster [INF] Cluster is now healthy 2023-11-16T02:33:30.764 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:30 smithi118 bash[24930]: cluster 2023-11-16T02:33:29.692341+0000 mgr.smithi118.ueiebd (mgr.14180) 1002 : cluster [DBG] pgmap v689: 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-11-16T02:33:30.812 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:30 smithi186 bash[28774]: cluster 2023-11-16T02:33:29.692341+0000 mgr.smithi118.ueiebd (mgr.14180) 1002 : cluster [DBG] pgmap v689: 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-11-16T02:33:31.226 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:31.227 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:12.080201Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.zqkeve on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:22.741504Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ciioah on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ciioah\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ciioah\nDeploy daemon haproxy.nfs.foo.smithi186.ciioah ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.095896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ojgtjp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ojgtjp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ojgtjp\nDeploy daemon haproxy.nfs.foo.smithi118.ojgtjp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:32:27.099770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.nobcjz on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:32.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: audit 2023-11-16T02:33:31.216783+0000 mgr.smithi118.ueiebd (mgr.14180) 1003 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: cluster 2023-11-16T02:33:31.693116+0000 mgr.smithi118.ueiebd (mgr.14180) 1004 : cluster [DBG] pgmap v690: 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-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: cephadm 2023-11-16T02:33:31.764606+0000 mgr.smithi118.ueiebd (mgr.14180) 1005 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.uezuca ... 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:33.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.uezuca ... 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:33.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: cephadm 2023-11-16T02:33:31.764997+0000 mgr.smithi118.ueiebd (mgr.14180) 1006 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: audit 2023-11-16T02:33:31.765554+0000 mon.smithi118 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.uezuca"}]: dispatch 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: cephadm 2023-11-16T02:33:31.766880+0000 mgr.smithi118.ueiebd (mgr.14180) 1007 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.uezuca ... 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:33.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:33.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:33.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:32 smithi186 bash[28774]: cephadm 2023-11-16T02:33:31.771390+0000 mgr.smithi118.ueiebd (mgr.14180) 1008 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.bxtucx on smithi118 2023-11-16T02:33:33.061 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: audit 2023-11-16T02:33:31.216783+0000 mgr.smithi118.ueiebd (mgr.14180) 1003 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: cluster 2023-11-16T02:33:31.693116+0000 mgr.smithi118.ueiebd (mgr.14180) 1004 : cluster [DBG] pgmap v690: 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-11-16T02:33:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: cephadm 2023-11-16T02:33:31.764606+0000 mgr.smithi118.ueiebd (mgr.14180) 1005 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.074 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.uezuca ... 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:33:33.075 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:33.076 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.uezuca ... 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: cephadm 2023-11-16T02:33:31.764997+0000 mgr.smithi118.ueiebd (mgr.14180) 1006 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: audit 2023-11-16T02:33:31.765554+0000 mon.smithi118 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.uezuca"}]: dispatch 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: cephadm 2023-11-16T02:33:31.766880+0000 mgr.smithi118.ueiebd (mgr.14180) 1007 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:33.077 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.uezuca ... 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:33.078 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:33.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:33.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:33.079 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:32 smithi118 bash[24930]: cephadm 2023-11-16T02:33:31.771390+0000 mgr.smithi118.ueiebd (mgr.14180) 1008 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.bxtucx on smithi118 2023-11-16T02:33:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:34 smithi118 bash[24930]: cluster 2023-11-16T02:33:33.694068+0000 mgr.smithi118.ueiebd (mgr.14180) 1009 : cluster [DBG] pgmap v691: 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-11-16T02:33:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:34 smithi186 bash[28774]: cluster 2023-11-16T02:33:33.694068+0000 mgr.smithi118.ueiebd (mgr.14180) 1009 : cluster [DBG] pgmap v691: 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-11-16T02:33:36.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cluster 2023-11-16T02:33:35.694949+0000 mgr.smithi118.ueiebd (mgr.14180) 1010 : cluster [DBG] pgmap v692: 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-11-16T02:33:36.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cephadm 2023-11-16T02:33:35.844472+0000 mgr.smithi118.ueiebd (mgr.14180) 1011 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.087 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.bxtucx ... 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:33:36.088 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.bxtucx ... 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.089 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cephadm 2023-11-16T02:33:35.845004+0000 mgr.smithi118.ueiebd (mgr.14180) 1012 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: audit 2023-11-16T02:33:35.845634+0000 mon.smithi118 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.bxtucx"}]: dispatch 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cephadm 2023-11-16T02:33:35.847094+0000 mgr.smithi118.ueiebd (mgr.14180) 1013 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:33:36.090 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.bxtucx ... 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cephadm 2023-11-16T02:33:35.850558+0000 mgr.smithi118.ueiebd (mgr.14180) 1014 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cephadm 2023-11-16T02:33:35.853345+0000 mgr.smithi118.ueiebd (mgr.14180) 1015 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:36.091 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:35 smithi118 bash[24930]: cluster 2023-11-16T02:33:35.854441+0000 mgr.smithi118.ueiebd (mgr.14180) 1016 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-11-16T02:33:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cluster 2023-11-16T02:33:35.694949+0000 mgr.smithi118.ueiebd (mgr.14180) 1010 : cluster [DBG] pgmap v692: 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-11-16T02:33:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cephadm 2023-11-16T02:33:35.844472+0000 mgr.smithi118.ueiebd (mgr.14180) 1011 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.bxtucx ... 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:36.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.bxtucx ... 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cephadm 2023-11-16T02:33:35.845004+0000 mgr.smithi118.ueiebd (mgr.14180) 1012 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: audit 2023-11-16T02:33:35.845634+0000 mon.smithi118 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.bxtucx"}]: dispatch 2023-11-16T02:33:36.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cephadm 2023-11-16T02:33:35.847094+0000 mgr.smithi118.ueiebd (mgr.14180) 1013 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.bxtucx ... 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:36.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:36.304 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:36.304 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cephadm 2023-11-16T02:33:35.850558+0000 mgr.smithi118.ueiebd (mgr.14180) 1014 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:36.304 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cephadm 2023-11-16T02:33:35.853345+0000 mgr.smithi118.ueiebd (mgr.14180) 1015 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:36.304 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:35 smithi186 bash[28774]: cluster 2023-11-16T02:33:35.854441+0000 mgr.smithi118.ueiebd (mgr.14180) 1016 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-11-16T02:33:36.534 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:36.535 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:37.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:36 smithi118 bash[24930]: cluster 2023-11-16T02:33:35.956854+0000 mon.smithi118 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:33:37.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:36 smithi118 bash[24930]: audit 2023-11-16T02:33:36.519833+0000 mgr.smithi118.ueiebd (mgr.14180) 1017 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:36 smithi186 bash[28774]: cluster 2023-11-16T02:33:35.956854+0000 mon.smithi118 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:33:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:36 smithi186 bash[28774]: audit 2023-11-16T02:33:36.519833+0000 mgr.smithi118.ueiebd (mgr.14180) 1017 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:37.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:38.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:37 smithi186 bash[28774]: cluster 2023-11-16T02:33:37.855552+0000 mgr.smithi118.ueiebd (mgr.14180) 1018 : cluster [DBG] pgmap v694: 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-11-16T02:33:38.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:37 smithi118 bash[24930]: cluster 2023-11-16T02:33:37.855552+0000 mgr.smithi118.ueiebd (mgr.14180) 1018 : cluster [DBG] pgmap v694: 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-11-16T02:33:38.459 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:39.965 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:39 smithi118 bash[24930]: cluster 2023-11-16T02:33:39.856382+0000 mgr.smithi118.ueiebd (mgr.14180) 1019 : cluster [DBG] pgmap v695: 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-11-16T02:33:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:39 smithi186 bash[28774]: cluster 2023-11-16T02:33:39.856382+0000 mgr.smithi118.ueiebd (mgr.14180) 1019 : cluster [DBG] pgmap v695: 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-11-16T02:33:42.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:41 smithi186 bash[28774]: audit 2023-11-16T02:33:40.754287+0000 mon.smithi118 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:42.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:41 smithi118 bash[24930]: audit 2023-11-16T02:33:40.754287+0000 mon.smithi118 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:33:42.152 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:42.152 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:42.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:42 smithi186 bash[28774]: cluster 2023-11-16T02:33:41.857438+0000 mgr.smithi118.ueiebd (mgr.14180) 1020 : cluster [DBG] pgmap v696: 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-11-16T02:33:43.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:42 smithi118 bash[24930]: cluster 2023-11-16T02:33:41.857438+0000 mgr.smithi118.ueiebd (mgr.14180) 1020 : cluster [DBG] pgmap v696: 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-11-16T02:33:43.996 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:44.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:43 smithi186 bash[28774]: audit 2023-11-16T02:33:42.146032+0000 mgr.smithi118.ueiebd (mgr.14180) 1021 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:44.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:43 smithi118 bash[24930]: audit 2023-11-16T02:33:42.146032+0000 mgr.smithi118.ueiebd (mgr.14180) 1021 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:45.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:44 smithi186 bash[28774]: cluster 2023-11-16T02:33:43.858864+0000 mgr.smithi118.ueiebd (mgr.14180) 1022 : cluster [DBG] pgmap v697: 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-11-16T02:33:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:44 smithi118 bash[24930]: cluster 2023-11-16T02:33:43.858864+0000 mgr.smithi118.ueiebd (mgr.14180) 1022 : cluster [DBG] pgmap v697: 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-11-16T02:33:46.275 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:45 smithi118 bash[24930]: cluster 2023-11-16T02:33:45.859857+0000 mgr.smithi118.ueiebd (mgr.14180) 1023 : cluster [DBG] pgmap v698: 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-11-16T02:33:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:45 smithi186 bash[28774]: cluster 2023-11-16T02:33:45.859857+0000 mgr.smithi118.ueiebd (mgr.14180) 1023 : cluster [DBG] pgmap v698: 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-11-16T02:33:47.768 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:47.768 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:48.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:47 smithi118 bash[24930]: audit 2023-11-16T02:33:47.758929+0000 mgr.smithi118.ueiebd (mgr.14180) 1024 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:47 smithi118 bash[24930]: cluster 2023-11-16T02:33:47.861100+0000 mgr.smithi118.ueiebd (mgr.14180) 1025 : 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-11-16T02:33:48.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:47 smithi186 bash[28774]: audit 2023-11-16T02:33:47.758929+0000 mgr.smithi118.ueiebd (mgr.14180) 1024 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:48.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:47 smithi186 bash[28774]: cluster 2023-11-16T02:33:47.861100+0000 mgr.smithi118.ueiebd (mgr.14180) 1025 : 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-11-16T02:33:48.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:49.524 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:50.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:49 smithi118 bash[24930]: cluster 2023-11-16T02:33:49.861832+0000 mgr.smithi118.ueiebd (mgr.14180) 1026 : 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-11-16T02:33:50.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:49 smithi186 bash[28774]: cluster 2023-11-16T02:33:49.861832+0000 mgr.smithi118.ueiebd (mgr.14180) 1026 : 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-11-16T02:33:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:51 smithi118 bash[24930]: cluster 2023-11-16T02:33:51.863016+0000 mgr.smithi118.ueiebd (mgr.14180) 1027 : 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-11-16T02:33:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:51 smithi186 bash[28774]: cluster 2023-11-16T02:33:51.863016+0000 mgr.smithi118.ueiebd (mgr.14180) 1027 : 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-11-16T02:33:53.068 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:53.068 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:53.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:53 smithi186 bash[28774]: audit 2023-11-16T02:33:53.057155+0000 mgr.smithi118.ueiebd (mgr.14180) 1028 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:53 smithi186 bash[28774]: cluster 2023-11-16T02:33:53.864510+0000 mgr.smithi118.ueiebd (mgr.14180) 1029 : 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-11-16T02:33:54.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:53 smithi118 bash[24930]: audit 2023-11-16T02:33:53.057155+0000 mgr.smithi118.ueiebd (mgr.14180) 1028 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:54.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:53 smithi118 bash[24930]: cluster 2023-11-16T02:33:53.864510+0000 mgr.smithi118.ueiebd (mgr.14180) 1029 : 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-11-16T02:33:54.881 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:56.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:55 smithi186 bash[28774]: cluster 2023-11-16T02:33:55.865635+0000 mgr.smithi118.ueiebd (mgr.14180) 1030 : 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-11-16T02:33:56.301 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:55 smithi118 bash[24930]: cluster 2023-11-16T02:33:55.865635+0000 mgr.smithi118.ueiebd (mgr.14180) 1030 : 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-11-16T02:33:58.220 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:57 smithi118 bash[24930]: cluster 2023-11-16T02:33:57.866847+0000 mgr.smithi118.ueiebd (mgr.14180) 1031 : 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-11-16T02:33:58.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:57 smithi186 bash[28774]: cluster 2023-11-16T02:33:57.866847+0000 mgr.smithi118.ueiebd (mgr.14180) 1031 : 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-11-16T02:33:58.580 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:33:58.580 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:33:59.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:58 smithi118 bash[24930]: audit 2023-11-16T02:33:58.566543+0000 mgr.smithi118.ueiebd (mgr.14180) 1032 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:59.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:58 smithi186 bash[28774]: audit 2023-11-16T02:33:58.566543+0000 mgr.smithi118.ueiebd (mgr.14180) 1032 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:59.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:00.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:33:59 smithi186 bash[28774]: cluster 2023-11-16T02:33:59.867998+0000 mgr.smithi118.ueiebd (mgr.14180) 1033 : 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-11-16T02:34:00.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:33:59 smithi118 bash[24930]: cluster 2023-11-16T02:33:59.867998+0000 mgr.smithi118.ueiebd (mgr.14180) 1033 : 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-11-16T02:34:00.424 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:02.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:01 smithi186 bash[28774]: cluster 2023-11-16T02:34:01.868952+0000 mgr.smithi118.ueiebd (mgr.14180) 1034 : 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-11-16T02:34:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:01 smithi118 bash[24930]: cluster 2023-11-16T02:34:01.868952+0000 mgr.smithi118.ueiebd (mgr.14180) 1034 : 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-11-16T02:34:03.896 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:03.896 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:04.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:03 smithi186 bash[28774]: cluster 2023-11-16T02:34:03.870218+0000 mgr.smithi118.ueiebd (mgr.14180) 1035 : 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-11-16T02:34:04.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:03 smithi118 bash[24930]: cluster 2023-11-16T02:34:03.870218+0000 mgr.smithi118.ueiebd (mgr.14180) 1035 : 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-11-16T02:34:04.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:05.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:04 smithi118 bash[24930]: audit 2023-11-16T02:34:03.884569+0000 mgr.smithi118.ueiebd (mgr.14180) 1036 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:05.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:04 smithi186 bash[28774]: audit 2023-11-16T02:34:03.884569+0000 mgr.smithi118.ueiebd (mgr.14180) 1036 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:05.769 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:06.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:05 smithi118 bash[24930]: cluster 2023-11-16T02:34:05.871287+0000 mgr.smithi118.ueiebd (mgr.14180) 1037 : 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-11-16T02:34:06.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:05 smithi186 bash[28774]: cluster 2023-11-16T02:34:05.871287+0000 mgr.smithi118.ueiebd (mgr.14180) 1037 : 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-11-16T02:34:08.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:07 smithi186 bash[28774]: cluster 2023-11-16T02:34:07.872164+0000 mgr.smithi118.ueiebd (mgr.14180) 1038 : 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-11-16T02:34:08.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:07 smithi118 bash[24930]: cluster 2023-11-16T02:34:07.872164+0000 mgr.smithi118.ueiebd (mgr.14180) 1038 : 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-11-16T02:34:09.332 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:09.332 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:10.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:10.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:09 smithi186 bash[28774]: audit 2023-11-16T02:34:09.320577+0000 mgr.smithi118.ueiebd (mgr.14180) 1039 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:10.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:09 smithi186 bash[28774]: cluster 2023-11-16T02:34:09.873279+0000 mgr.smithi118.ueiebd (mgr.14180) 1040 : 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-11-16T02:34:10.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:09 smithi118 bash[24930]: audit 2023-11-16T02:34:09.320577+0000 mgr.smithi118.ueiebd (mgr.14180) 1039 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:10.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:09 smithi118 bash[24930]: cluster 2023-11-16T02:34:09.873279+0000 mgr.smithi118.ueiebd (mgr.14180) 1040 : 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-11-16T02:34:11.124 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:12.273 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:11 smithi118 bash[24930]: cluster 2023-11-16T02:34:11.873945+0000 mgr.smithi118.ueiebd (mgr.14180) 1041 : 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-11-16T02:34:12.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:11 smithi186 bash[28774]: cluster 2023-11-16T02:34:11.873945+0000 mgr.smithi118.ueiebd (mgr.14180) 1041 : 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-11-16T02:34:14.207 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:13 smithi118 bash[24930]: cluster 2023-11-16T02:34:13.875635+0000 mgr.smithi118.ueiebd (mgr.14180) 1042 : 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-11-16T02:34:14.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:13 smithi186 bash[28774]: cluster 2023-11-16T02:34:13.875635+0000 mgr.smithi118.ueiebd (mgr.14180) 1042 : 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-11-16T02:34:14.648 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:14.649 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:15.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:14 smithi186 bash[28774]: audit 2023-11-16T02:34:14.642782+0000 mgr.smithi118.ueiebd (mgr.14180) 1043 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:15.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:14 smithi118 bash[24930]: audit 2023-11-16T02:34:14.642782+0000 mgr.smithi118.ueiebd (mgr.14180) 1043 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:15.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:15 smithi186 bash[28774]: cluster 2023-11-16T02:34:15.876624+0000 mgr.smithi118.ueiebd (mgr.14180) 1044 : 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-11-16T02:34:16.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:15 smithi118 bash[24930]: cluster 2023-11-16T02:34:15.876624+0000 mgr.smithi118.ueiebd (mgr.14180) 1044 : 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-11-16T02:34:16.466 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:18.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:17 smithi186 bash[28774]: cluster 2023-11-16T02:34:17.877683+0000 mgr.smithi118.ueiebd (mgr.14180) 1045 : 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-11-16T02:34:18.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:17 smithi118 bash[24930]: cluster 2023-11-16T02:34:17.877683+0000 mgr.smithi118.ueiebd (mgr.14180) 1045 : 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-11-16T02:34:20.007 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:20.008 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:20.275 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:19 smithi118 bash[24930]: cluster 2023-11-16T02:34:19.878816+0000 mgr.smithi118.ueiebd (mgr.14180) 1046 : 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-11-16T02:34:20.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:19 smithi186 bash[28774]: cluster 2023-11-16T02:34:19.878816+0000 mgr.smithi118.ueiebd (mgr.14180) 1046 : 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-11-16T02:34:20.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:20 smithi186 bash[28774]: audit 2023-11-16T02:34:19.994439+0000 mgr.smithi118.ueiebd (mgr.14180) 1047 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:21.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:20 smithi118 bash[24930]: audit 2023-11-16T02:34:19.994439+0000 mgr.smithi118.ueiebd (mgr.14180) 1047 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:21.878 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:23.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:22 smithi186 bash[28774]: cluster 2023-11-16T02:34:21.879797+0000 mgr.smithi118.ueiebd (mgr.14180) 1048 : 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-11-16T02:34:23.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:22 smithi118 bash[24930]: cluster 2023-11-16T02:34:21.879797+0000 mgr.smithi118.ueiebd (mgr.14180) 1048 : 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-11-16T02:34:25.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:24 smithi186 bash[28774]: cluster 2023-11-16T02:34:23.880687+0000 mgr.smithi118.ueiebd (mgr.14180) 1049 : 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-11-16T02:34:26.662 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:24 smithi118 bash[24930]: cluster 2023-11-16T02:34:23.880687+0000 mgr.smithi118.ueiebd (mgr.14180) 1049 : 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-11-16T02:34:26.727 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:25 smithi186 bash[28774]: audit 2023-11-16T02:34:25.506831+0000 mgr.smithi118.ueiebd (mgr.14180) 1050 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:26.727 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:26.727 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:26.728 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:25 smithi118 bash[24930]: audit 2023-11-16T02:34:25.506831+0000 mgr.smithi118.ueiebd (mgr.14180) 1050 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:26.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:27.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:26 smithi186 bash[28774]: cluster 2023-11-16T02:34:25.881322+0000 mgr.smithi118.ueiebd (mgr.14180) 1051 : 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-11-16T02:34:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:26 smithi118 bash[24930]: cluster 2023-11-16T02:34:25.881322+0000 mgr.smithi118.ueiebd (mgr.14180) 1051 : 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-11-16T02:34:27.730 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:29.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:29 smithi186 bash[28774]: cluster 2023-11-16T02:34:27.882189+0000 mgr.smithi118.ueiebd (mgr.14180) 1052 : 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-11-16T02:34:29.323 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:29 smithi118 bash[24930]: cluster 2023-11-16T02:34:27.882189+0000 mgr.smithi118.ueiebd (mgr.14180) 1052 : 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-11-16T02:34:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:31 smithi118 bash[24930]: cluster 2023-11-16T02:34:29.883340+0000 mgr.smithi118.ueiebd (mgr.14180) 1053 : 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-11-16T02:34:31.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:31 smithi186 bash[28774]: cluster 2023-11-16T02:34:29.883340+0000 mgr.smithi118.ueiebd (mgr.14180) 1053 : 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-11-16T02:34:31.296 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:31.297 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:32.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:32.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:32 smithi186 bash[28774]: audit 2023-11-16T02:34:31.285446+0000 mgr.smithi118.ueiebd (mgr.14180) 1054 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:32.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:32 smithi118 bash[24930]: audit 2023-11-16T02:34:31.285446+0000 mgr.smithi118.ueiebd (mgr.14180) 1054 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:33.122 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:33.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:33 smithi186 bash[28774]: cluster 2023-11-16T02:34:31.884379+0000 mgr.smithi118.ueiebd (mgr.14180) 1055 : 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-11-16T02:34:33.319 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:33 smithi118 bash[24930]: cluster 2023-11-16T02:34:31.884379+0000 mgr.smithi118.ueiebd (mgr.14180) 1055 : 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-11-16T02:34:35.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:35 smithi186 bash[28774]: cluster 2023-11-16T02:34:33.885737+0000 mgr.smithi118.ueiebd (mgr.14180) 1056 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:34:35.315 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:35 smithi118 bash[24930]: cluster 2023-11-16T02:34:33.885737+0000 mgr.smithi118.ueiebd (mgr.14180) 1056 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:34:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:36 smithi186 bash[28774]: audit 2023-11-16T02:34:35.858333+0000 mon.smithi118 (mon.0) 918 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:34:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:36 smithi118 bash[24930]: audit 2023-11-16T02:34:35.858333+0000 mon.smithi118 (mon.0) 918 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:34:36.629 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:36.630 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:32:27.103050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wkfrzh on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: cluster 2023-11-16T02:34:35.886622+0000 mgr.smithi118.ueiebd (mgr.14180) 1057 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: audit 2023-11-16T02:34:36.165839+0000 mon.smithi118 (mon.0) 919 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: audit 2023-11-16T02:34:36.166908+0000 mon.smithi118 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: audit 2023-11-16T02:34:36.173821+0000 mon.smithi118 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: cluster 2023-11-16T02:34:36.174669+0000 mgr.smithi118.ueiebd (mgr.14180) 1058 : 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-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: audit 2023-11-16T02:34:36.183318+0000 mon.smithi118 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:34:37.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: audit 2023-11-16T02:34:36.195142+0000 mon.smithi118 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:34:37.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: cephadm 2023-11-16T02:34:36.198605+0000 mgr.smithi118.ueiebd (mgr.14180) 1059 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.wzxyuc on smithi186 2023-11-16T02:34:37.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:37 smithi186 bash[28774]: audit 2023-11-16T02:34:36.619232+0000 mgr.smithi118.ueiebd (mgr.14180) 1060 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: cluster 2023-11-16T02:34:35.886622+0000 mgr.smithi118.ueiebd (mgr.14180) 1057 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:34:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: audit 2023-11-16T02:34:36.165839+0000 mon.smithi118 (mon.0) 919 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:34:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: audit 2023-11-16T02:34:36.166908+0000 mon.smithi118 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:34:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: audit 2023-11-16T02:34:36.173821+0000 mon.smithi118 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:34:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: cluster 2023-11-16T02:34:36.174669+0000 mgr.smithi118.ueiebd (mgr.14180) 1058 : 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-11-16T02:34:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: audit 2023-11-16T02:34:36.183318+0000 mon.smithi118 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:34:37.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: audit 2023-11-16T02:34:36.195142+0000 mon.smithi118 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:34:37.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: cephadm 2023-11-16T02:34:36.198605+0000 mgr.smithi118.ueiebd (mgr.14180) 1059 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.wzxyuc on smithi186 2023-11-16T02:34:37.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:37 smithi118 bash[24930]: audit 2023-11-16T02:34:36.619232+0000 mgr.smithi118.ueiebd (mgr.14180) 1060 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:37.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:38.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:38 smithi186 bash[28774]: cluster 2023-11-16T02:34:37.171067+0000 mon.smithi118 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:34:38.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:38 smithi186 bash[28774]: cluster 2023-11-16T02:34:37.171137+0000 mon.smithi118 (mon.0) 925 : cluster [INF] Cluster is now healthy 2023-11-16T02:34:38.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:38 smithi118 bash[24930]: cluster 2023-11-16T02:34:37.171067+0000 mon.smithi118 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:34:38.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:38 smithi118 bash[24930]: cluster 2023-11-16T02:34:37.171137+0000 mon.smithi118 (mon.0) 925 : cluster [INF] Cluster is now healthy 2023-11-16T02:34:38.412 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:39.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:39 smithi118 bash[24930]: cluster 2023-11-16T02:34:38.175551+0000 mgr.smithi118.ueiebd (mgr.14180) 1061 : 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-11-16T02:34:39.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:39 smithi186 bash[28774]: cluster 2023-11-16T02:34:38.175551+0000 mgr.smithi118.ueiebd (mgr.14180) 1061 : 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-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: cephadm 2023-11-16T02:34:40.046961+0000 mgr.smithi118.ueiebd (mgr.14180) 1062 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.wzxyuc ... 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:41.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.wzxyuc ... 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: cephadm 2023-11-16T02:34:40.047475+0000 mgr.smithi118.ueiebd (mgr.14180) 1063 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: audit 2023-11-16T02:34:40.048035+0000 mon.smithi118 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.wzxyuc"}]: dispatch 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: cephadm 2023-11-16T02:34:40.049451+0000 mgr.smithi118.ueiebd (mgr.14180) 1064 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.wzxyuc ... 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: cephadm 2023-11-16T02:34:40.052971+0000 mgr.smithi118.ueiebd (mgr.14180) 1065 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.vsilou on smithi118 2023-11-16T02:34:41.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:40 smithi118 bash[24930]: cluster 2023-11-16T02:34:40.176342+0000 mgr.smithi118.ueiebd (mgr.14180) 1066 : cluster [DBG] pgmap v726: 97 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-11-16T02:34:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: cephadm 2023-11-16T02:34:40.046961+0000 mgr.smithi118.ueiebd (mgr.14180) 1062 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.wzxyuc ... 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:41.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.wzxyuc ... 2023-11-16T02:34:41.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: cephadm 2023-11-16T02:34:40.047475+0000 mgr.smithi118.ueiebd (mgr.14180) 1063 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: audit 2023-11-16T02:34:40.048035+0000 mon.smithi118 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.wzxyuc"}]: dispatch 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: cephadm 2023-11-16T02:34:40.049451+0000 mgr.smithi118.ueiebd (mgr.14180) 1064 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:41.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.wzxyuc ... 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: cephadm 2023-11-16T02:34:40.052971+0000 mgr.smithi118.ueiebd (mgr.14180) 1065 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.vsilou on smithi118 2023-11-16T02:34:41.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:40 smithi186 bash[28774]: cluster 2023-11-16T02:34:40.176342+0000 mgr.smithi118.ueiebd (mgr.14180) 1066 : cluster [DBG] pgmap v726: 97 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-11-16T02:34:42.107 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:42.108 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:31.766729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.uezuca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-uezuca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.uezuca\nDeploy daemon haproxy.nfs.foo.smithi186.uezuca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.846862Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.bxtucx on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-bxtucx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.bxtucx\nDeploy daemon haproxy.nfs.foo.smithi118.bxtucx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:35.850380Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.naemov on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:43.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:43.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:43 smithi118 bash[24930]: audit 2023-11-16T02:34:42.094409+0000 mgr.smithi118.ueiebd (mgr.14180) 1067 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:43.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:43 smithi118 bash[24930]: cluster 2023-11-16T02:34:42.177317+0000 mgr.smithi118.ueiebd (mgr.14180) 1068 : cluster [DBG] pgmap v727: 97 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-11-16T02:34:43.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:43 smithi186 bash[28774]: audit 2023-11-16T02:34:42.094409+0000 mgr.smithi118.ueiebd (mgr.14180) 1067 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:43.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:43 smithi186 bash[28774]: cluster 2023-11-16T02:34:42.177317+0000 mgr.smithi118.ueiebd (mgr.14180) 1068 : cluster [DBG] pgmap v727: 97 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-11-16T02:34:44.012 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:44.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:44 smithi186 bash[28774]: audit 2023-11-16T02:34:43.944668+0000 mon.smithi118 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.vsilou"}]: dispatch 2023-11-16T02:34:44.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:44 smithi118 bash[24930]: audit 2023-11-16T02:34:43.944668+0000 mon.smithi118 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.vsilou"}]: dispatch 2023-11-16T02:34:45.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cephadm 2023-11-16T02:34:43.943590+0000 mgr.smithi118.ueiebd (mgr.14180) 1069 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:45.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:45.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.vsilou ... 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:34:45.523 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.vsilou ... 2023-11-16T02:34:45.524 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cephadm 2023-11-16T02:34:43.944072+0000 mgr.smithi118.ueiebd (mgr.14180) 1070 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cephadm 2023-11-16T02:34:43.946140+0000 mgr.smithi118.ueiebd (mgr.14180) 1071 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.vsilou ... 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cephadm 2023-11-16T02:34:43.950484+0000 mgr.smithi118.ueiebd (mgr.14180) 1072 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cephadm 2023-11-16T02:34:43.954468+0000 mgr.smithi118.ueiebd (mgr.14180) 1073 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cluster 2023-11-16T02:34:43.955872+0000 mgr.smithi118.ueiebd (mgr.14180) 1074 : cluster [DBG] pgmap v728: 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-11-16T02:34:45.526 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:45 smithi118 bash[24930]: cluster 2023-11-16T02:34:44.234647+0000 mon.smithi118 (mon.0) 928 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:34:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cephadm 2023-11-16T02:34:43.943590+0000 mgr.smithi118.ueiebd (mgr.14180) 1069 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.vsilou ... 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:34:45.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.vsilou ... 2023-11-16T02:34:45.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cephadm 2023-11-16T02:34:43.944072+0000 mgr.smithi118.ueiebd (mgr.14180) 1070 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cephadm 2023-11-16T02:34:43.946140+0000 mgr.smithi118.ueiebd (mgr.14180) 1071 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou 2023-11-16T02:34:45.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.vsilou ... 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cephadm 2023-11-16T02:34:43.950484+0000 mgr.smithi118.ueiebd (mgr.14180) 1072 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cephadm 2023-11-16T02:34:43.954468+0000 mgr.smithi118.ueiebd (mgr.14180) 1073 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:45.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cluster 2023-11-16T02:34:43.955872+0000 mgr.smithi118.ueiebd (mgr.14180) 1074 : cluster [DBG] pgmap v728: 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-11-16T02:34:45.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:45 smithi186 bash[28774]: cluster 2023-11-16T02:34:44.234647+0000 mon.smithi118 (mon.0) 928 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:34:47.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:46 smithi118 bash[24930]: audit 2023-11-16T02:34:45.799938+0000 mon.smithi118 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:34:47.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:46 smithi186 bash[28774]: audit 2023-11-16T02:34:45.799938+0000 mon.smithi118 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:34:47.675 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:47.676 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:47 smithi118 bash[24930]: cluster 2023-11-16T02:34:45.956903+0000 mgr.smithi118.ueiebd (mgr.14180) 1075 : cluster [DBG] pgmap v729: 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-11-16T02:34:48.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:47 smithi186 bash[28774]: cluster 2023-11-16T02:34:45.956903+0000 mgr.smithi118.ueiebd (mgr.14180) 1075 : cluster [DBG] pgmap v729: 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-11-16T02:34:48.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:49.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:48 smithi118 bash[24930]: audit 2023-11-16T02:34:47.664859+0000 mgr.smithi118.ueiebd (mgr.14180) 1076 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:49.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:48 smithi186 bash[28774]: audit 2023-11-16T02:34:47.664859+0000 mgr.smithi118.ueiebd (mgr.14180) 1076 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:49.545 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:50.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:49 smithi118 bash[24930]: cluster 2023-11-16T02:34:47.958058+0000 mgr.smithi118.ueiebd (mgr.14180) 1077 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-11-16T02:34:50.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:49 smithi186 bash[28774]: cluster 2023-11-16T02:34:47.958058+0000 mgr.smithi118.ueiebd (mgr.14180) 1077 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2023-11-16T02:34:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:51 smithi118 bash[24930]: cluster 2023-11-16T02:34:49.959244+0000 mgr.smithi118.ueiebd (mgr.14180) 1078 : cluster [DBG] pgmap v731: 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-11-16T02:34:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:51 smithi186 bash[28774]: cluster 2023-11-16T02:34:49.959244+0000 mgr.smithi118.ueiebd (mgr.14180) 1078 : cluster [DBG] pgmap v731: 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-11-16T02:34:53.168 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:53.169 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:53.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:54.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:53 smithi186 bash[28774]: cluster 2023-11-16T02:34:51.960472+0000 mgr.smithi118.ueiebd (mgr.14180) 1079 : cluster [DBG] pgmap v732: 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-11-16T02:34:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:53 smithi118 bash[24930]: cluster 2023-11-16T02:34:51.960472+0000 mgr.smithi118.ueiebd (mgr.14180) 1079 : cluster [DBG] pgmap v732: 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-11-16T02:34:54.973 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:55.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:54 smithi118 bash[24930]: audit 2023-11-16T02:34:53.157015+0000 mgr.smithi118.ueiebd (mgr.14180) 1080 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:55.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:54 smithi186 bash[28774]: audit 2023-11-16T02:34:53.157015+0000 mgr.smithi118.ueiebd (mgr.14180) 1080 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:56.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:55 smithi118 bash[24930]: cluster 2023-11-16T02:34:53.961753+0000 mgr.smithi118.ueiebd (mgr.14180) 1081 : cluster [DBG] pgmap v733: 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-11-16T02:34:56.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:55 smithi186 bash[28774]: cluster 2023-11-16T02:34:53.961753+0000 mgr.smithi118.ueiebd (mgr.14180) 1081 : cluster [DBG] pgmap v733: 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-11-16T02:34:58.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:57 smithi118 bash[24930]: cluster 2023-11-16T02:34:55.962854+0000 mgr.smithi118.ueiebd (mgr.14180) 1082 : 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-11-16T02:34:58.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:57 smithi186 bash[28774]: cluster 2023-11-16T02:34:55.962854+0000 mgr.smithi118.ueiebd (mgr.14180) 1082 : 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-11-16T02:34:58.568 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:34:58.568 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:34:59.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:00.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:59 smithi118 bash[24930]: cluster 2023-11-16T02:34:57.964049+0000 mgr.smithi118.ueiebd (mgr.14180) 1083 : 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-11-16T02:35:00.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:34:59 smithi118 bash[24930]: audit 2023-11-16T02:34:58.557040+0000 mgr.smithi118.ueiebd (mgr.14180) 1084 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:00.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:59 smithi186 bash[28774]: cluster 2023-11-16T02:34:57.964049+0000 mgr.smithi118.ueiebd (mgr.14180) 1083 : 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-11-16T02:35:00.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:34:59 smithi186 bash[28774]: audit 2023-11-16T02:34:58.557040+0000 mgr.smithi118.ueiebd (mgr.14180) 1084 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:00.410 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:02.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:01 smithi118 bash[24930]: cluster 2023-11-16T02:34:59.965183+0000 mgr.smithi118.ueiebd (mgr.14180) 1085 : 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-11-16T02:35:02.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:01 smithi186 bash[28774]: cluster 2023-11-16T02:34:59.965183+0000 mgr.smithi118.ueiebd (mgr.14180) 1085 : 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-11-16T02:35:03.943 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:03.943 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:04.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:03 smithi118 bash[24930]: cluster 2023-11-16T02:35:01.965902+0000 mgr.smithi118.ueiebd (mgr.14180) 1086 : 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-11-16T02:35:04.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:03 smithi186 bash[28774]: cluster 2023-11-16T02:35:01.965902+0000 mgr.smithi118.ueiebd (mgr.14180) 1086 : 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-11-16T02:35:04.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:05.852 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:05 smithi118 bash[24930]: audit 2023-11-16T02:35:03.933232+0000 mgr.smithi118.ueiebd (mgr.14180) 1087 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:06.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:05 smithi118 bash[24930]: cluster 2023-11-16T02:35:03.967030+0000 mgr.smithi118.ueiebd (mgr.14180) 1088 : 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-11-16T02:35:06.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:05 smithi186 bash[28774]: audit 2023-11-16T02:35:03.933232+0000 mgr.smithi118.ueiebd (mgr.14180) 1087 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:06.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:05 smithi186 bash[28774]: cluster 2023-11-16T02:35:03.967030+0000 mgr.smithi118.ueiebd (mgr.14180) 1088 : 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-11-16T02:35:08.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:07 smithi186 bash[28774]: cluster 2023-11-16T02:35:05.968007+0000 mgr.smithi118.ueiebd (mgr.14180) 1089 : 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-11-16T02:35:08.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:07 smithi118 bash[24930]: cluster 2023-11-16T02:35:05.968007+0000 mgr.smithi118.ueiebd (mgr.14180) 1089 : 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-11-16T02:35:09.373 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:09.373 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:10.185 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:09 smithi118 bash[24930]: cluster 2023-11-16T02:35:07.969200+0000 mgr.smithi118.ueiebd (mgr.14180) 1090 : 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-11-16T02:35:10.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:10.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:09 smithi186 bash[28774]: cluster 2023-11-16T02:35:07.969200+0000 mgr.smithi118.ueiebd (mgr.14180) 1090 : 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-11-16T02:35:11.188 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:11.202 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:10 smithi118 bash[24930]: audit 2023-11-16T02:35:09.361682+0000 mgr.smithi118.ueiebd (mgr.14180) 1091 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:10 smithi186 bash[28774]: audit 2023-11-16T02:35:09.361682+0000 mgr.smithi118.ueiebd (mgr.14180) 1091 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:12.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:11 smithi186 bash[28774]: cluster 2023-11-16T02:35:09.970122+0000 mgr.smithi118.ueiebd (mgr.14180) 1092 : 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-11-16T02:35:12.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:11 smithi118 bash[24930]: cluster 2023-11-16T02:35:09.970122+0000 mgr.smithi118.ueiebd (mgr.14180) 1092 : 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-11-16T02:35:13.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:12 smithi118 bash[24930]: cluster 2023-11-16T02:35:11.971265+0000 mgr.smithi118.ueiebd (mgr.14180) 1093 : 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-11-16T02:35:13.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:12 smithi186 bash[28774]: cluster 2023-11-16T02:35:11.971265+0000 mgr.smithi118.ueiebd (mgr.14180) 1093 : 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-11-16T02:35:14.759 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:14.759 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:15 smithi118 bash[24930]: cluster 2023-11-16T02:35:13.972664+0000 mgr.smithi118.ueiebd (mgr.14180) 1094 : 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-11-16T02:35:15.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:15 smithi118 bash[24930]: audit 2023-11-16T02:35:14.752165+0000 mgr.smithi118.ueiebd (mgr.14180) 1095 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:15.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:15 smithi186 bash[28774]: cluster 2023-11-16T02:35:13.972664+0000 mgr.smithi118.ueiebd (mgr.14180) 1094 : 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-11-16T02:35:15.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:15 smithi186 bash[28774]: audit 2023-11-16T02:35:14.752165+0000 mgr.smithi118.ueiebd (mgr.14180) 1095 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:15.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:16.600 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:17.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:17 smithi118 bash[24930]: cluster 2023-11-16T02:35:15.973806+0000 mgr.smithi118.ueiebd (mgr.14180) 1096 : 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-11-16T02:35:17.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:17 smithi186 bash[28774]: cluster 2023-11-16T02:35:15.973806+0000 mgr.smithi118.ueiebd (mgr.14180) 1096 : 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-11-16T02:35:19.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:19 smithi118 bash[24930]: cluster 2023-11-16T02:35:17.974814+0000 mgr.smithi118.ueiebd (mgr.14180) 1097 : 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-11-16T02:35:19.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:19 smithi186 bash[28774]: cluster 2023-11-16T02:35:17.974814+0000 mgr.smithi118.ueiebd (mgr.14180) 1097 : 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-11-16T02:35:20.156 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:20.157 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:20.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:21.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:21 smithi118 bash[24930]: cluster 2023-11-16T02:35:19.975574+0000 mgr.smithi118.ueiebd (mgr.14180) 1098 : 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-11-16T02:35:21.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:21 smithi118 bash[24930]: audit 2023-11-16T02:35:20.150647+0000 mgr.smithi118.ueiebd (mgr.14180) 1099 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:21.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:21 smithi186 bash[28774]: cluster 2023-11-16T02:35:19.975574+0000 mgr.smithi118.ueiebd (mgr.14180) 1098 : 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-11-16T02:35:21.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:21 smithi186 bash[28774]: audit 2023-11-16T02:35:20.150647+0000 mgr.smithi118.ueiebd (mgr.14180) 1099 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:21.995 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:23.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:23 smithi118 bash[24930]: cluster 2023-11-16T02:35:21.976732+0000 mgr.smithi118.ueiebd (mgr.14180) 1100 : 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-11-16T02:35:23.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:23 smithi186 bash[28774]: cluster 2023-11-16T02:35:21.976732+0000 mgr.smithi118.ueiebd (mgr.14180) 1100 : 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-11-16T02:35:25.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:25 smithi118 bash[24930]: cluster 2023-11-16T02:35:23.977972+0000 mgr.smithi118.ueiebd (mgr.14180) 1101 : 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-11-16T02:35:25.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:25 smithi186 bash[28774]: cluster 2023-11-16T02:35:23.977972+0000 mgr.smithi118.ueiebd (mgr.14180) 1101 : 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-11-16T02:35:25.590 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:25.590 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:26.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:26 smithi118 bash[24930]: audit 2023-11-16T02:35:25.578988+0000 mgr.smithi118.ueiebd (mgr.14180) 1102 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:26.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:26 smithi186 bash[28774]: audit 2023-11-16T02:35:25.578988+0000 mgr.smithi118.ueiebd (mgr.14180) 1102 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:27.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:27 smithi118 bash[24930]: cluster 2023-11-16T02:35:25.978854+0000 mgr.smithi118.ueiebd (mgr.14180) 1103 : 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-11-16T02:35:27.405 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:27.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:27 smithi186 bash[28774]: cluster 2023-11-16T02:35:25.978854+0000 mgr.smithi118.ueiebd (mgr.14180) 1103 : 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-11-16T02:35:29.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:29 smithi118 bash[24930]: cluster 2023-11-16T02:35:27.980067+0000 mgr.smithi118.ueiebd (mgr.14180) 1104 : 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-11-16T02:35:29.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:29 smithi186 bash[28774]: cluster 2023-11-16T02:35:27.980067+0000 mgr.smithi118.ueiebd (mgr.14180) 1104 : 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-11-16T02:35:31.058 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:31.058 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:31.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:31 smithi118 bash[24930]: cluster 2023-11-16T02:35:29.981214+0000 mgr.smithi118.ueiebd (mgr.14180) 1105 : 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-11-16T02:35:31.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:31 smithi186 bash[28774]: cluster 2023-11-16T02:35:29.981214+0000 mgr.smithi118.ueiebd (mgr.14180) 1105 : 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-11-16T02:35:31.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:32.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:32 smithi118 bash[24930]: audit 2023-11-16T02:35:31.047751+0000 mgr.smithi118.ueiebd (mgr.14180) 1106 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:32.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:32 smithi186 bash[28774]: audit 2023-11-16T02:35:31.047751+0000 mgr.smithi118.ueiebd (mgr.14180) 1106 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:32.864 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:33.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:33 smithi118 bash[24930]: cluster 2023-11-16T02:35:31.982479+0000 mgr.smithi118.ueiebd (mgr.14180) 1107 : 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-11-16T02:35:33.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:33 smithi186 bash[28774]: cluster 2023-11-16T02:35:31.982479+0000 mgr.smithi118.ueiebd (mgr.14180) 1107 : 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-11-16T02:35:35.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:35 smithi118 bash[24930]: cluster 2023-11-16T02:35:33.983622+0000 mgr.smithi118.ueiebd (mgr.14180) 1108 : 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-11-16T02:35:35.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:35 smithi186 bash[28774]: cluster 2023-11-16T02:35:33.983622+0000 mgr.smithi118.ueiebd (mgr.14180) 1108 : 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-11-16T02:35:36.667 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:36.667 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:37 smithi118 bash[24930]: cluster 2023-11-16T02:35:35.984671+0000 mgr.smithi118.ueiebd (mgr.14180) 1109 : 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-11-16T02:35:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:37 smithi118 bash[24930]: audit 2023-11-16T02:35:36.657246+0000 mgr.smithi118.ueiebd (mgr.14180) 1110 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:37.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:37.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:37 smithi186 bash[28774]: cluster 2023-11-16T02:35:35.984671+0000 mgr.smithi118.ueiebd (mgr.14180) 1109 : 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-11-16T02:35:37.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:37 smithi186 bash[28774]: audit 2023-11-16T02:35:36.657246+0000 mgr.smithi118.ueiebd (mgr.14180) 1110 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:38.529 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:39.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:39 smithi118 bash[24930]: cluster 2023-11-16T02:35:37.985997+0000 mgr.smithi118.ueiebd (mgr.14180) 1111 : 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-11-16T02:35:39.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:39 smithi186 bash[28774]: cluster 2023-11-16T02:35:37.985997+0000 mgr.smithi118.ueiebd (mgr.14180) 1111 : 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-11-16T02:35:41.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:41 smithi118 bash[24930]: cluster 2023-11-16T02:35:39.987189+0000 mgr.smithi118.ueiebd (mgr.14180) 1112 : 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-11-16T02:35:41.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:41 smithi186 bash[28774]: cluster 2023-11-16T02:35:39.987189+0000 mgr.smithi118.ueiebd (mgr.14180) 1112 : 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-11-16T02:35:41.976 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:41.976 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:42.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:43.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:43 smithi186 bash[28774]: audit 2023-11-16T02:35:41.964222+0000 mgr.smithi118.ueiebd (mgr.14180) 1113 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:43.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:43 smithi186 bash[28774]: cluster 2023-11-16T02:35:41.988315+0000 mgr.smithi118.ueiebd (mgr.14180) 1114 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:35:43.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:43 smithi118 bash[24930]: audit 2023-11-16T02:35:41.964222+0000 mgr.smithi118.ueiebd (mgr.14180) 1113 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:43.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:43 smithi118 bash[24930]: cluster 2023-11-16T02:35:41.988315+0000 mgr.smithi118.ueiebd (mgr.14180) 1114 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:35:43.807 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:44.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:44 smithi118 bash[24930]: audit 2023-11-16T02:35:43.958197+0000 mon.smithi118 (mon.0) 930 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:35:44.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:44 smithi186 bash[28774]: audit 2023-11-16T02:35:43.958197+0000 mon.smithi118 (mon.0) 930 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:35:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: cluster 2023-11-16T02:35:43.989123+0000 mgr.smithi118.ueiebd (mgr.14180) 1115 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:35:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: audit 2023-11-16T02:35:44.258594+0000 mon.smithi118 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:35:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: audit 2023-11-16T02:35:44.260127+0000 mon.smithi118 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:35:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: audit 2023-11-16T02:35:44.268789+0000 mon.smithi118 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: cluster 2023-11-16T02:35:44.269550+0000 mgr.smithi118.ueiebd (mgr.14180) 1116 : cluster [DBG] pgmap v759: 97 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-11-16T02:35:45.484 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: audit 2023-11-16T02:35:44.275282+0000 mon.smithi118 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:35:45.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: audit 2023-11-16T02:35:44.285407+0000 mon.smithi118 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:45.485 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:45 smithi118 bash[24930]: cephadm 2023-11-16T02:35:44.288884+0000 mgr.smithi118.ueiebd (mgr.14180) 1117 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ugaxca on smithi186 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: cluster 2023-11-16T02:35:43.989123+0000 mgr.smithi118.ueiebd (mgr.14180) 1115 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: audit 2023-11-16T02:35:44.258594+0000 mon.smithi118 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: audit 2023-11-16T02:35:44.260127+0000 mon.smithi118 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: audit 2023-11-16T02:35:44.268789+0000 mon.smithi118 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: cluster 2023-11-16T02:35:44.269550+0000 mgr.smithi118.ueiebd (mgr.14180) 1116 : cluster [DBG] pgmap v759: 97 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-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: audit 2023-11-16T02:35:44.275282+0000 mon.smithi118 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: audit 2023-11-16T02:35:44.285407+0000 mon.smithi118 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:45.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:45 smithi186 bash[28774]: cephadm 2023-11-16T02:35:44.288884+0000 mgr.smithi118.ueiebd (mgr.14180) 1117 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ugaxca on smithi186 2023-11-16T02:35:46.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:46 smithi186 bash[28774]: cluster 2023-11-16T02:35:45.265253+0000 mon.smithi118 (mon.0) 936 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:35:46.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:46 smithi186 bash[28774]: cluster 2023-11-16T02:35:45.265327+0000 mon.smithi118 (mon.0) 937 : cluster [INF] Cluster is now healthy 2023-11-16T02:35:46.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:46 smithi118 bash[24930]: cluster 2023-11-16T02:35:45.265253+0000 mon.smithi118 (mon.0) 936 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:35:46.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:46 smithi118 bash[24930]: cluster 2023-11-16T02:35:45.265327+0000 mon.smithi118 (mon.0) 937 : cluster [INF] Cluster is now healthy 2023-11-16T02:35:47.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:47 smithi118 bash[24930]: cluster 2023-11-16T02:35:46.270261+0000 mgr.smithi118.ueiebd (mgr.14180) 1118 : cluster [DBG] pgmap v760: 97 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-11-16T02:35:47.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:47 smithi186 bash[28774]: cluster 2023-11-16T02:35:46.270261+0000 mgr.smithi118.ueiebd (mgr.14180) 1118 : cluster [DBG] pgmap v760: 97 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-11-16T02:35:47.730 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:47.730 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:35.853191Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wdewpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:40.049220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.wzxyuc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-wzxyuc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.wzxyuc\nDeploy daemon haproxy.nfs.foo.smithi186.wzxyuc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.945918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.vsilou on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-vsilou\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.vsilou\nDeploy daemon haproxy.nfs.foo.smithi118.vsilou ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:43.950240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.kzszjg on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:48.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:48 smithi118 bash[24930]: audit 2023-11-16T02:35:47.718069+0000 mgr.smithi118.ueiebd (mgr.14180) 1119 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:48.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:48.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:48 smithi186 bash[28774]: audit 2023-11-16T02:35:47.718069+0000 mgr.smithi118.ueiebd (mgr.14180) 1119 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:49.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: cluster 2023-11-16T02:35:48.271284+0000 mgr.smithi118.ueiebd (mgr.14180) 1120 : 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-11-16T02:35:49.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: cephadm 2023-11-16T02:35:48.377502+0000 mgr.smithi118.ueiebd (mgr.14180) 1121 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:49.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:49.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ugaxca ... 2023-11-16T02:35:49.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:49.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:49.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:49.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ugaxca ... 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: cephadm 2023-11-16T02:35:48.378119+0000 mgr.smithi118.ueiebd (mgr.14180) 1122 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: audit 2023-11-16T02:35:48.378736+0000 mon.smithi118 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ugaxca"}]: dispatch 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: cephadm 2023-11-16T02:35:48.380441+0000 mgr.smithi118.ueiebd (mgr.14180) 1123 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:49.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ugaxca ... 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:49 smithi186 bash[28774]: cephadm 2023-11-16T02:35:48.386341+0000 mgr.smithi118.ueiebd (mgr.14180) 1124 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.amdhod on smithi118 2023-11-16T02:35:49.551 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: cluster 2023-11-16T02:35:48.271284+0000 mgr.smithi118.ueiebd (mgr.14180) 1120 : 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-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: cephadm 2023-11-16T02:35:48.377502+0000 mgr.smithi118.ueiebd (mgr.14180) 1121 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ugaxca ... 2023-11-16T02:35:49.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:49.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ugaxca ... 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:49.566 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: cephadm 2023-11-16T02:35:48.378119+0000 mgr.smithi118.ueiebd (mgr.14180) 1122 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: audit 2023-11-16T02:35:48.378736+0000 mon.smithi118 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ugaxca"}]: dispatch 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: cephadm 2023-11-16T02:35:48.380441+0000 mgr.smithi118.ueiebd (mgr.14180) 1123 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ugaxca ... 2023-11-16T02:35:49.567 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.568 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:49.568 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:49.568 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:49.568 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:49.568 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:49 smithi118 bash[24930]: cephadm 2023-11-16T02:35:48.386341+0000 mgr.smithi118.ueiebd (mgr.14180) 1124 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.amdhod on smithi118 2023-11-16T02:35:51.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:51 smithi118 bash[24930]: cluster 2023-11-16T02:35:50.272118+0000 mgr.smithi118.ueiebd (mgr.14180) 1125 : 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-11-16T02:35:51.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:51 smithi186 bash[28774]: cluster 2023-11-16T02:35:50.272118+0000 mgr.smithi118.ueiebd (mgr.14180) 1125 : 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-11-16T02:35:52.771 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:52 smithi118 bash[24930]: audit 2023-11-16T02:35:51.506847+0000 mon.smithi118 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:52.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:52 smithi186 bash[28774]: audit 2023-11-16T02:35:51.506847+0000 mon.smithi118 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:53.638 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:53.639 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:35:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cluster 2023-11-16T02:35:52.273067+0000 mgr.smithi118.ueiebd (mgr.14180) 1126 : cluster [DBG] pgmap v763: 97 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-11-16T02:35:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cephadm 2023-11-16T02:35:52.801895+0000 mgr.smithi118.ueiebd (mgr.14180) 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.amdhod ... 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:35:53.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.amdhod ... 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cephadm 2023-11-16T02:35:52.802422+0000 mgr.smithi118.ueiebd (mgr.14180) 1128 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: audit 2023-11-16T02:35:52.803104+0000 mon.smithi118 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.amdhod"}]: dispatch 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cephadm 2023-11-16T02:35:52.804482+0000 mgr.smithi118.ueiebd (mgr.14180) 1129 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.amdhod ... 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:53.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cephadm 2023-11-16T02:35:52.808423+0000 mgr.smithi118.ueiebd (mgr.14180) 1130 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:53.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cephadm 2023-11-16T02:35:52.810493+0000 mgr.smithi118.ueiebd (mgr.14180) 1131 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:53.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:53 smithi186 bash[28774]: cluster 2023-11-16T02:35:52.811496+0000 mgr.smithi118.ueiebd (mgr.14180) 1132 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 B/s rd, 0 op/s 2023-11-16T02:35:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cluster 2023-11-16T02:35:52.273067+0000 mgr.smithi118.ueiebd (mgr.14180) 1126 : cluster [DBG] pgmap v763: 97 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-11-16T02:35:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cephadm 2023-11-16T02:35:52.801895+0000 mgr.smithi118.ueiebd (mgr.14180) 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.amdhod ... 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.amdhod ... 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cephadm 2023-11-16T02:35:52.802422+0000 mgr.smithi118.ueiebd (mgr.14180) 1128 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: audit 2023-11-16T02:35:52.803104+0000 mon.smithi118 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.amdhod"}]: dispatch 2023-11-16T02:35:53.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cephadm 2023-11-16T02:35:52.804482+0000 mgr.smithi118.ueiebd (mgr.14180) 1129 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.amdhod ... 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:53.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cephadm 2023-11-16T02:35:52.808423+0000 mgr.smithi118.ueiebd (mgr.14180) 1130 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:53.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cephadm 2023-11-16T02:35:52.810493+0000 mgr.smithi118.ueiebd (mgr.14180) 1131 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:53.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:53 smithi118 bash[24930]: cluster 2023-11-16T02:35:52.811496+0000 mgr.smithi118.ueiebd (mgr.14180) 1132 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 232 B/s rd, 0 op/s 2023-11-16T02:35:54.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:54.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:54 smithi186 bash[28774]: cluster 2023-11-16T02:35:53.511362+0000 mon.smithi118 (mon.0) 941 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:35:54.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:54 smithi186 bash[28774]: audit 2023-11-16T02:35:53.625438+0000 mgr.smithi118.ueiebd (mgr.14180) 1133 : audit [DBG] from='client.24941 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:54.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:54 smithi118 bash[24930]: cluster 2023-11-16T02:35:53.511362+0000 mon.smithi118 (mon.0) 941 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:35:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:54 smithi118 bash[24930]: audit 2023-11-16T02:35:53.625438+0000 mgr.smithi118.ueiebd (mgr.14180) 1133 : audit [DBG] from='client.24941 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:55.609 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:55.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:55 smithi186 bash[28774]: cluster 2023-11-16T02:35:54.812382+0000 mgr.smithi118.ueiebd (mgr.14180) 1134 : cluster [DBG] pgmap v765: 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-11-16T02:35:55.852 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:55 smithi118 bash[24930]: cluster 2023-11-16T02:35:54.812382+0000 mgr.smithi118.ueiebd (mgr.14180) 1134 : cluster [DBG] pgmap v765: 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-11-16T02:35:57.114 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:56 smithi118 bash[24930]: audit 2023-11-16T02:35:55.845969+0000 mon.smithi118 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:57.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:56 smithi186 bash[28774]: audit 2023-11-16T02:35:55.845969+0000 mon.smithi118 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:35:58.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:57 smithi118 bash[24930]: cluster 2023-11-16T02:35:56.813323+0000 mgr.smithi118.ueiebd (mgr.14180) 1135 : cluster [DBG] pgmap v766: 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-11-16T02:35:58.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:57 smithi186 bash[28774]: cluster 2023-11-16T02:35:56.813323+0000 mgr.smithi118.ueiebd (mgr.14180) 1135 : cluster [DBG] pgmap v766: 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-11-16T02:35:59.428 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:35:59.428 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:00.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:35:59 smithi118 bash[24930]: cluster 2023-11-16T02:35:58.814750+0000 mgr.smithi118.ueiebd (mgr.14180) 1136 : cluster [DBG] pgmap v767: 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-11-16T02:36:00.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:35:59 smithi186 bash[28774]: cluster 2023-11-16T02:35:58.814750+0000 mgr.smithi118.ueiebd (mgr.14180) 1136 : cluster [DBG] pgmap v767: 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-11-16T02:36:00.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:01.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:00 smithi118 bash[24930]: audit 2023-11-16T02:35:59.418059+0000 mgr.smithi118.ueiebd (mgr.14180) 1137 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:01.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:00 smithi186 bash[28774]: audit 2023-11-16T02:35:59.418059+0000 mgr.smithi118.ueiebd (mgr.14180) 1137 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:01.333 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:02.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:01 smithi118 bash[24930]: cluster 2023-11-16T02:36:00.815739+0000 mgr.smithi118.ueiebd (mgr.14180) 1138 : cluster [DBG] pgmap v768: 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-11-16T02:36:02.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:01 smithi186 bash[28774]: cluster 2023-11-16T02:36:00.815739+0000 mgr.smithi118.ueiebd (mgr.14180) 1138 : cluster [DBG] pgmap v768: 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-11-16T02:36:04.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:03 smithi186 bash[28774]: cluster 2023-11-16T02:36:02.816642+0000 mgr.smithi118.ueiebd (mgr.14180) 1139 : cluster [DBG] pgmap v769: 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-11-16T02:36:04.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:03 smithi118 bash[24930]: cluster 2023-11-16T02:36:02.816642+0000 mgr.smithi118.ueiebd (mgr.14180) 1139 : cluster [DBG] pgmap v769: 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-11-16T02:36:04.958 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:04.958 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:05.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:06.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:05 smithi118 bash[24930]: cluster 2023-11-16T02:36:04.817745+0000 mgr.smithi118.ueiebd (mgr.14180) 1140 : 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-11-16T02:36:06.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:05 smithi186 bash[28774]: cluster 2023-11-16T02:36:04.817745+0000 mgr.smithi118.ueiebd (mgr.14180) 1140 : 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-11-16T02:36:06.846 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:07.113 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:06 smithi118 bash[24930]: audit 2023-11-16T02:36:04.946173+0000 mgr.smithi118.ueiebd (mgr.14180) 1141 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:07.113 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:06 smithi118 bash[24930]: audit 2023-11-16T02:36:06.506889+0000 mon.smithi118 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:36:07.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:06 smithi186 bash[28774]: audit 2023-11-16T02:36:04.946173+0000 mgr.smithi118.ueiebd (mgr.14180) 1141 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:07.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:06 smithi186 bash[28774]: audit 2023-11-16T02:36:06.506889+0000 mon.smithi118 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:36:08.226 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:07 smithi118 bash[24930]: cluster 2023-11-16T02:36:06.818803+0000 mgr.smithi118.ueiebd (mgr.14180) 1142 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:08.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:07 smithi186 bash[28774]: cluster 2023-11-16T02:36:06.818803+0000 mgr.smithi118.ueiebd (mgr.14180) 1142 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:10.153 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:09 smithi118 bash[24930]: cluster 2023-11-16T02:36:08.819794+0000 mgr.smithi118.ueiebd (mgr.14180) 1143 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:10.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:09 smithi186 bash[28774]: cluster 2023-11-16T02:36:08.819794+0000 mgr.smithi118.ueiebd (mgr.14180) 1143 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:10.577 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:10.577 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:11 smithi118 bash[24930]: audit 2023-11-16T02:36:10.566395+0000 mgr.smithi118.ueiebd (mgr.14180) 1144 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:11.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:11 smithi118 bash[24930]: cluster 2023-11-16T02:36:10.820804+0000 mgr.smithi118.ueiebd (mgr.14180) 1145 : 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-11-16T02:36:11.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:11 smithi186 bash[28774]: audit 2023-11-16T02:36:10.566395+0000 mgr.smithi118.ueiebd (mgr.14180) 1144 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:11.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:11 smithi186 bash[28774]: cluster 2023-11-16T02:36:10.820804+0000 mgr.smithi118.ueiebd (mgr.14180) 1145 : 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-11-16T02:36:11.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:12.374 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:14.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:13 smithi186 bash[28774]: cluster 2023-11-16T02:36:12.822043+0000 mgr.smithi118.ueiebd (mgr.14180) 1146 : 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-11-16T02:36:14.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:13 smithi118 bash[24930]: cluster 2023-11-16T02:36:12.822043+0000 mgr.smithi118.ueiebd (mgr.14180) 1146 : 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-11-16T02:36:16.058 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:16.058 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:16.106 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:15 smithi118 bash[24930]: cluster 2023-11-16T02:36:14.823180+0000 mgr.smithi118.ueiebd (mgr.14180) 1147 : 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-11-16T02:36:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:15 smithi186 bash[28774]: cluster 2023-11-16T02:36:14.823180+0000 mgr.smithi118.ueiebd (mgr.14180) 1147 : 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-11-16T02:36:16.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:17.924 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:18.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:17 smithi186 bash[28774]: audit 2023-11-16T02:36:16.051793+0000 mgr.smithi118.ueiebd (mgr.14180) 1148 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:18.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:17 smithi186 bash[28774]: cluster 2023-11-16T02:36:16.824244+0000 mgr.smithi118.ueiebd (mgr.14180) 1149 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:18.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:17 smithi118 bash[24930]: audit 2023-11-16T02:36:16.051793+0000 mgr.smithi118.ueiebd (mgr.14180) 1148 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:18.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:17 smithi118 bash[24930]: cluster 2023-11-16T02:36:16.824244+0000 mgr.smithi118.ueiebd (mgr.14180) 1149 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:20.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:19 smithi186 bash[28774]: cluster 2023-11-16T02:36:18.825635+0000 mgr.smithi118.ueiebd (mgr.14180) 1150 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:20.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:19 smithi118 bash[24930]: cluster 2023-11-16T02:36:18.825635+0000 mgr.smithi118.ueiebd (mgr.14180) 1150 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:21.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:21 smithi186 bash[28774]: cluster 2023-11-16T02:36:20.826429+0000 mgr.smithi118.ueiebd (mgr.14180) 1151 : 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-11-16T02:36:21.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:21 smithi118 bash[24930]: cluster 2023-11-16T02:36:20.826429+0000 mgr.smithi118.ueiebd (mgr.14180) 1151 : 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-11-16T02:36:21.458 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:21.459 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:22.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:22 smithi186 bash[28774]: audit 2023-11-16T02:36:21.449304+0000 mgr.smithi118.ueiebd (mgr.14180) 1152 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:22.298 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:22 smithi118 bash[24930]: audit 2023-11-16T02:36:21.449304+0000 mgr.smithi118.ueiebd (mgr.14180) 1152 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:22.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:23.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:23 smithi186 bash[28774]: cluster 2023-11-16T02:36:22.827576+0000 mgr.smithi118.ueiebd (mgr.14180) 1153 : 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-11-16T02:36:23.301 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:23.313 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:23 smithi118 bash[24930]: cluster 2023-11-16T02:36:22.827576+0000 mgr.smithi118.ueiebd (mgr.14180) 1153 : 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-11-16T02:36:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:25 smithi186 bash[28774]: cluster 2023-11-16T02:36:24.828788+0000 mgr.smithi118.ueiebd (mgr.14180) 1154 : 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-11-16T02:36:26.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:25 smithi118 bash[24930]: cluster 2023-11-16T02:36:24.828788+0000 mgr.smithi118.ueiebd (mgr.14180) 1154 : 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-11-16T02:36:26.832 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:26.832 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:27.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:28.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:27 smithi118 bash[24930]: audit 2023-11-16T02:36:26.820309+0000 mgr.smithi118.ueiebd (mgr.14180) 1155 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:28.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:27 smithi118 bash[24930]: cluster 2023-11-16T02:36:26.829746+0000 mgr.smithi118.ueiebd (mgr.14180) 1156 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:28.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:27 smithi186 bash[28774]: audit 2023-11-16T02:36:26.820309+0000 mgr.smithi118.ueiebd (mgr.14180) 1155 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:28.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:27 smithi186 bash[28774]: cluster 2023-11-16T02:36:26.829746+0000 mgr.smithi118.ueiebd (mgr.14180) 1156 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:28.668 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:30.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:29 smithi118 bash[24930]: cluster 2023-11-16T02:36:28.830900+0000 mgr.smithi118.ueiebd (mgr.14180) 1157 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:30.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:29 smithi186 bash[28774]: cluster 2023-11-16T02:36:28.830900+0000 mgr.smithi118.ueiebd (mgr.14180) 1157 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:31.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:31 smithi186 bash[28774]: cluster 2023-11-16T02:36:30.832001+0000 mgr.smithi118.ueiebd (mgr.14180) 1158 : 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-11-16T02:36:31.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:31 smithi118 bash[24930]: cluster 2023-11-16T02:36:30.832001+0000 mgr.smithi118.ueiebd (mgr.14180) 1158 : 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-11-16T02:36:32.312 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:32.312 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:33.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:34.166 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:34.179 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:33 smithi118 bash[24930]: audit 2023-11-16T02:36:32.298730+0000 mgr.smithi118.ueiebd (mgr.14180) 1159 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:34.180 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:33 smithi118 bash[24930]: cluster 2023-11-16T02:36:32.833200+0000 mgr.smithi118.ueiebd (mgr.14180) 1160 : 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-11-16T02:36:34.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:33 smithi186 bash[28774]: audit 2023-11-16T02:36:32.298730+0000 mgr.smithi118.ueiebd (mgr.14180) 1159 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:34.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:33 smithi186 bash[28774]: cluster 2023-11-16T02:36:32.833200+0000 mgr.smithi118.ueiebd (mgr.14180) 1160 : 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-11-16T02:36:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:35 smithi118 bash[24930]: cluster 2023-11-16T02:36:34.833825+0000 mgr.smithi118.ueiebd (mgr.14180) 1161 : 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-11-16T02:36:36.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:35 smithi186 bash[28774]: cluster 2023-11-16T02:36:34.833825+0000 mgr.smithi118.ueiebd (mgr.14180) 1161 : 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-11-16T02:36:37.658 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:37.658 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:38.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:37 smithi118 bash[24930]: cluster 2023-11-16T02:36:36.834848+0000 mgr.smithi118.ueiebd (mgr.14180) 1162 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:38.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:37 smithi186 bash[28774]: cluster 2023-11-16T02:36:36.834848+0000 mgr.smithi118.ueiebd (mgr.14180) 1162 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:38.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:39.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:38 smithi186 bash[28774]: audit 2023-11-16T02:36:37.648257+0000 mgr.smithi118.ueiebd (mgr.14180) 1163 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:39.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:38 smithi118 bash[24930]: audit 2023-11-16T02:36:37.648257+0000 mgr.smithi118.ueiebd (mgr.14180) 1163 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:39.549 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:40.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:39 smithi118 bash[24930]: cluster 2023-11-16T02:36:38.836345+0000 mgr.smithi118.ueiebd (mgr.14180) 1164 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:40.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:39 smithi186 bash[28774]: cluster 2023-11-16T02:36:38.836345+0000 mgr.smithi118.ueiebd (mgr.14180) 1164 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:41.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:41 smithi186 bash[28774]: cluster 2023-11-16T02:36:40.837410+0000 mgr.smithi118.ueiebd (mgr.14180) 1165 : 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-11-16T02:36:41.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:41 smithi118 bash[24930]: cluster 2023-11-16T02:36:40.837410+0000 mgr.smithi118.ueiebd (mgr.14180) 1165 : 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-11-16T02:36:42.887 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:42.887 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:43.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:44.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:43 smithi186 bash[28774]: cluster 2023-11-16T02:36:42.838502+0000 mgr.smithi118.ueiebd (mgr.14180) 1166 : 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-11-16T02:36:44.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:43 smithi186 bash[28774]: audit 2023-11-16T02:36:42.878693+0000 mgr.smithi118.ueiebd (mgr.14180) 1167 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:44.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:43 smithi118 bash[24930]: cluster 2023-11-16T02:36:42.838502+0000 mgr.smithi118.ueiebd (mgr.14180) 1166 : 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-11-16T02:36:44.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:43 smithi118 bash[24930]: audit 2023-11-16T02:36:42.878693+0000 mgr.smithi118.ueiebd (mgr.14180) 1167 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:44.615 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:45 smithi118 bash[24930]: cluster 2023-11-16T02:36:44.839520+0000 mgr.smithi118.ueiebd (mgr.14180) 1168 : 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-11-16T02:36:46.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:45 smithi186 bash[28774]: cluster 2023-11-16T02:36:44.839520+0000 mgr.smithi118.ueiebd (mgr.14180) 1168 : 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-11-16T02:36:48.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:47 smithi118 bash[24930]: cluster 2023-11-16T02:36:46.840616+0000 mgr.smithi118.ueiebd (mgr.14180) 1169 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:48.145 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:48.145 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:48.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:47 smithi186 bash[28774]: cluster 2023-11-16T02:36:46.840616+0000 mgr.smithi118.ueiebd (mgr.14180) 1169 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:48.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:49.991 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:50.183 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:49 smithi118 bash[24930]: audit 2023-11-16T02:36:48.134411+0000 mgr.smithi118.ueiebd (mgr.14180) 1170 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:50.184 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:49 smithi118 bash[24930]: cluster 2023-11-16T02:36:48.841499+0000 mgr.smithi118.ueiebd (mgr.14180) 1171 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:50.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:49 smithi186 bash[28774]: audit 2023-11-16T02:36:48.134411+0000 mgr.smithi118.ueiebd (mgr.14180) 1170 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:50.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:49 smithi186 bash[28774]: cluster 2023-11-16T02:36:48.841499+0000 mgr.smithi118.ueiebd (mgr.14180) 1171 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:36:51.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:51 smithi186 bash[28774]: cluster 2023-11-16T02:36:50.842636+0000 mgr.smithi118.ueiebd (mgr.14180) 1172 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:51.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:51 smithi118 bash[24930]: cluster 2023-11-16T02:36:50.842636+0000 mgr.smithi118.ueiebd (mgr.14180) 1172 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:53.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:52 smithi118 bash[24930]: audit 2023-11-16T02:36:52.814193+0000 mon.smithi118 (mon.0) 944 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:36:53.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:52 smithi186 bash[28774]: audit 2023-11-16T02:36:52.814193+0000 mon.smithi118 (mon.0) 944 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:36:53.588 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:36:53.589 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:43.954192Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.pyzroo on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:36:54.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:53 smithi118 bash[24930]: cluster 2023-11-16T02:36:52.843356+0000 mgr.smithi118.ueiebd (mgr.14180) 1173 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:53 smithi118 bash[24930]: audit 2023-11-16T02:36:53.121376+0000 mon.smithi118 (mon.0) 945 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:36:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:53 smithi118 bash[24930]: audit 2023-11-16T02:36:53.122439+0000 mon.smithi118 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:36:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:53 smithi118 bash[24930]: audit 2023-11-16T02:36:53.128182+0000 mon.smithi118 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:36:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:53 smithi118 bash[24930]: audit 2023-11-16T02:36:53.133854+0000 mon.smithi118 (mon.0) 948 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:36:54.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:53 smithi118 bash[24930]: audit 2023-11-16T02:36:53.143293+0000 mon.smithi118 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:36:54.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:53 smithi186 bash[28774]: cluster 2023-11-16T02:36:52.843356+0000 mgr.smithi118.ueiebd (mgr.14180) 1173 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:36:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:53 smithi186 bash[28774]: audit 2023-11-16T02:36:53.121376+0000 mon.smithi118 (mon.0) 945 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:36:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:53 smithi186 bash[28774]: audit 2023-11-16T02:36:53.122439+0000 mon.smithi118 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:36:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:53 smithi186 bash[28774]: audit 2023-11-16T02:36:53.128182+0000 mon.smithi118 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:36:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:53 smithi186 bash[28774]: audit 2023-11-16T02:36:53.133854+0000 mon.smithi118 (mon.0) 948 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:36:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:53 smithi186 bash[28774]: audit 2023-11-16T02:36:53.143293+0000 mon.smithi118 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:36:54.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:55.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:54 smithi186 bash[28774]: cluster 2023-11-16T02:36:53.128852+0000 mgr.smithi118.ueiebd (mgr.14180) 1174 : cluster [DBG] pgmap v795: 97 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-11-16T02:36:55.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:54 smithi186 bash[28774]: cephadm 2023-11-16T02:36:53.146140+0000 mgr.smithi118.ueiebd (mgr.14180) 1175 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.elylos on smithi186 2023-11-16T02:36:55.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:54 smithi186 bash[28774]: audit 2023-11-16T02:36:53.578946+0000 mgr.smithi118.ueiebd (mgr.14180) 1176 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:55.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:54 smithi186 bash[28774]: cluster 2023-11-16T02:36:54.126186+0000 mon.smithi118 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:36:55.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:54 smithi186 bash[28774]: cluster 2023-11-16T02:36:54.126241+0000 mon.smithi118 (mon.0) 951 : cluster [INF] Cluster is now healthy 2023-11-16T02:36:55.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:54 smithi118 bash[24930]: cluster 2023-11-16T02:36:53.128852+0000 mgr.smithi118.ueiebd (mgr.14180) 1174 : cluster [DBG] pgmap v795: 97 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-11-16T02:36:55.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:54 smithi118 bash[24930]: cephadm 2023-11-16T02:36:53.146140+0000 mgr.smithi118.ueiebd (mgr.14180) 1175 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.elylos on smithi186 2023-11-16T02:36:55.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:54 smithi118 bash[24930]: audit 2023-11-16T02:36:53.578946+0000 mgr.smithi118.ueiebd (mgr.14180) 1176 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:55.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:54 smithi118 bash[24930]: cluster 2023-11-16T02:36:54.126186+0000 mon.smithi118 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:36:55.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:54 smithi118 bash[24930]: cluster 2023-11-16T02:36:54.126241+0000 mon.smithi118 (mon.0) 951 : cluster [INF] Cluster is now healthy 2023-11-16T02:36:55.489 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:56.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:56 smithi186 bash[28774]: cluster 2023-11-16T02:36:55.129815+0000 mgr.smithi118.ueiebd (mgr.14180) 1177 : cluster [DBG] pgmap v796: 97 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-11-16T02:37:03.248 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:56 smithi118 bash[24930]: cluster 2023-11-16T02:36:55.129815+0000 mgr.smithi118.ueiebd (mgr.14180) 1177 : cluster [DBG] pgmap v796: 97 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-11-16T02:37:03.282 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:57 smithi118 bash[24930]: audit 2023-11-16T02:36:57.079536+0000 mon.smithi118 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.elylos"}]: dispatch 2023-11-16T02:37:03.282 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: cephadm 2023-11-16T02:36:57.078360+0000 mgr.smithi118.ueiebd (mgr.14180) 1178 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.282 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.elylos ... 2023-11-16T02:37:03.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.284 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:37:03.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:03.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:37:03.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:03.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:37:03.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.285 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.286 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.286 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.286 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.286 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.286 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.elylos ... 2023-11-16T02:37:03.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.287 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: cephadm 2023-11-16T02:36:57.078983+0000 mgr.smithi118.ueiebd (mgr.14180) 1179 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.288 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: cephadm 2023-11-16T02:36:57.080743+0000 mgr.smithi118.ueiebd (mgr.14180) 1180 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.288 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.288 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.288 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.288 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.288 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.elylos ... 2023-11-16T02:37:03.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.289 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.290 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: cephadm 2023-11-16T02:36:57.084415+0000 mgr.smithi118.ueiebd (mgr.14180) 1181 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.mfawmv on smithi118 2023-11-16T02:37:03.294 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:36:58 smithi118 bash[24930]: cluster 2023-11-16T02:36:57.131033+0000 mgr.smithi118.ueiebd (mgr.14180) 1182 : cluster [DBG] pgmap v797: 97 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-11-16T02:37:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:57 smithi186 bash[28774]: audit 2023-11-16T02:36:57.079536+0000 mon.smithi118 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.elylos"}]: dispatch 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: cephadm 2023-11-16T02:36:57.078360+0000 mgr.smithi118.ueiebd (mgr.14180) 1178 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.elylos ... 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.elylos ... 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: cephadm 2023-11-16T02:36:57.078983+0000 mgr.smithi118.ueiebd (mgr.14180) 1179 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: cephadm 2023-11-16T02:36:57.080743+0000 mgr.smithi118.ueiebd (mgr.14180) 1180 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.elylos ... 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: cephadm 2023-11-16T02:36:57.084415+0000 mgr.smithi118.ueiebd (mgr.14180) 1181 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.mfawmv on smithi118 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:36:58 smithi186 bash[28774]: cluster 2023-11-16T02:36:57.131033+0000 mgr.smithi118.ueiebd (mgr.14180) 1182 : cluster [DBG] pgmap v797: 97 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-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:00 smithi186 bash[28774]: audit 2023-11-16T02:36:59.045175+0000 mgr.smithi118.ueiebd (mgr.14180) 1183 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:00 smithi186 bash[28774]: cluster 2023-11-16T02:36:59.131690+0000 mgr.smithi118.ueiebd (mgr.14180) 1184 : cluster [DBG] pgmap v798: 97 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-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:01 smithi186 bash[28774]: audit 2023-11-16T02:37:00.949931+0000 mon.smithi118 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.mfawmv"}]: dispatch 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cephadm 2023-11-16T02:37:00.948691+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.mfawmv ... 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:37:03.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.mfawmv ... 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cephadm 2023-11-16T02:37:00.949297+0000 mgr.smithi118.ueiebd (mgr.14180) 1186 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cephadm 2023-11-16T02:37:00.951237+0000 mgr.smithi118.ueiebd (mgr.14180) 1187 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.mfawmv ... 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cephadm 2023-11-16T02:37:00.955961+0000 mgr.smithi118.ueiebd (mgr.14180) 1188 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cephadm 2023-11-16T02:37:00.957754+0000 mgr.smithi118.ueiebd (mgr.14180) 1189 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:03.302 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cluster 2023-11-16T02:37:00.958883+0000 mgr.smithi118.ueiebd (mgr.14180) 1190 : cluster [DBG] pgmap v799: 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-11-16T02:37:03.303 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:02 smithi186 bash[28774]: cluster 2023-11-16T02:37:01.191892+0000 mon.smithi118 (mon.0) 954 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:37:03.303 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:03.303 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:48.380115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ugaxca on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ugaxca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ugaxca\nDeploy daemon haproxy.nfs.foo.smithi186.ugaxca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.804168Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.amdhod on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-amdhod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.amdhod\nDeploy daemon haproxy.nfs.foo.smithi118.amdhod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:52.808302Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lvvlhj on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:03.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:03.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:00 smithi118 bash[24930]: audit 2023-11-16T02:36:59.045175+0000 mgr.smithi118.ueiebd (mgr.14180) 1183 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:03.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:00 smithi118 bash[24930]: cluster 2023-11-16T02:36:59.131690+0000 mgr.smithi118.ueiebd (mgr.14180) 1184 : cluster [DBG] pgmap v798: 97 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-11-16T02:37:03.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:01 smithi118 bash[24930]: audit 2023-11-16T02:37:00.949931+0000 mon.smithi118 (mon.0) 953 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.mfawmv"}]: dispatch 2023-11-16T02:37:03.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cephadm 2023-11-16T02:37:00.948691+0000 mgr.smithi118.ueiebd (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-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.304 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.mfawmv ... 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:03.305 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.mfawmv ... 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.306 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cephadm 2023-11-16T02:37:00.949297+0000 mgr.smithi118.ueiebd (mgr.14180) 1186 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cephadm 2023-11-16T02:37:00.951237+0000 mgr.smithi118.ueiebd (mgr.14180) 1187 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv 2023-11-16T02:37:03.307 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.mfawmv ... 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cephadm 2023-11-16T02:37:00.955961+0000 mgr.smithi118.ueiebd (mgr.14180) 1188 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cephadm 2023-11-16T02:37:00.957754+0000 mgr.smithi118.ueiebd (mgr.14180) 1189 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:03.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cluster 2023-11-16T02:37:00.958883+0000 mgr.smithi118.ueiebd (mgr.14180) 1190 : cluster [DBG] pgmap v799: 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-11-16T02:37:03.309 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:02 smithi118 bash[24930]: cluster 2023-11-16T02:37:01.191892+0000 mon.smithi118 (mon.0) 954 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:37:04.304 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:04.508 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:04 smithi118 bash[24930]: cluster 2023-11-16T02:37:02.960273+0000 mgr.smithi118.ueiebd (mgr.14180) 1191 : cluster [DBG] pgmap v800: 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-11-16T02:37:04.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:04 smithi186 bash[28774]: cluster 2023-11-16T02:37:02.960273+0000 mgr.smithi118.ueiebd (mgr.14180) 1191 : cluster [DBG] pgmap v800: 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-11-16T02:37:07.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:06 smithi186 bash[28774]: cluster 2023-11-16T02:37:04.961241+0000 mgr.smithi118.ueiebd (mgr.14180) 1192 : cluster [DBG] pgmap v801: 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-11-16T02:37:07.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:06 smithi186 bash[28774]: audit 2023-11-16T02:37:05.893071+0000 mon.smithi118 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:37:07.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:06 smithi118 bash[24930]: cluster 2023-11-16T02:37:04.961241+0000 mgr.smithi118.ueiebd (mgr.14180) 1192 : cluster [DBG] pgmap v801: 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-11-16T02:37:07.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:06 smithi118 bash[24930]: audit 2023-11-16T02:37:05.893071+0000 mon.smithi118 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:37:08.008 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:08.008 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:08.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:09.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:08 smithi186 bash[28774]: cluster 2023-11-16T02:37:06.961917+0000 mgr.smithi118.ueiebd (mgr.14180) 1193 : cluster [DBG] pgmap v802: 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-11-16T02:37:09.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:08 smithi118 bash[24930]: cluster 2023-11-16T02:37:06.961917+0000 mgr.smithi118.ueiebd (mgr.14180) 1193 : cluster [DBG] pgmap v802: 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-11-16T02:37:09.874 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:10.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:09 smithi186 bash[28774]: audit 2023-11-16T02:37:07.997444+0000 mgr.smithi118.ueiebd (mgr.14180) 1194 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:10.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:09 smithi118 bash[24930]: audit 2023-11-16T02:37:07.997444+0000 mgr.smithi118.ueiebd (mgr.14180) 1194 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:11.214 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:10 smithi118 bash[24930]: cluster 2023-11-16T02:37:08.963318+0000 mgr.smithi118.ueiebd (mgr.14180) 1195 : cluster [DBG] pgmap v803: 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-11-16T02:37:11.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:10 smithi186 bash[28774]: cluster 2023-11-16T02:37:08.963318+0000 mgr.smithi118.ueiebd (mgr.14180) 1195 : cluster [DBG] pgmap v803: 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-11-16T02:37:13.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:12 smithi186 bash[28774]: cluster 2023-11-16T02:37:10.964531+0000 mgr.smithi118.ueiebd (mgr.14180) 1196 : cluster [DBG] pgmap v804: 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-11-16T02:37:13.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:12 smithi118 bash[24930]: cluster 2023-11-16T02:37:10.964531+0000 mgr.smithi118.ueiebd (mgr.14180) 1196 : cluster [DBG] pgmap v804: 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-11-16T02:37:13.408 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:13.409 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:14.272 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:13 smithi118 bash[24930]: cluster 2023-11-16T02:37:12.965819+0000 mgr.smithi118.ueiebd (mgr.14180) 1197 : 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-11-16T02:37:14.272 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:13 smithi118 bash[24930]: audit 2023-11-16T02:37:13.397295+0000 mgr.smithi118.ueiebd (mgr.14180) 1198 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:14.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:14.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:13 smithi186 bash[28774]: cluster 2023-11-16T02:37:12.965819+0000 mgr.smithi118.ueiebd (mgr.14180) 1197 : 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-11-16T02:37:14.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:13 smithi186 bash[28774]: audit 2023-11-16T02:37:13.397295+0000 mgr.smithi118.ueiebd (mgr.14180) 1198 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:15.275 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:16.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:16 smithi118 bash[24930]: cluster 2023-11-16T02:37:14.967006+0000 mgr.smithi118.ueiebd (mgr.14180) 1199 : 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-11-16T02:37:16.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:16 smithi186 bash[28774]: cluster 2023-11-16T02:37:14.967006+0000 mgr.smithi118.ueiebd (mgr.14180) 1199 : 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-11-16T02:37:18.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:18 smithi118 bash[24930]: cluster 2023-11-16T02:37:16.968226+0000 mgr.smithi118.ueiebd (mgr.14180) 1200 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:18.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:18 smithi186 bash[28774]: cluster 2023-11-16T02:37:16.968226+0000 mgr.smithi118.ueiebd (mgr.14180) 1200 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:18.922 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:18.923 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:19.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:19 smithi118 bash[24930]: audit 2023-11-16T02:37:18.912717+0000 mgr.smithi118.ueiebd (mgr.14180) 1201 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:19.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:19 smithi186 bash[28774]: audit 2023-11-16T02:37:18.912717+0000 mgr.smithi118.ueiebd (mgr.14180) 1201 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:19.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:20.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:20 smithi118 bash[24930]: cluster 2023-11-16T02:37:18.969248+0000 mgr.smithi118.ueiebd (mgr.14180) 1202 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:20.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:20 smithi186 bash[28774]: cluster 2023-11-16T02:37:18.969248+0000 mgr.smithi118.ueiebd (mgr.14180) 1202 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:20.757 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:22.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:22 smithi118 bash[24930]: cluster 2023-11-16T02:37:20.969990+0000 mgr.smithi118.ueiebd (mgr.14180) 1203 : 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-11-16T02:37:22.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:22 smithi186 bash[28774]: cluster 2023-11-16T02:37:20.969990+0000 mgr.smithi118.ueiebd (mgr.14180) 1203 : 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-11-16T02:37:24.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:24 smithi118 bash[24930]: cluster 2023-11-16T02:37:22.970715+0000 mgr.smithi118.ueiebd (mgr.14180) 1204 : 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-11-16T02:37:24.440 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:24.440 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:24.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:24 smithi186 bash[28774]: cluster 2023-11-16T02:37:22.970715+0000 mgr.smithi118.ueiebd (mgr.14180) 1204 : 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-11-16T02:37:25.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:25.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:25 smithi118 bash[24930]: audit 2023-11-16T02:37:24.433868+0000 mgr.smithi118.ueiebd (mgr.14180) 1205 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:25.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:25 smithi186 bash[28774]: audit 2023-11-16T02:37:24.433868+0000 mgr.smithi118.ueiebd (mgr.14180) 1205 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:26.267 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:26.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:26 smithi118 bash[24930]: cluster 2023-11-16T02:37:24.971845+0000 mgr.smithi118.ueiebd (mgr.14180) 1206 : 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-11-16T02:37:26.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:26 smithi186 bash[28774]: cluster 2023-11-16T02:37:24.971845+0000 mgr.smithi118.ueiebd (mgr.14180) 1206 : 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-11-16T02:37:28.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:28 smithi118 bash[24930]: cluster 2023-11-16T02:37:26.973158+0000 mgr.smithi118.ueiebd (mgr.14180) 1207 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:28 smithi186 bash[28774]: cluster 2023-11-16T02:37:26.973158+0000 mgr.smithi118.ueiebd (mgr.14180) 1207 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:29.976 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:29.977 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:30.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:30 smithi118 bash[24930]: cluster 2023-11-16T02:37:28.974111+0000 mgr.smithi118.ueiebd (mgr.14180) 1208 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:30.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:30 smithi186 bash[28774]: cluster 2023-11-16T02:37:28.974111+0000 mgr.smithi118.ueiebd (mgr.14180) 1208 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:30.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:31.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:31 smithi118 bash[24930]: audit 2023-11-16T02:37:29.969165+0000 mgr.smithi118.ueiebd (mgr.14180) 1209 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:31.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:31 smithi186 bash[28774]: audit 2023-11-16T02:37:29.969165+0000 mgr.smithi118.ueiebd (mgr.14180) 1209 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:31.812 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:32.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:32 smithi118 bash[24930]: cluster 2023-11-16T02:37:30.975168+0000 mgr.smithi118.ueiebd (mgr.14180) 1210 : 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-11-16T02:37:32.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:32 smithi186 bash[28774]: cluster 2023-11-16T02:37:30.975168+0000 mgr.smithi118.ueiebd (mgr.14180) 1210 : 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-11-16T02:37:34.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:34 smithi118 bash[24930]: cluster 2023-11-16T02:37:32.976502+0000 mgr.smithi118.ueiebd (mgr.14180) 1211 : 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-11-16T02:37:34.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:34 smithi186 bash[28774]: cluster 2023-11-16T02:37:32.976502+0000 mgr.smithi118.ueiebd (mgr.14180) 1211 : 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-11-16T02:37:35.540 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:35.541 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:36 smithi118 bash[24930]: cluster 2023-11-16T02:37:34.977770+0000 mgr.smithi118.ueiebd (mgr.14180) 1212 : 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-11-16T02:37:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:36 smithi118 bash[24930]: audit 2023-11-16T02:37:35.528391+0000 mgr.smithi118.ueiebd (mgr.14180) 1213 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:36.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:36.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:36 smithi186 bash[28774]: cluster 2023-11-16T02:37:34.977770+0000 mgr.smithi118.ueiebd (mgr.14180) 1212 : 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-11-16T02:37:36.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:36 smithi186 bash[28774]: audit 2023-11-16T02:37:35.528391+0000 mgr.smithi118.ueiebd (mgr.14180) 1213 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:37.404 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:38.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:38 smithi186 bash[28774]: cluster 2023-11-16T02:37:36.979122+0000 mgr.smithi118.ueiebd (mgr.14180) 1214 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:38.562 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:38 smithi118 bash[24930]: cluster 2023-11-16T02:37:36.979122+0000 mgr.smithi118.ueiebd (mgr.14180) 1214 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:40.454 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:40 smithi118 bash[24930]: cluster 2023-11-16T02:37:38.980005+0000 mgr.smithi118.ueiebd (mgr.14180) 1215 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:40.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:40 smithi186 bash[28774]: cluster 2023-11-16T02:37:38.980005+0000 mgr.smithi118.ueiebd (mgr.14180) 1215 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:40.902 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:40.902 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:41.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:41 smithi118 bash[24930]: audit 2023-11-16T02:37:40.892418+0000 mgr.smithi118.ueiebd (mgr.14180) 1216 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:41.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:41 smithi186 bash[28774]: audit 2023-11-16T02:37:40.892418+0000 mgr.smithi118.ueiebd (mgr.14180) 1216 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:41.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:42.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:42 smithi186 bash[28774]: cluster 2023-11-16T02:37:40.981048+0000 mgr.smithi118.ueiebd (mgr.14180) 1217 : 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-11-16T02:37:42.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:42 smithi118 bash[24930]: cluster 2023-11-16T02:37:40.981048+0000 mgr.smithi118.ueiebd (mgr.14180) 1217 : 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-11-16T02:37:42.748 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:44.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:44 smithi118 bash[24930]: cluster 2023-11-16T02:37:42.981778+0000 mgr.smithi118.ueiebd (mgr.14180) 1218 : 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-11-16T02:37:44.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:44 smithi186 bash[28774]: cluster 2023-11-16T02:37:42.981778+0000 mgr.smithi118.ueiebd (mgr.14180) 1218 : 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-11-16T02:37:46.236 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:46.237 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:46.492 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:46 smithi118 bash[24930]: cluster 2023-11-16T02:37:44.982650+0000 mgr.smithi118.ueiebd (mgr.14180) 1219 : 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-11-16T02:37:46.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:46 smithi186 bash[28774]: cluster 2023-11-16T02:37:44.982650+0000 mgr.smithi118.ueiebd (mgr.14180) 1219 : 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-11-16T02:37:47.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:47.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:47 smithi118 bash[24930]: audit 2023-11-16T02:37:46.223903+0000 mgr.smithi118.ueiebd (mgr.14180) 1220 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:47.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:47 smithi186 bash[28774]: audit 2023-11-16T02:37:46.223903+0000 mgr.smithi118.ueiebd (mgr.14180) 1220 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:48.021 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:48.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:48 smithi118 bash[24930]: cluster 2023-11-16T02:37:46.983540+0000 mgr.smithi118.ueiebd (mgr.14180) 1221 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:48 smithi186 bash[28774]: cluster 2023-11-16T02:37:46.983540+0000 mgr.smithi118.ueiebd (mgr.14180) 1221 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:50.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:50 smithi186 bash[28774]: cluster 2023-11-16T02:37:48.984762+0000 mgr.smithi118.ueiebd (mgr.14180) 1222 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:50.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:50 smithi118 bash[24930]: cluster 2023-11-16T02:37:48.984762+0000 mgr.smithi118.ueiebd (mgr.14180) 1222 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:37:51.727 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:51.728 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:52.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:52 smithi118 bash[24930]: cluster 2023-11-16T02:37:50.985826+0000 mgr.smithi118.ueiebd (mgr.14180) 1223 : 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-11-16T02:37:52.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:52 smithi118 bash[24930]: audit 2023-11-16T02:37:51.714731+0000 mgr.smithi118.ueiebd (mgr.14180) 1224 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:52.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:52 smithi186 bash[28774]: cluster 2023-11-16T02:37:50.985826+0000 mgr.smithi118.ueiebd (mgr.14180) 1223 : 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-11-16T02:37:52.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:52 smithi186 bash[28774]: audit 2023-11-16T02:37:51.714731+0000 mgr.smithi118.ueiebd (mgr.14180) 1224 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:52.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:53.548 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:54.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:54 smithi186 bash[28774]: cluster 2023-11-16T02:37:52.987102+0000 mgr.smithi118.ueiebd (mgr.14180) 1225 : 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-11-16T02:37:54.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:54 smithi118 bash[24930]: cluster 2023-11-16T02:37:52.987102+0000 mgr.smithi118.ueiebd (mgr.14180) 1225 : 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-11-16T02:37:56.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:56 smithi186 bash[28774]: cluster 2023-11-16T02:37:54.988515+0000 mgr.smithi118.ueiebd (mgr.14180) 1226 : 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-11-16T02:37:56.612 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:56 smithi118 bash[24930]: cluster 2023-11-16T02:37:54.988515+0000 mgr.smithi118.ueiebd (mgr.14180) 1226 : 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-11-16T02:37:57.060 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:37:57.060 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:37:57.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:58.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:58 smithi186 bash[28774]: cluster 2023-11-16T02:37:56.989663+0000 mgr.smithi118.ueiebd (mgr.14180) 1227 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:37:58 smithi186 bash[28774]: audit 2023-11-16T02:37:57.049482+0000 mgr.smithi118.ueiebd (mgr.14180) 1228 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:58.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:58 smithi118 bash[24930]: cluster 2023-11-16T02:37:56.989663+0000 mgr.smithi118.ueiebd (mgr.14180) 1227 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:37:58.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:37:58 smithi118 bash[24930]: audit 2023-11-16T02:37:57.049482+0000 mgr.smithi118.ueiebd (mgr.14180) 1228 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:58.906 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:00.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:00 smithi118 bash[24930]: cluster 2023-11-16T02:37:58.990984+0000 mgr.smithi118.ueiebd (mgr.14180) 1229 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:38:00.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:00 smithi186 bash[28774]: cluster 2023-11-16T02:37:58.990984+0000 mgr.smithi118.ueiebd (mgr.14180) 1229 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:38:01.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:01 smithi118 bash[24930]: audit 2023-11-16T02:38:00.962228+0000 mon.smithi118 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:38:01.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:01 smithi186 bash[28774]: audit 2023-11-16T02:38:00.962228+0000 mon.smithi118 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: cluster 2023-11-16T02:38:00.991877+0000 mgr.smithi118.ueiebd (mgr.14180) 1230 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: audit 2023-11-16T02:38:01.274838+0000 mon.smithi118 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: audit 2023-11-16T02:38:01.276356+0000 mon.smithi118 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: audit 2023-11-16T02:38:01.282668+0000 mon.smithi118 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: cluster 2023-11-16T02:38:01.283240+0000 mgr.smithi118.ueiebd (mgr.14180) 1231 : cluster [DBG] pgmap v830: 97 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-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: audit 2023-11-16T02:38:01.289677+0000 mon.smithi118 (mon.0) 960 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: audit 2023-11-16T02:38:01.302707+0000 mon.smithi118 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:02.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:02 smithi118 bash[24930]: cephadm 2023-11-16T02:38:01.306032+0000 mgr.smithi118.ueiebd (mgr.14180) 1232 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.xkewlm on smithi186 2023-11-16T02:38:02.445 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:02.445 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:52.810361Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.hpvpfd on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: cluster 2023-11-16T02:38:00.991877+0000 mgr.smithi118.ueiebd (mgr.14180) 1230 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: audit 2023-11-16T02:38:01.274838+0000 mon.smithi118 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: audit 2023-11-16T02:38:01.276356+0000 mon.smithi118 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: audit 2023-11-16T02:38:01.282668+0000 mon.smithi118 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: cluster 2023-11-16T02:38:01.283240+0000 mgr.smithi118.ueiebd (mgr.14180) 1231 : cluster [DBG] pgmap v830: 97 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-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: audit 2023-11-16T02:38:01.289677+0000 mon.smithi118 (mon.0) 960 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: audit 2023-11-16T02:38:01.302707+0000 mon.smithi118 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:02 smithi186 bash[28774]: cephadm 2023-11-16T02:38:01.306032+0000 mgr.smithi118.ueiebd (mgr.14180) 1232 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.xkewlm on smithi186 2023-11-16T02:38:03.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:03.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:03 smithi186 bash[28774]: cluster 2023-11-16T02:38:02.280875+0000 mon.smithi118 (mon.0) 962 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:38:03.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:03 smithi186 bash[28774]: cluster 2023-11-16T02:38:02.280937+0000 mon.smithi118 (mon.0) 963 : cluster [INF] Cluster is now healthy 2023-11-16T02:38:03.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:03 smithi186 bash[28774]: audit 2023-11-16T02:38:02.433877+0000 mgr.smithi118.ueiebd (mgr.14180) 1233 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:03.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:03 smithi118 bash[24930]: cluster 2023-11-16T02:38:02.280875+0000 mon.smithi118 (mon.0) 962 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:38:03.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:03 smithi118 bash[24930]: cluster 2023-11-16T02:38:02.280937+0000 mon.smithi118 (mon.0) 963 : cluster [INF] Cluster is now healthy 2023-11-16T02:38:03.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:03 smithi118 bash[24930]: audit 2023-11-16T02:38:02.433877+0000 mgr.smithi118.ueiebd (mgr.14180) 1233 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:04.369 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:04.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:04 smithi186 bash[28774]: cluster 2023-11-16T02:38:03.284160+0000 mgr.smithi118.ueiebd (mgr.14180) 1234 : cluster [DBG] pgmap v831: 97 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-11-16T02:38:04.568 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:04 smithi118 bash[24930]: cluster 2023-11-16T02:38:03.284160+0000 mgr.smithi118.ueiebd (mgr.14180) 1234 : cluster [DBG] pgmap v831: 97 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-11-16T02:38:06.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: cephadm 2023-11-16T02:38:05.075556+0000 mgr.smithi118.ueiebd (mgr.14180) 1235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.xkewlm ... 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.xkewlm ... 2023-11-16T02:38:06.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: cephadm 2023-11-16T02:38:05.076034+0000 mgr.smithi118.ueiebd (mgr.14180) 1236 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: audit 2023-11-16T02:38:05.076434+0000 mon.smithi118 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.xkewlm"}]: dispatch 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: cephadm 2023-11-16T02:38:05.077686+0000 mgr.smithi118.ueiebd (mgr.14180) 1237 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:06.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.xkewlm ... 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: cephadm 2023-11-16T02:38:05.081882+0000 mgr.smithi118.ueiebd (mgr.14180) 1238 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.xhuvzl on smithi118 2023-11-16T02:38:06.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:06 smithi118 bash[24930]: cluster 2023-11-16T02:38:05.284646+0000 mgr.smithi118.ueiebd (mgr.14180) 1239 : cluster [DBG] pgmap v832: 97 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-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: cephadm 2023-11-16T02:38:05.075556+0000 mgr.smithi118.ueiebd (mgr.14180) 1235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.xkewlm ... 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:06.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.xkewlm ... 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:06.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: cephadm 2023-11-16T02:38:05.076034+0000 mgr.smithi118.ueiebd (mgr.14180) 1236 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: audit 2023-11-16T02:38:05.076434+0000 mon.smithi118 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.xkewlm"}]: dispatch 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: cephadm 2023-11-16T02:38:05.077686+0000 mgr.smithi118.ueiebd (mgr.14180) 1237 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.xkewlm ... 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:06.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:06.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:06.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:06.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: cephadm 2023-11-16T02:38:05.081882+0000 mgr.smithi118.ueiebd (mgr.14180) 1238 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.xhuvzl on smithi118 2023-11-16T02:38:06.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:06 smithi186 bash[28774]: cluster 2023-11-16T02:38:05.284646+0000 mgr.smithi118.ueiebd (mgr.14180) 1239 : cluster [DBG] pgmap v832: 97 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-11-16T02:38:07.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:07 smithi118 bash[24930]: audit 2023-11-16T02:38:06.508684+0000 mon.smithi118 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:07.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:07 smithi186 bash[28774]: audit 2023-11-16T02:38:06.508684+0000 mon.smithi118 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:08.157 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:08.157 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:57.080552Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.elylos on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-elylos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.elylos\nDeploy daemon haproxy.nfs.foo.smithi186.elylos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.951077Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.mfawmv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-mfawmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.mfawmv\nDeploy daemon haproxy.nfs.foo.smithi118.mfawmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:00.955773Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.uialyv on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:08.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:08 smithi186 bash[28774]: cluster 2023-11-16T02:38:07.285583+0000 mgr.smithi118.ueiebd (mgr.14180) 1240 : cluster [DBG] pgmap v833: 97 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-11-16T02:38:08.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:08 smithi118 bash[24930]: cluster 2023-11-16T02:38:07.285583+0000 mgr.smithi118.ueiebd (mgr.14180) 1240 : cluster [DBG] pgmap v833: 97 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-11-16T02:38:09.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:09.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:09 smithi186 bash[28774]: audit 2023-11-16T02:38:08.147867+0000 mgr.smithi118.ueiebd (mgr.14180) 1241 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:09.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:09 smithi186 bash[28774]: audit 2023-11-16T02:38:09.128518+0000 mon.smithi118 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.xhuvzl"}]: dispatch 2023-11-16T02:38:09.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:09 smithi118 bash[24930]: audit 2023-11-16T02:38:08.147867+0000 mgr.smithi118.ueiebd (mgr.14180) 1241 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:09.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:09 smithi118 bash[24930]: audit 2023-11-16T02:38:09.128518+0000 mon.smithi118 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.xhuvzl"}]: dispatch 2023-11-16T02:38:10.101 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cephadm 2023-11-16T02:38:09.127378+0000 mgr.smithi118.ueiebd (mgr.14180) 1242 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.xhuvzl ... 2023-11-16T02:38:10.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:10.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.xhuvzl ... 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:10.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cephadm 2023-11-16T02:38:09.127926+0000 mgr.smithi118.ueiebd (mgr.14180) 1243 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cephadm 2023-11-16T02:38:09.129978+0000 mgr.smithi118.ueiebd (mgr.14180) 1244 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.xhuvzl ... 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:10.625 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:10.626 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:10.626 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.626 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cephadm 2023-11-16T02:38:09.132275+0000 mgr.smithi118.ueiebd (mgr.14180) 1245 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:38:10.626 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cephadm 2023-11-16T02:38:09.133781+0000 mgr.smithi118.ueiebd (mgr.14180) 1246 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:38:10.626 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cluster 2023-11-16T02:38:09.135081+0000 mgr.smithi118.ueiebd (mgr.14180) 1247 : cluster [DBG] pgmap v834: 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-11-16T02:38:10.626 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:10 smithi118 bash[24930]: cluster 2023-11-16T02:38:09.517829+0000 mon.smithi118 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cephadm 2023-11-16T02:38:09.127378+0000 mgr.smithi118.ueiebd (mgr.14180) 1242 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.xhuvzl ... 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:10.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.xhuvzl ... 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:10.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cephadm 2023-11-16T02:38:09.127926+0000 mgr.smithi118.ueiebd (mgr.14180) 1243 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cephadm 2023-11-16T02:38:09.129978+0000 mgr.smithi118.ueiebd (mgr.14180) 1244 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.xhuvzl ... 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:38:10.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:38:10.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cephadm 2023-11-16T02:38:09.132275+0000 mgr.smithi118.ueiebd (mgr.14180) 1245 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:38:10.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cephadm 2023-11-16T02:38:09.133781+0000 mgr.smithi118.ueiebd (mgr.14180) 1246 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:38:10.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cluster 2023-11-16T02:38:09.135081+0000 mgr.smithi118.ueiebd (mgr.14180) 1247 : cluster [DBG] pgmap v834: 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-11-16T02:38:10.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:10 smithi186 bash[28774]: cluster 2023-11-16T02:38:09.517829+0000 mon.smithi118 (mon.0) 967 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:38:12.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:11 smithi186 bash[28774]: audit 2023-11-16T02:38:10.938693+0000 mon.smithi118 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:12.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:11 smithi186 bash[28774]: cluster 2023-11-16T02:38:11.136169+0000 mgr.smithi118.ueiebd (mgr.14180) 1248 : cluster [DBG] pgmap v835: 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-11-16T02:38:12.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:11 smithi118 bash[24930]: audit 2023-11-16T02:38:10.938693+0000 mon.smithi118 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:12.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:11 smithi118 bash[24930]: cluster 2023-11-16T02:38:11.136169+0000 mgr.smithi118.ueiebd (mgr.14180) 1248 : cluster [DBG] pgmap v835: 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-11-16T02:38:13.893 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:13.894 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:14.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:14 smithi118 bash[24930]: cluster 2023-11-16T02:38:13.137403+0000 mgr.smithi118.ueiebd (mgr.14180) 1249 : cluster [DBG] pgmap v836: 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-11-16T02:38:14.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:14 smithi118 bash[24930]: audit 2023-11-16T02:38:13.882691+0000 mgr.smithi118.ueiebd (mgr.14180) 1250 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:14.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:14 smithi186 bash[28774]: cluster 2023-11-16T02:38:13.137403+0000 mgr.smithi118.ueiebd (mgr.14180) 1249 : cluster [DBG] pgmap v836: 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-11-16T02:38:14.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:14 smithi186 bash[28774]: audit 2023-11-16T02:38:13.882691+0000 mgr.smithi118.ueiebd (mgr.14180) 1250 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:14.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:15.724 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:16.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:16 smithi118 bash[24930]: cluster 2023-11-16T02:38:15.138568+0000 mgr.smithi118.ueiebd (mgr.14180) 1251 : cluster [DBG] pgmap v837: 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-11-16T02:38:16.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:16 smithi186 bash[28774]: cluster 2023-11-16T02:38:15.138568+0000 mgr.smithi118.ueiebd (mgr.14180) 1251 : cluster [DBG] pgmap v837: 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-11-16T02:38:18.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:18 smithi118 bash[24930]: cluster 2023-11-16T02:38:17.139857+0000 mgr.smithi118.ueiebd (mgr.14180) 1252 : cluster [DBG] pgmap v838: 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-11-16T02:38:18.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:18 smithi186 bash[28774]: cluster 2023-11-16T02:38:17.139857+0000 mgr.smithi118.ueiebd (mgr.14180) 1252 : cluster [DBG] pgmap v838: 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-11-16T02:38:19.339 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:19.339 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:20.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:20.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:20 smithi186 bash[28774]: cluster 2023-11-16T02:38:19.140894+0000 mgr.smithi118.ueiebd (mgr.14180) 1253 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-16T02:38:20.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:20 smithi186 bash[28774]: audit 2023-11-16T02:38:19.327998+0000 mgr.smithi118.ueiebd (mgr.14180) 1254 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:20.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:20 smithi118 bash[24930]: cluster 2023-11-16T02:38:19.140894+0000 mgr.smithi118.ueiebd (mgr.14180) 1253 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-16T02:38:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:20 smithi118 bash[24930]: audit 2023-11-16T02:38:19.327998+0000 mgr.smithi118.ueiebd (mgr.14180) 1254 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:21.224 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:22.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:22 smithi186 bash[28774]: cluster 2023-11-16T02:38:21.142078+0000 mgr.smithi118.ueiebd (mgr.14180) 1255 : 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-11-16T02:38:22.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:22 smithi186 bash[28774]: audit 2023-11-16T02:38:21.510191+0000 mon.smithi118 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:22 smithi118 bash[24930]: cluster 2023-11-16T02:38:21.142078+0000 mgr.smithi118.ueiebd (mgr.14180) 1255 : 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-11-16T02:38:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:22 smithi118 bash[24930]: audit 2023-11-16T02:38:21.510191+0000 mon.smithi118 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:38:24.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:24 smithi186 bash[28774]: cluster 2023-11-16T02:38:23.143115+0000 mgr.smithi118.ueiebd (mgr.14180) 1256 : 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-11-16T02:38:24.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:24 smithi118 bash[24930]: cluster 2023-11-16T02:38:23.143115+0000 mgr.smithi118.ueiebd (mgr.14180) 1256 : 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-11-16T02:38:24.904 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:24.904 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:25.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:25.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:25 smithi186 bash[28774]: audit 2023-11-16T02:38:24.898206+0000 mgr.smithi118.ueiebd (mgr.14180) 1257 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:25.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:25 smithi118 bash[24930]: audit 2023-11-16T02:38:24.898206+0000 mgr.smithi118.ueiebd (mgr.14180) 1257 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:26.755 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:26.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:26 smithi186 bash[28774]: cluster 2023-11-16T02:38:25.144238+0000 mgr.smithi118.ueiebd (mgr.14180) 1258 : 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-11-16T02:38:26.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:26 smithi118 bash[24930]: cluster 2023-11-16T02:38:25.144238+0000 mgr.smithi118.ueiebd (mgr.14180) 1258 : 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-11-16T02:38:28.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:28 smithi186 bash[28774]: cluster 2023-11-16T02:38:27.145042+0000 mgr.smithi118.ueiebd (mgr.14180) 1259 : 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-11-16T02:38:28.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:28 smithi118 bash[24930]: cluster 2023-11-16T02:38:27.145042+0000 mgr.smithi118.ueiebd (mgr.14180) 1259 : 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-11-16T02:38:30.496 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:30.496 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:30.784 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:30 smithi118 bash[24930]: cluster 2023-11-16T02:38:29.145985+0000 mgr.smithi118.ueiebd (mgr.14180) 1260 : 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-11-16T02:38:30.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:30 smithi186 bash[28774]: cluster 2023-11-16T02:38:29.145985+0000 mgr.smithi118.ueiebd (mgr.14180) 1260 : 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-11-16T02:38:31.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:31.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:31 smithi118 bash[24930]: audit 2023-11-16T02:38:30.484495+0000 mgr.smithi118.ueiebd (mgr.14180) 1261 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:31.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:31 smithi186 bash[28774]: audit 2023-11-16T02:38:30.484495+0000 mgr.smithi118.ueiebd (mgr.14180) 1261 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:32.311 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:32.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:32 smithi118 bash[24930]: cluster 2023-11-16T02:38:31.146723+0000 mgr.smithi118.ueiebd (mgr.14180) 1262 : 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-11-16T02:38:33.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:32 smithi186 bash[28774]: cluster 2023-11-16T02:38:31.146723+0000 mgr.smithi118.ueiebd (mgr.14180) 1262 : 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-11-16T02:38:34.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:34 smithi118 bash[24930]: cluster 2023-11-16T02:38:33.147842+0000 mgr.smithi118.ueiebd (mgr.14180) 1263 : 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-11-16T02:38:35.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:34 smithi186 bash[28774]: cluster 2023-11-16T02:38:33.147842+0000 mgr.smithi118.ueiebd (mgr.14180) 1263 : 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-11-16T02:38:36.020 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:36.021 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:36.324 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:36 smithi118 bash[24930]: cluster 2023-11-16T02:38:35.148912+0000 mgr.smithi118.ueiebd (mgr.14180) 1264 : 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-11-16T02:38:36.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:36 smithi186 bash[28774]: cluster 2023-11-16T02:38:35.148912+0000 mgr.smithi118.ueiebd (mgr.14180) 1264 : 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-11-16T02:38:36.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:37.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:37 smithi118 bash[24930]: audit 2023-11-16T02:38:36.010082+0000 mgr.smithi118.ueiebd (mgr.14180) 1265 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:37.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:37 smithi186 bash[28774]: audit 2023-11-16T02:38:36.010082+0000 mgr.smithi118.ueiebd (mgr.14180) 1265 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:37.925 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:38.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:38 smithi118 bash[24930]: cluster 2023-11-16T02:38:37.150226+0000 mgr.smithi118.ueiebd (mgr.14180) 1266 : 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-11-16T02:38:38.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:38 smithi186 bash[28774]: cluster 2023-11-16T02:38:37.150226+0000 mgr.smithi118.ueiebd (mgr.14180) 1266 : 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-11-16T02:38:40.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:40 smithi186 bash[28774]: cluster 2023-11-16T02:38:39.151379+0000 mgr.smithi118.ueiebd (mgr.14180) 1267 : 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-11-16T02:38:40.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:40 smithi118 bash[24930]: cluster 2023-11-16T02:38:39.151379+0000 mgr.smithi118.ueiebd (mgr.14180) 1267 : 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-11-16T02:38:41.380 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:41.380 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:42.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:42.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:42 smithi186 bash[28774]: cluster 2023-11-16T02:38:41.152530+0000 mgr.smithi118.ueiebd (mgr.14180) 1268 : 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-11-16T02:38:42.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:42 smithi186 bash[28774]: audit 2023-11-16T02:38:41.367376+0000 mgr.smithi118.ueiebd (mgr.14180) 1269 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:42.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:42 smithi118 bash[24930]: cluster 2023-11-16T02:38:41.152530+0000 mgr.smithi118.ueiebd (mgr.14180) 1268 : 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-11-16T02:38:42.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:42 smithi118 bash[24930]: audit 2023-11-16T02:38:41.367376+0000 mgr.smithi118.ueiebd (mgr.14180) 1269 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:43.324 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:44.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:44 smithi186 bash[28774]: cluster 2023-11-16T02:38:43.153871+0000 mgr.smithi118.ueiebd (mgr.14180) 1270 : 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-11-16T02:38:44.565 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:44 smithi118 bash[24930]: cluster 2023-11-16T02:38:43.153871+0000 mgr.smithi118.ueiebd (mgr.14180) 1270 : 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-11-16T02:38:46.344 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:46 smithi118 bash[24930]: cluster 2023-11-16T02:38:45.155194+0000 mgr.smithi118.ueiebd (mgr.14180) 1271 : 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-11-16T02:38:46.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:46 smithi186 bash[28774]: cluster 2023-11-16T02:38:45.155194+0000 mgr.smithi118.ueiebd (mgr.14180) 1271 : 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-11-16T02:38:46.722 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:46.722 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:47.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:47 smithi118 bash[24930]: audit 2023-11-16T02:38:46.711884+0000 mgr.smithi118.ueiebd (mgr.14180) 1272 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:47.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:47 smithi186 bash[28774]: audit 2023-11-16T02:38:46.711884+0000 mgr.smithi118.ueiebd (mgr.14180) 1272 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:47.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:48.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:48 smithi118 bash[24930]: cluster 2023-11-16T02:38:47.156492+0000 mgr.smithi118.ueiebd (mgr.14180) 1273 : 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-11-16T02:38:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:48 smithi186 bash[28774]: cluster 2023-11-16T02:38:47.156492+0000 mgr.smithi118.ueiebd (mgr.14180) 1273 : 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-11-16T02:38:48.598 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:50.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:50 smithi186 bash[28774]: cluster 2023-11-16T02:38:49.157774+0000 mgr.smithi118.ueiebd (mgr.14180) 1274 : 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-11-16T02:38:50.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:50 smithi118 bash[24930]: cluster 2023-11-16T02:38:49.157774+0000 mgr.smithi118.ueiebd (mgr.14180) 1274 : 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-11-16T02:38:52.217 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:52.217 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:52.505 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:52 smithi118 bash[24930]: cluster 2023-11-16T02:38:51.158870+0000 mgr.smithi118.ueiebd (mgr.14180) 1275 : 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-11-16T02:38:52.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:52 smithi186 bash[28774]: cluster 2023-11-16T02:38:51.158870+0000 mgr.smithi118.ueiebd (mgr.14180) 1275 : 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-11-16T02:38:53.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:53.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:53 smithi118 bash[24930]: audit 2023-11-16T02:38:52.211296+0000 mgr.smithi118.ueiebd (mgr.14180) 1276 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:53.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:53 smithi186 bash[28774]: audit 2023-11-16T02:38:52.211296+0000 mgr.smithi118.ueiebd (mgr.14180) 1276 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:54.078 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:54.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:54 smithi118 bash[24930]: cluster 2023-11-16T02:38:53.160176+0000 mgr.smithi118.ueiebd (mgr.14180) 1277 : 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-11-16T02:38:54.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:54 smithi186 bash[28774]: cluster 2023-11-16T02:38:53.160176+0000 mgr.smithi118.ueiebd (mgr.14180) 1277 : 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-11-16T02:38:56.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:56 smithi118 bash[24930]: cluster 2023-11-16T02:38:55.161285+0000 mgr.smithi118.ueiebd (mgr.14180) 1278 : 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-11-16T02:38:56.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:56 smithi186 bash[28774]: cluster 2023-11-16T02:38:55.161285+0000 mgr.smithi118.ueiebd (mgr.14180) 1278 : 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-11-16T02:38:57.592 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:38:57.593 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:38:58.539 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:58 smithi118 bash[24930]: cluster 2023-11-16T02:38:57.162531+0000 mgr.smithi118.ueiebd (mgr.14180) 1279 : 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-11-16T02:38:58.540 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:38:58 smithi118 bash[24930]: audit 2023-11-16T02:38:57.582225+0000 mgr.smithi118.ueiebd (mgr.14180) 1280 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:58.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:58.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:58 smithi186 bash[28774]: cluster 2023-11-16T02:38:57.162531+0000 mgr.smithi118.ueiebd (mgr.14180) 1279 : 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-11-16T02:38:58.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:38:58 smithi186 bash[28774]: audit 2023-11-16T02:38:57.582225+0000 mgr.smithi118.ueiebd (mgr.14180) 1280 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:59.542 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:00.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:00 smithi186 bash[28774]: cluster 2023-11-16T02:38:59.163755+0000 mgr.smithi118.ueiebd (mgr.14180) 1281 : 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-11-16T02:39:00.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:00 smithi118 bash[24930]: cluster 2023-11-16T02:38:59.163755+0000 mgr.smithi118.ueiebd (mgr.14180) 1281 : 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-11-16T02:39:02.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:02 smithi186 bash[28774]: cluster 2023-11-16T02:39:01.164765+0000 mgr.smithi118.ueiebd (mgr.14180) 1282 : 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-11-16T02:39:02.562 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:02 smithi118 bash[24930]: cluster 2023-11-16T02:39:01.164765+0000 mgr.smithi118.ueiebd (mgr.14180) 1282 : 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-11-16T02:39:02.980 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:02.981 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:03.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:04.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:04 smithi186 bash[28774]: audit 2023-11-16T02:39:02.974598+0000 mgr.smithi118.ueiebd (mgr.14180) 1283 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:04.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:04 smithi186 bash[28774]: cluster 2023-11-16T02:39:03.165956+0000 mgr.smithi118.ueiebd (mgr.14180) 1284 : 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-11-16T02:39:04.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:04 smithi118 bash[24930]: audit 2023-11-16T02:39:02.974598+0000 mgr.smithi118.ueiebd (mgr.14180) 1283 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:04.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:04 smithi118 bash[24930]: cluster 2023-11-16T02:39:03.165956+0000 mgr.smithi118.ueiebd (mgr.14180) 1284 : 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-11-16T02:39:04.831 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:06.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:06 smithi118 bash[24930]: cluster 2023-11-16T02:39:05.166674+0000 mgr.smithi118.ueiebd (mgr.14180) 1285 : 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-11-16T02:39:06.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:06 smithi186 bash[28774]: cluster 2023-11-16T02:39:05.166674+0000 mgr.smithi118.ueiebd (mgr.14180) 1285 : 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-11-16T02:39:08.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:08 smithi118 bash[24930]: cluster 2023-11-16T02:39:07.167808+0000 mgr.smithi118.ueiebd (mgr.14180) 1286 : 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-11-16T02:39:08.469 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:08.469 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:37:00.957645Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.etztux on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:08.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:08 smithi186 bash[28774]: cluster 2023-11-16T02:39:07.167808+0000 mgr.smithi118.ueiebd (mgr.14180) 1286 : 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-11-16T02:39:09.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:09.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:09 smithi186 bash[28774]: audit 2023-11-16T02:39:08.459342+0000 mgr.smithi118.ueiebd (mgr.14180) 1287 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:09.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:09 smithi186 bash[28774]: audit 2023-11-16T02:39:09.137358+0000 mon.smithi118 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:39:09.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:09 smithi118 bash[24930]: audit 2023-11-16T02:39:08.459342+0000 mgr.smithi118.ueiebd (mgr.14180) 1287 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:09.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:09 smithi118 bash[24930]: audit 2023-11-16T02:39:09.137358+0000 mon.smithi118 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:39:10.362 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:10.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: cluster 2023-11-16T02:39:09.169130+0000 mgr.smithi118.ueiebd (mgr.14180) 1288 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: audit 2023-11-16T02:39:09.445289+0000 mon.smithi118 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: audit 2023-11-16T02:39:09.446946+0000 mon.smithi118 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: audit 2023-11-16T02:39:09.454926+0000 mon.smithi118 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: cluster 2023-11-16T02:39:09.455709+0000 mgr.smithi118.ueiebd (mgr.14180) 1289 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: audit 2023-11-16T02:39:09.462617+0000 mon.smithi118 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: audit 2023-11-16T02:39:09.476013+0000 mon.smithi118 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:39:10.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:10 smithi186 bash[28774]: cephadm 2023-11-16T02:39:09.480052+0000 mgr.smithi118.ueiebd (mgr.14180) 1290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.oampsn on smithi186 2023-11-16T02:39:10.563 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: cluster 2023-11-16T02:39:09.169130+0000 mgr.smithi118.ueiebd (mgr.14180) 1288 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:39:10.563 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: audit 2023-11-16T02:39:09.445289+0000 mon.smithi118 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:39:10.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: audit 2023-11-16T02:39:09.446946+0000 mon.smithi118 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:39:10.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: audit 2023-11-16T02:39:09.454926+0000 mon.smithi118 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:39:10.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: cluster 2023-11-16T02:39:09.455709+0000 mgr.smithi118.ueiebd (mgr.14180) 1289 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-16T02:39:10.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: audit 2023-11-16T02:39:09.462617+0000 mon.smithi118 (mon.0) 974 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:39:10.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: audit 2023-11-16T02:39:09.476013+0000 mon.smithi118 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:39:10.564 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:10 smithi118 bash[24930]: cephadm 2023-11-16T02:39:09.480052+0000 mgr.smithi118.ueiebd (mgr.14180) 1290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.oampsn on smithi186 2023-11-16T02:39:11.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:11 smithi186 bash[28774]: cluster 2023-11-16T02:39:10.452059+0000 mon.smithi118 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:39:11.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:11 smithi186 bash[28774]: cluster 2023-11-16T02:39:10.452119+0000 mon.smithi118 (mon.0) 977 : cluster [INF] Cluster is now healthy 2023-11-16T02:39:11.557 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:11 smithi118 bash[24930]: cluster 2023-11-16T02:39:10.452059+0000 mon.smithi118 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:39:11.558 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:11 smithi118 bash[24930]: cluster 2023-11-16T02:39:10.452119+0000 mon.smithi118 (mon.0) 977 : cluster [INF] Cluster is now healthy 2023-11-16T02:39:12.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:12 smithi186 bash[28774]: cluster 2023-11-16T02:39:11.456479+0000 mgr.smithi118.ueiebd (mgr.14180) 1291 : cluster [DBG] pgmap v866: 97 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-11-16T02:39:12.573 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:12 smithi118 bash[24930]: cluster 2023-11-16T02:39:11.456479+0000 mgr.smithi118.ueiebd (mgr.14180) 1291 : cluster [DBG] pgmap v866: 97 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-11-16T02:39:13.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:13 smithi186 bash[28774]: audit 2023-11-16T02:39:13.366491+0000 mon.smithi118 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.oampsn"}]: dispatch 2023-11-16T02:39:13.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:13 smithi118 bash[24930]: audit 2023-11-16T02:39:13.366491+0000 mon.smithi118 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.oampsn"}]: dispatch 2023-11-16T02:39:14.040 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:14.040 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:05.077425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.xkewlm on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-xkewlm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.xkewlm\nDeploy daemon haproxy.nfs.foo.smithi186.xkewlm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.129729Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.xhuvzl on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-xhuvzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.xhuvzl\nDeploy daemon haproxy.nfs.foo.smithi118.xhuvzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:38:09.132156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.bjikxx on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: cephadm 2023-11-16T02:39:13.365575+0000 mgr.smithi118.ueiebd (mgr.14180) 1292 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:39:14.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:14.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: cephadm 2023-11-16T02:39:13.365854+0000 mgr.smithi118.ueiebd (mgr.14180) 1293 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: cephadm 2023-11-16T02:39:13.368123+0000 mgr.smithi118.ueiebd (mgr.14180) 1294 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:39:14.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:14.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:14.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:14.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: cephadm 2023-11-16T02:39:13.370756+0000 mgr.smithi118.ueiebd (mgr.14180) 1295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.nwpemb on smithi118 2023-11-16T02:39:14.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:14 smithi118 bash[24930]: cluster 2023-11-16T02:39:13.457233+0000 mgr.smithi118.ueiebd (mgr.14180) 1296 : cluster [DBG] pgmap v867: 97 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-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: cephadm 2023-11-16T02:39:13.365575+0000 mgr.smithi118.ueiebd (mgr.14180) 1292 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:14.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: cephadm 2023-11-16T02:39:13.365854+0000 mgr.smithi118.ueiebd (mgr.14180) 1293 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: cephadm 2023-11-16T02:39:13.368123+0000 mgr.smithi118.ueiebd (mgr.14180) 1294 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:14.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:14.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:14.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:14.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: cephadm 2023-11-16T02:39:13.370756+0000 mgr.smithi118.ueiebd (mgr.14180) 1295 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.nwpemb on smithi118 2023-11-16T02:39:14.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:14 smithi186 bash[28774]: cluster 2023-11-16T02:39:13.457233+0000 mgr.smithi118.ueiebd (mgr.14180) 1296 : cluster [DBG] pgmap v867: 97 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-11-16T02:39:15.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:15.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:15 smithi186 bash[28774]: audit 2023-11-16T02:39:14.029116+0000 mgr.smithi118.ueiebd (mgr.14180) 1297 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:15.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:15 smithi118 bash[24930]: audit 2023-11-16T02:39:14.029116+0000 mgr.smithi118.ueiebd (mgr.14180) 1297 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:16.051 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:16.711 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:16 smithi118 bash[24930]: cluster 2023-11-16T02:39:15.458156+0000 mgr.smithi118.ueiebd (mgr.14180) 1298 : cluster [DBG] pgmap v868: 97 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-11-16T02:39:16.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:16 smithi186 bash[28774]: cluster 2023-11-16T02:39:15.458156+0000 mgr.smithi118.ueiebd (mgr.14180) 1298 : cluster [DBG] pgmap v868: 97 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-11-16T02:39:17.776 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:17 smithi118 bash[24930]: audit 2023-11-16T02:39:17.284223+0000 mon.smithi118 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.nwpemb"}]: dispatch 2023-11-16T02:39:17.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:17 smithi186 bash[28774]: audit 2023-11-16T02:39:17.284223+0000 mon.smithi118 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.nwpemb"}]: dispatch 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cephadm 2023-11-16T02:39:17.283125+0000 mgr.smithi118.ueiebd (mgr.14180) 1299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:18.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cephadm 2023-11-16T02:39:17.283624+0000 mgr.smithi118.ueiebd (mgr.14180) 1300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cephadm 2023-11-16T02:39:17.285471+0000 mgr.smithi118.ueiebd (mgr.14180) 1301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:39:18.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cephadm 2023-11-16T02:39:17.289456+0000 mgr.smithi118.ueiebd (mgr.14180) 1302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cephadm 2023-11-16T02:39:17.291626+0000 mgr.smithi118.ueiebd (mgr.14180) 1303 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cluster 2023-11-16T02:39:17.292830+0000 mgr.smithi118.ueiebd (mgr.14180) 1304 : 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-11-16T02:39:18.797 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:18 smithi186 bash[28774]: cluster 2023-11-16T02:39:17.441681+0000 mon.smithi118 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:39:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cephadm 2023-11-16T02:39:17.283125+0000 mgr.smithi118.ueiebd (mgr.14180) 1299 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cephadm 2023-11-16T02:39:17.283624+0000 mgr.smithi118.ueiebd (mgr.14180) 1300 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cephadm 2023-11-16T02:39:17.285471+0000 mgr.smithi118.ueiebd (mgr.14180) 1301 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cephadm 2023-11-16T02:39:17.289456+0000 mgr.smithi118.ueiebd (mgr.14180) 1302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cephadm 2023-11-16T02:39:17.291626+0000 mgr.smithi118.ueiebd (mgr.14180) 1303 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:39:18.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cluster 2023-11-16T02:39:17.292830+0000 mgr.smithi118.ueiebd (mgr.14180) 1304 : 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-11-16T02:39:18.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:18 smithi118 bash[24930]: cluster 2023-11-16T02:39:17.441681+0000 mon.smithi118 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:39:19.796 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:19.796 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:20.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:20.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:20 smithi186 bash[28774]: cluster 2023-11-16T02:39:19.294171+0000 mgr.smithi118.ueiebd (mgr.14180) 1305 : cluster [DBG] pgmap v870: 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-11-16T02:39:20.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:20 smithi186 bash[28774]: audit 2023-11-16T02:39:19.784660+0000 mgr.smithi118.ueiebd (mgr.14180) 1306 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:20.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:20 smithi118 bash[24930]: cluster 2023-11-16T02:39:19.294171+0000 mgr.smithi118.ueiebd (mgr.14180) 1305 : cluster [DBG] pgmap v870: 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-11-16T02:39:20.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:20 smithi118 bash[24930]: audit 2023-11-16T02:39:19.784660+0000 mgr.smithi118.ueiebd (mgr.14180) 1306 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:21.588 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:22.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:21 smithi186 bash[28774]: audit 2023-11-16T02:39:20.993282+0000 mon.smithi118 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:39:22.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:21 smithi186 bash[28774]: cluster 2023-11-16T02:39:21.295260+0000 mgr.smithi118.ueiebd (mgr.14180) 1307 : cluster [DBG] pgmap v871: 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-11-16T02:39:22.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:21 smithi118 bash[24930]: audit 2023-11-16T02:39:20.993282+0000 mon.smithi118 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:39:22.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:21 smithi118 bash[24930]: cluster 2023-11-16T02:39:21.295260+0000 mgr.smithi118.ueiebd (mgr.14180) 1307 : cluster [DBG] pgmap v871: 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-11-16T02:39:24.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:24 smithi118 bash[24930]: cluster 2023-11-16T02:39:23.296454+0000 mgr.smithi118.ueiebd (mgr.14180) 1308 : cluster [DBG] pgmap v872: 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-11-16T02:39:24.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:24 smithi186 bash[28774]: cluster 2023-11-16T02:39:23.296454+0000 mgr.smithi118.ueiebd (mgr.14180) 1308 : cluster [DBG] pgmap v872: 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-11-16T02:39:25.268 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:25.268 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:26.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:26.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:26 smithi118 bash[24930]: audit 2023-11-16T02:39:25.256588+0000 mgr.smithi118.ueiebd (mgr.14180) 1309 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:26.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:26 smithi118 bash[24930]: cluster 2023-11-16T02:39:25.297507+0000 mgr.smithi118.ueiebd (mgr.14180) 1310 : cluster [DBG] pgmap v873: 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-11-16T02:39:26.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:26 smithi186 bash[28774]: audit 2023-11-16T02:39:25.256588+0000 mgr.smithi118.ueiebd (mgr.14180) 1309 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:26.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:26 smithi186 bash[28774]: cluster 2023-11-16T02:39:25.297507+0000 mgr.smithi118.ueiebd (mgr.14180) 1310 : cluster [DBG] pgmap v873: 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-11-16T02:39:27.101 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:28.516 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:28 smithi118 bash[24930]: cluster 2023-11-16T02:39:27.298628+0000 mgr.smithi118.ueiebd (mgr.14180) 1311 : cluster [DBG] pgmap v874: 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-11-16T02:39:35.615 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:35.615 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:35.650 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:30 smithi118 bash[24930]: cluster 2023-11-16T02:39:29.300099+0000 mgr.smithi118.ueiebd (mgr.14180) 1312 : 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-11-16T02:39:35.650 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:28 smithi186 bash[28774]: cluster 2023-11-16T02:39:27.298628+0000 mgr.smithi118.ueiebd (mgr.14180) 1311 : cluster [DBG] pgmap v874: 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-11-16T02:39:35.650 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:30 smithi186 bash[28774]: cluster 2023-11-16T02:39:29.300099+0000 mgr.smithi118.ueiebd (mgr.14180) 1312 : 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-11-16T02:39:35.651 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:31 smithi186 bash[28774]: audit 2023-11-16T02:39:30.399201+0000 mgr.smithi118.ueiebd (mgr.14180) 1313 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:35.651 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:32 smithi186 bash[28774]: cluster 2023-11-16T02:39:31.301184+0000 mgr.smithi118.ueiebd (mgr.14180) 1314 : 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-11-16T02:39:35.651 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:34 smithi186 bash[28774]: cluster 2023-11-16T02:39:33.302280+0000 mgr.smithi118.ueiebd (mgr.14180) 1315 : 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-11-16T02:39:35.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:35.652 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:31 smithi118 bash[24930]: audit 2023-11-16T02:39:30.399201+0000 mgr.smithi118.ueiebd (mgr.14180) 1313 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:35.652 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:32 smithi118 bash[24930]: cluster 2023-11-16T02:39:31.301184+0000 mgr.smithi118.ueiebd (mgr.14180) 1314 : 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-11-16T02:39:35.652 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:34 smithi118 bash[24930]: cluster 2023-11-16T02:39:33.302280+0000 mgr.smithi118.ueiebd (mgr.14180) 1315 : 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-11-16T02:39:36.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:36 smithi118 bash[24930]: cluster 2023-11-16T02:39:35.303503+0000 mgr.smithi118.ueiebd (mgr.14180) 1316 : 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-11-16T02:39:36.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:36 smithi186 bash[28774]: cluster 2023-11-16T02:39:35.303503+0000 mgr.smithi118.ueiebd (mgr.14180) 1316 : 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-11-16T02:39:36.652 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:38.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:38 smithi118 bash[24930]: cluster 2023-11-16T02:39:37.304773+0000 mgr.smithi118.ueiebd (mgr.14180) 1317 : 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-11-16T02:39:38.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:38 smithi186 bash[28774]: cluster 2023-11-16T02:39:37.304773+0000 mgr.smithi118.ueiebd (mgr.14180) 1317 : 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-11-16T02:39:40.105 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:40.106 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:40.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:40 smithi118 bash[24930]: cluster 2023-11-16T02:39:39.306129+0000 mgr.smithi118.ueiebd (mgr.14180) 1318 : 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-11-16T02:39:40.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:40 smithi186 bash[28774]: cluster 2023-11-16T02:39:39.306129+0000 mgr.smithi118.ueiebd (mgr.14180) 1318 : 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-11-16T02:39:40.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:41.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:41 smithi186 bash[28774]: audit 2023-11-16T02:39:40.096382+0000 mgr.smithi118.ueiebd (mgr.14180) 1319 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:41.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:41 smithi118 bash[24930]: audit 2023-11-16T02:39:40.096382+0000 mgr.smithi118.ueiebd (mgr.14180) 1319 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:41.936 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:42.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:42 smithi118 bash[24930]: cluster 2023-11-16T02:39:41.307190+0000 mgr.smithi118.ueiebd (mgr.14180) 1320 : 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-11-16T02:39:42.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:42 smithi186 bash[28774]: cluster 2023-11-16T02:39:41.307190+0000 mgr.smithi118.ueiebd (mgr.14180) 1320 : 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-11-16T02:39:44.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:44 smithi118 bash[24930]: cluster 2023-11-16T02:39:43.308446+0000 mgr.smithi118.ueiebd (mgr.14180) 1321 : 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-11-16T02:39:44.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:44 smithi186 bash[28774]: cluster 2023-11-16T02:39:43.308446+0000 mgr.smithi118.ueiebd (mgr.14180) 1321 : 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-11-16T02:39:45.416 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:45.416 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:46.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:46.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:46 smithi118 bash[24930]: cluster 2023-11-16T02:39:45.309624+0000 mgr.smithi118.ueiebd (mgr.14180) 1322 : 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-11-16T02:39:46.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:46 smithi118 bash[24930]: audit 2023-11-16T02:39:45.403597+0000 mgr.smithi118.ueiebd (mgr.14180) 1323 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:46.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:46 smithi186 bash[28774]: cluster 2023-11-16T02:39:45.309624+0000 mgr.smithi118.ueiebd (mgr.14180) 1322 : 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-11-16T02:39:46.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:46 smithi186 bash[28774]: audit 2023-11-16T02:39:45.403597+0000 mgr.smithi118.ueiebd (mgr.14180) 1323 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:47.240 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:48 smithi118 bash[24930]: cluster 2023-11-16T02:39:47.310932+0000 mgr.smithi118.ueiebd (mgr.14180) 1324 : 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-11-16T02:39:48.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:48 smithi186 bash[28774]: cluster 2023-11-16T02:39:47.310932+0000 mgr.smithi118.ueiebd (mgr.14180) 1324 : 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-11-16T02:39:50.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:50 smithi118 bash[24930]: cluster 2023-11-16T02:39:49.312095+0000 mgr.smithi118.ueiebd (mgr.14180) 1325 : 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-11-16T02:39:50.757 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:50.757 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:50.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:50 smithi186 bash[28774]: cluster 2023-11-16T02:39:49.312095+0000 mgr.smithi118.ueiebd (mgr.14180) 1325 : 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-11-16T02:39:51.653 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:51 smithi118 bash[24930]: audit 2023-11-16T02:39:50.745966+0000 mgr.smithi118.ueiebd (mgr.14180) 1326 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:51.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:51.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:51 smithi186 bash[28774]: audit 2023-11-16T02:39:50.745966+0000 mgr.smithi118.ueiebd (mgr.14180) 1326 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:52.656 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:52.669 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:52 smithi118 bash[24930]: cluster 2023-11-16T02:39:51.313269+0000 mgr.smithi118.ueiebd (mgr.14180) 1327 : 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-11-16T02:39:52.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:52 smithi186 bash[28774]: cluster 2023-11-16T02:39:51.313269+0000 mgr.smithi118.ueiebd (mgr.14180) 1327 : 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-11-16T02:39:54.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:54 smithi118 bash[24930]: cluster 2023-11-16T02:39:53.314491+0000 mgr.smithi118.ueiebd (mgr.14180) 1328 : 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-11-16T02:39:54.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:54 smithi186 bash[28774]: cluster 2023-11-16T02:39:53.314491+0000 mgr.smithi118.ueiebd (mgr.14180) 1328 : 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-11-16T02:39:56.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:56 smithi118 bash[24930]: cluster 2023-11-16T02:39:55.315605+0000 mgr.smithi118.ueiebd (mgr.14180) 1329 : 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-11-16T02:39:56.381 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:39:56.381 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:39:56.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:56 smithi186 bash[28774]: cluster 2023-11-16T02:39:55.315605+0000 mgr.smithi118.ueiebd (mgr.14180) 1329 : 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-11-16T02:39:57.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:39:57.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:57 smithi118 bash[24930]: audit 2023-11-16T02:39:56.370584+0000 mgr.smithi118.ueiebd (mgr.14180) 1330 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:57.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:57 smithi186 bash[28774]: audit 2023-11-16T02:39:56.370584+0000 mgr.smithi118.ueiebd (mgr.14180) 1330 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:39:58.273 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:39:58.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:39:58 smithi118 bash[24930]: cluster 2023-11-16T02:39:57.317051+0000 mgr.smithi118.ueiebd (mgr.14180) 1331 : 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-11-16T02:39:58.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:39:58 smithi186 bash[28774]: cluster 2023-11-16T02:39:57.317051+0000 mgr.smithi118.ueiebd (mgr.14180) 1331 : 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-11-16T02:40:00.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:39:59.318279+0000 mgr.smithi118.ueiebd (mgr.14180) 1332 : 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-11-16T02:40:00.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000128+0000 mon.smithi118 (mon.0) 982 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-16T02:40:00.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000175+0000 mon.smithi118 (mon.0) 983 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-16T02:40:00.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000195+0000 mon.smithi118 (mon.0) 984 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:40:00.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000217+0000 mon.smithi118 (mon.0) 985 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000238+0000 mon.smithi118 (mon.0) 986 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000290+0000 mon.smithi118 (mon.0) 987 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000318+0000 mon.smithi118 (mon.0) 988 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000342+0000 mon.smithi118 (mon.0) 989 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000370+0000 mon.smithi118 (mon.0) 990 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000391+0000 mon.smithi118 (mon.0) 991 : 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=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000414+0000 mon.smithi118 (mon.0) 992 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000441+0000 mon.smithi118 (mon.0) 993 : 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-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000467+0000 mon.smithi118 (mon.0) 994 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000496+0000 mon.smithi118 (mon.0) 995 : 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=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000526+0000 mon.smithi118 (mon.0) 996 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000537+0000 mon.smithi118 (mon.0) 997 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000548+0000 mon.smithi118 (mon.0) 998 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000558+0000 mon.smithi118 (mon.0) 999 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000567+0000 mon.smithi118 (mon.0) 1000 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000579+0000 mon.smithi118 (mon.0) 1001 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000586+0000 mon.smithi118 (mon.0) 1002 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000596+0000 mon.smithi118 (mon.0) 1003 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000608+0000 mon.smithi118 (mon.0) 1004 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000618+0000 mon.smithi118 (mon.0) 1005 : 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-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000630+0000 mon.smithi118 (mon.0) 1006 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000647+0000 mon.smithi118 (mon.0) 1007 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000658+0000 mon.smithi118 (mon.0) 1008 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:00.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:00.000666+0000 mon.smithi118 (mon.0) 1009 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:39:59.318279+0000 mgr.smithi118.ueiebd (mgr.14180) 1332 : 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-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000128+0000 mon.smithi118 (mon.0) 982 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000175+0000 mon.smithi118 (mon.0) 983 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000195+0000 mon.smithi118 (mon.0) 984 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000217+0000 mon.smithi118 (mon.0) 985 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000238+0000 mon.smithi118 (mon.0) 986 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000290+0000 mon.smithi118 (mon.0) 987 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:40:00.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000318+0000 mon.smithi118 (mon.0) 988 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000342+0000 mon.smithi118 (mon.0) 989 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000370+0000 mon.smithi118 (mon.0) 990 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi186.oampsn ... 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000391+0000 mon.smithi118 (mon.0) 991 : 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=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000414+0000 mon.smithi118 (mon.0) 992 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000441+0000 mon.smithi118 (mon.0) 993 : 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-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000467+0000 mon.smithi118 (mon.0) 994 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000496+0000 mon.smithi118 (mon.0) 995 : 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=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000526+0000 mon.smithi118 (mon.0) 996 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000537+0000 mon.smithi118 (mon.0) 997 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000548+0000 mon.smithi118 (mon.0) 998 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000558+0000 mon.smithi118 (mon.0) 999 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:40:00.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000567+0000 mon.smithi118 (mon.0) 1000 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000579+0000 mon.smithi118 (mon.0) 1001 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000586+0000 mon.smithi118 (mon.0) 1002 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi118.nwpemb ... 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000596+0000 mon.smithi118 (mon.0) 1003 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000608+0000 mon.smithi118 (mon.0) 1004 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000618+0000 mon.smithi118 (mon.0) 1005 : 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-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000630+0000 mon.smithi118 (mon.0) 1006 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000647+0000 mon.smithi118 (mon.0) 1007 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000658+0000 mon.smithi118 (mon.0) 1008 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:00.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:00.000666+0000 mon.smithi118 (mon.0) 1009 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:02.038 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:02.038 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:02 smithi118 bash[24930]: cluster 2023-11-16T02:40:01.319398+0000 mgr.smithi118.ueiebd (mgr.14180) 1333 : 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-11-16T02:40:02.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:02 smithi186 bash[28774]: cluster 2023-11-16T02:40:01.319398+0000 mgr.smithi118.ueiebd (mgr.14180) 1333 : 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-11-16T02:40:02.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:03.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:03 smithi186 bash[28774]: audit 2023-11-16T02:40:02.027404+0000 mgr.smithi118.ueiebd (mgr.14180) 1334 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:03.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:03 smithi118 bash[24930]: audit 2023-11-16T02:40:02.027404+0000 mgr.smithi118.ueiebd (mgr.14180) 1334 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:03.919 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:04.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:04 smithi186 bash[28774]: cluster 2023-11-16T02:40:03.320726+0000 mgr.smithi118.ueiebd (mgr.14180) 1335 : 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-11-16T02:40:04.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:04 smithi118 bash[24930]: cluster 2023-11-16T02:40:03.320726+0000 mgr.smithi118.ueiebd (mgr.14180) 1335 : 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-11-16T02:40:06.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:06 smithi118 bash[24930]: cluster 2023-11-16T02:40:05.321579+0000 mgr.smithi118.ueiebd (mgr.14180) 1336 : 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-11-16T02:40:06.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:06 smithi186 bash[28774]: cluster 2023-11-16T02:40:05.321579+0000 mgr.smithi118.ueiebd (mgr.14180) 1336 : 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-11-16T02:40:07.661 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:07.662 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:08.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:08 smithi186 bash[28774]: cluster 2023-11-16T02:40:07.322958+0000 mgr.smithi118.ueiebd (mgr.14180) 1337 : 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-11-16T02:40:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:08 smithi186 bash[28774]: audit 2023-11-16T02:40:07.650546+0000 mgr.smithi118.ueiebd (mgr.14180) 1338 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:08.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:08 smithi118 bash[24930]: cluster 2023-11-16T02:40:07.322958+0000 mgr.smithi118.ueiebd (mgr.14180) 1337 : 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-11-16T02:40:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:08 smithi118 bash[24930]: audit 2023-11-16T02:40:07.650546+0000 mgr.smithi118.ueiebd (mgr.14180) 1338 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:09.488 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:10.769 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:10 smithi118 bash[24930]: cluster 2023-11-16T02:40:09.324154+0000 mgr.smithi118.ueiebd (mgr.14180) 1339 : 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-11-16T02:40:10.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:10 smithi186 bash[28774]: cluster 2023-11-16T02:40:09.324154+0000 mgr.smithi118.ueiebd (mgr.14180) 1339 : 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-11-16T02:40:12.781 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:12 smithi118 bash[24930]: cluster 2023-11-16T02:40:11.325170+0000 mgr.smithi118.ueiebd (mgr.14180) 1340 : 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-11-16T02:40:12.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:12 smithi186 bash[28774]: cluster 2023-11-16T02:40:11.325170+0000 mgr.smithi118.ueiebd (mgr.14180) 1340 : 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-11-16T02:40:13.227 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:13.228 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:14.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:14.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:14 smithi186 bash[28774]: audit 2023-11-16T02:40:13.217651+0000 mgr.smithi118.ueiebd (mgr.14180) 1341 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:14.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:14 smithi186 bash[28774]: cluster 2023-11-16T02:40:13.326446+0000 mgr.smithi118.ueiebd (mgr.14180) 1342 : 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-11-16T02:40:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:14 smithi118 bash[24930]: audit 2023-11-16T02:40:13.217651+0000 mgr.smithi118.ueiebd (mgr.14180) 1341 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:14 smithi118 bash[24930]: cluster 2023-11-16T02:40:13.326446+0000 mgr.smithi118.ueiebd (mgr.14180) 1342 : 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-11-16T02:40:15.106 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:16.359 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:16 smithi118 bash[24930]: cluster 2023-11-16T02:40:15.327125+0000 mgr.smithi118.ueiebd (mgr.14180) 1343 : 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-11-16T02:40:16.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:16 smithi186 bash[28774]: cluster 2023-11-16T02:40:15.327125+0000 mgr.smithi118.ueiebd (mgr.14180) 1343 : 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-11-16T02:40:17.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:17 smithi118 bash[24930]: audit 2023-11-16T02:40:17.295464+0000 mon.smithi118 (mon.0) 1010 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:40:17.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:17 smithi186 bash[28774]: audit 2023-11-16T02:40:17.295464+0000 mon.smithi118 (mon.0) 1010 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:40:18.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: cluster 2023-11-16T02:40:17.327825+0000 mgr.smithi118.ueiebd (mgr.14180) 1344 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:40:18.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: audit 2023-11-16T02:40:17.597484+0000 mon.smithi118 (mon.0) 1011 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:40:18.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: audit 2023-11-16T02:40:17.599000+0000 mon.smithi118 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:40:18.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: audit 2023-11-16T02:40:17.607606+0000 mon.smithi118 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:18.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: cluster 2023-11-16T02:40:17.608461+0000 mgr.smithi118.ueiebd (mgr.14180) 1345 : cluster [DBG] pgmap v900: 97 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-11-16T02:40:18.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: audit 2023-11-16T02:40:17.615033+0000 mon.smithi118 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:40:18.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: audit 2023-11-16T02:40:17.626074+0000 mon.smithi118 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:18.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:18 smithi118 bash[24930]: cephadm 2023-11-16T02:40:17.629735+0000 mgr.smithi118.ueiebd (mgr.14180) 1346 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.bonkux on smithi186 2023-11-16T02:40:18.725 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:18.725 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:38:09.133689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.dwbovf on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:18.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: cluster 2023-11-16T02:40:17.327825+0000 mgr.smithi118.ueiebd (mgr.14180) 1344 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: audit 2023-11-16T02:40:17.597484+0000 mon.smithi118 (mon.0) 1011 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: audit 2023-11-16T02:40:17.599000+0000 mon.smithi118 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: audit 2023-11-16T02:40:17.607606+0000 mon.smithi118 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: cluster 2023-11-16T02:40:17.608461+0000 mgr.smithi118.ueiebd (mgr.14180) 1345 : cluster [DBG] pgmap v900: 97 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-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: audit 2023-11-16T02:40:17.615033+0000 mon.smithi118 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: audit 2023-11-16T02:40:17.626074+0000 mon.smithi118 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:18 smithi186 bash[28774]: cephadm 2023-11-16T02:40:17.629735+0000 mgr.smithi118.ueiebd (mgr.14180) 1346 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.bonkux on smithi186 2023-11-16T02:40:19.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:19.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:19 smithi186 bash[28774]: cluster 2023-11-16T02:40:18.604127+0000 mon.smithi118 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:40:19.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:19 smithi186 bash[28774]: cluster 2023-11-16T02:40:18.604181+0000 mon.smithi118 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2023-11-16T02:40:19.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:19 smithi186 bash[28774]: audit 2023-11-16T02:40:18.719214+0000 mgr.smithi118.ueiebd (mgr.14180) 1347 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:19 smithi118 bash[24930]: cluster 2023-11-16T02:40:18.604127+0000 mon.smithi118 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:40:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:19 smithi118 bash[24930]: cluster 2023-11-16T02:40:18.604181+0000 mon.smithi118 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2023-11-16T02:40:19.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:19 smithi118 bash[24930]: audit 2023-11-16T02:40:18.719214+0000 mgr.smithi118.ueiebd (mgr.14180) 1347 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:20.581 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:20.780 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:20 smithi118 bash[24930]: cluster 2023-11-16T02:40:19.609432+0000 mgr.smithi118.ueiebd (mgr.14180) 1348 : cluster [DBG] pgmap v901: 97 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-11-16T02:40:20.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:20 smithi186 bash[28774]: cluster 2023-11-16T02:40:19.609432+0000 mgr.smithi118.ueiebd (mgr.14180) 1348 : cluster [DBG] pgmap v901: 97 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-11-16T02:40:21.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:21 smithi186 bash[28774]: audit 2023-11-16T02:40:21.508850+0000 mon.smithi118 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.bonkux"}]: dispatch 2023-11-16T02:40:21.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:21 smithi186 bash[28774]: audit 2023-11-16T02:40:21.514404+0000 mon.smithi118 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:21.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:21 smithi118 bash[24930]: audit 2023-11-16T02:40:21.508850+0000 mon.smithi118 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.bonkux"}]: dispatch 2023-11-16T02:40:21.868 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:21 smithi118 bash[24930]: audit 2023-11-16T02:40:21.514404+0000 mon.smithi118 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: cephadm 2023-11-16T02:40:21.508074+0000 mgr.smithi118.ueiebd (mgr.14180) 1349 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:22.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.bonkux ... 2023-11-16T02:40:22.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:22.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:22.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:22.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:22.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:22.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:40:22.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:40:22.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:40:22.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:40:22.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:40:22.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:22.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:22.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:22.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:22.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.bonkux ... 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: cephadm 2023-11-16T02:40:21.508317+0000 mgr.smithi118.ueiebd (mgr.14180) 1350 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: cephadm 2023-11-16T02:40:21.510343+0000 mgr.smithi118.ueiebd (mgr.14180) 1351 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.bonkux ... 2023-11-16T02:40:22.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:22.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:22.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:22.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:22.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:22.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: cephadm 2023-11-16T02:40:21.516559+0000 mgr.smithi118.ueiebd (mgr.14180) 1352 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.fasdws on smithi118 2023-11-16T02:40:22.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:22 smithi118 bash[24930]: cluster 2023-11-16T02:40:21.610037+0000 mgr.smithi118.ueiebd (mgr.14180) 1353 : cluster [DBG] pgmap v902: 97 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-11-16T02:40:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: cephadm 2023-11-16T02:40:21.508074+0000 mgr.smithi118.ueiebd (mgr.14180) 1349 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:23.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.bonkux ... 2023-11-16T02:40:23.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:23.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:23.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:23.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:23.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:23.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:40:23.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:40:23.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:40:23.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:40:23.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:40:23.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:23.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:23.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:23.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:23.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.050 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.bonkux ... 2023-11-16T02:40:23.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:23.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:23.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:23.051 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:23.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:23.052 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: cephadm 2023-11-16T02:40:21.508317+0000 mgr.smithi118.ueiebd (mgr.14180) 1350 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: cephadm 2023-11-16T02:40:21.510343+0000 mgr.smithi118.ueiebd (mgr.14180) 1351 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:23.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:23.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux 2023-11-16T02:40:23.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.053 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:23.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux 2023-11-16T02:40:23.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.bonkux ... 2023-11-16T02:40:23.054 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:23.055 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:23.055 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:23.055 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:23.055 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:23.055 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: cephadm 2023-11-16T02:40:21.516559+0000 mgr.smithi118.ueiebd (mgr.14180) 1352 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.fasdws on smithi118 2023-11-16T02:40:23.055 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:22 smithi186 bash[28774]: cluster 2023-11-16T02:40:21.610037+0000 mgr.smithi118.ueiebd (mgr.14180) 1353 : cluster [DBG] pgmap v902: 97 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-11-16T02:40:23.977 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:23.977 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:13.368002Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.oampsn on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-oampsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.oampsn\nDeploy daemon haproxy.nfs.foo.smithi186.oampsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.285265Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.nwpemb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-nwpemb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.nwpemb\nDeploy daemon haproxy.nfs.foo.smithi118.nwpemb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:39:17.289255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.pzsojo on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:24.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:25.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:24 smithi186 bash[28774]: cluster 2023-11-16T02:40:23.611161+0000 mgr.smithi118.ueiebd (mgr.14180) 1354 : cluster [DBG] pgmap v903: 97 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-11-16T02:40:25.297 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:24 smithi118 bash[24930]: cluster 2023-11-16T02:40:23.611161+0000 mgr.smithi118.ueiebd (mgr.14180) 1354 : cluster [DBG] pgmap v903: 97 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-11-16T02:40:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:25 smithi118 bash[24930]: audit 2023-11-16T02:40:23.965898+0000 mgr.smithi118.ueiebd (mgr.14180) 1355 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:25.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:25 smithi118 bash[24930]: audit 2023-11-16T02:40:25.503210+0000 mon.smithi118 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.fasdws"}]: dispatch 2023-11-16T02:40:26.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:25 smithi186 bash[28774]: audit 2023-11-16T02:40:23.965898+0000 mgr.smithi118.ueiebd (mgr.14180) 1355 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:26.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:25 smithi186 bash[28774]: audit 2023-11-16T02:40:25.503210+0000 mon.smithi118 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.fasdws"}]: dispatch 2023-11-16T02:40:26.292 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:26.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cephadm 2023-11-16T02:40:25.501917+0000 mgr.smithi118.ueiebd (mgr.14180) 1356 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:26.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:26.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:26.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.fasdws ... 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:26.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:26.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:26.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:40:26.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:40:26.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:40:26.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:40:26.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:40:26.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:26.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:26.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:26.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:26.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.fasdws ... 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:26.875 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cephadm 2023-11-16T02:40:25.502501+0000 mgr.smithi118.ueiebd (mgr.14180) 1357 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cephadm 2023-11-16T02:40:25.504740+0000 mgr.smithi118.ueiebd (mgr.14180) 1358 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:26.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:26.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:26.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:40:26.876 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:26.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.fasdws ... 2023-11-16T02:40:26.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:26.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:26.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:26.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:26.877 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:26.878 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cephadm 2023-11-16T02:40:25.506885+0000 mgr.smithi118.ueiebd (mgr.14180) 1359 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:26.878 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cephadm 2023-11-16T02:40:25.509339+0000 mgr.smithi118.ueiebd (mgr.14180) 1360 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:26.878 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cluster 2023-11-16T02:40:25.510873+0000 mgr.smithi118.ueiebd (mgr.14180) 1361 : cluster [DBG] pgmap v904: 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-11-16T02:40:26.878 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: audit 2023-11-16T02:40:26.039585+0000 mon.smithi118 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:26.878 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:26 smithi118 bash[24930]: cluster 2023-11-16T02:40:26.099650+0000 mon.smithi118 (mon.0) 1022 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:40:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cephadm 2023-11-16T02:40:25.501917+0000 mgr.smithi118.ueiebd (mgr.14180) 1356 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.fasdws ... 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:40:27.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.fasdws ... 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:27.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cephadm 2023-11-16T02:40:25.502501+0000 mgr.smithi118.ueiebd (mgr.14180) 1357 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cephadm 2023-11-16T02:40:25.504740+0000 mgr.smithi118.ueiebd (mgr.14180) 1358 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.fasdws ... 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:27.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cephadm 2023-11-16T02:40:25.506885+0000 mgr.smithi118.ueiebd (mgr.14180) 1359 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cephadm 2023-11-16T02:40:25.509339+0000 mgr.smithi118.ueiebd (mgr.14180) 1360 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cluster 2023-11-16T02:40:25.510873+0000 mgr.smithi118.ueiebd (mgr.14180) 1361 : cluster [DBG] pgmap v904: 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-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: audit 2023-11-16T02:40:26.039585+0000 mon.smithi118 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:27.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:26 smithi186 bash[28774]: cluster 2023-11-16T02:40:26.099650+0000 mon.smithi118 (mon.0) 1022 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:40:29.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:28 smithi186 bash[28774]: cluster 2023-11-16T02:40:27.512053+0000 mgr.smithi118.ueiebd (mgr.14180) 1362 : cluster [DBG] pgmap v905: 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-11-16T02:40:29.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:28 smithi118 bash[24930]: cluster 2023-11-16T02:40:27.512053+0000 mgr.smithi118.ueiebd (mgr.14180) 1362 : cluster [DBG] pgmap v905: 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-11-16T02:40:30.023 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:30.023 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:30.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:31.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:30 smithi186 bash[28774]: cluster 2023-11-16T02:40:29.513315+0000 mgr.smithi118.ueiebd (mgr.14180) 1363 : cluster [DBG] pgmap v906: 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-11-16T02:40:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:30 smithi118 bash[24930]: cluster 2023-11-16T02:40:29.513315+0000 mgr.smithi118.ueiebd (mgr.14180) 1363 : cluster [DBG] pgmap v906: 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-11-16T02:40:31.832 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:32.036 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:31 smithi118 bash[24930]: audit 2023-11-16T02:40:30.012295+0000 mgr.smithi118.ueiebd (mgr.14180) 1364 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:32.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:31 smithi186 bash[28774]: audit 2023-11-16T02:40:30.012295+0000 mgr.smithi118.ueiebd (mgr.14180) 1364 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:33.017 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:32 smithi118 bash[24930]: cluster 2023-11-16T02:40:31.514429+0000 mgr.smithi118.ueiebd (mgr.14180) 1365 : cluster [DBG] pgmap v907: 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-11-16T02:40:33.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:32 smithi186 bash[28774]: cluster 2023-11-16T02:40:31.514429+0000 mgr.smithi118.ueiebd (mgr.14180) 1365 : cluster [DBG] pgmap v907: 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-11-16T02:40:34.961 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:34 smithi118 bash[24930]: cluster 2023-11-16T02:40:33.515147+0000 mgr.smithi118.ueiebd (mgr.14180) 1366 : cluster [DBG] pgmap v908: 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-11-16T02:40:35.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:34 smithi186 bash[28774]: cluster 2023-11-16T02:40:33.515147+0000 mgr.smithi118.ueiebd (mgr.14180) 1366 : cluster [DBG] pgmap v908: 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-11-16T02:40:35.399 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:35.400 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:36.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:36 smithi118 bash[24930]: audit 2023-11-16T02:40:35.389896+0000 mgr.smithi118.ueiebd (mgr.14180) 1367 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:36 smithi118 bash[24930]: cluster 2023-11-16T02:40:35.516318+0000 mgr.smithi118.ueiebd (mgr.14180) 1368 : cluster [DBG] pgmap v909: 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-11-16T02:40:36.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:36 smithi186 bash[28774]: audit 2023-11-16T02:40:35.389896+0000 mgr.smithi118.ueiebd (mgr.14180) 1367 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:36.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:36 smithi186 bash[28774]: cluster 2023-11-16T02:40:35.516318+0000 mgr.smithi118.ueiebd (mgr.14180) 1368 : cluster [DBG] pgmap v909: 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-11-16T02:40:37.275 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:37.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:37 smithi186 bash[28774]: audit 2023-11-16T02:40:36.514185+0000 mon.smithi118 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:37.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:37 smithi118 bash[24930]: audit 2023-11-16T02:40:36.514185+0000 mon.smithi118 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:40:38.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:38 smithi186 bash[28774]: cluster 2023-11-16T02:40:37.517381+0000 mgr.smithi118.ueiebd (mgr.14180) 1369 : 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-11-16T02:40:38.795 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:38 smithi118 bash[24930]: cluster 2023-11-16T02:40:37.517381+0000 mgr.smithi118.ueiebd (mgr.14180) 1369 : 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-11-16T02:40:40.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:40 smithi118 bash[24930]: cluster 2023-11-16T02:40:39.518695+0000 mgr.smithi118.ueiebd (mgr.14180) 1370 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:40:40.919 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:40.920 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:41.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:40 smithi186 bash[28774]: cluster 2023-11-16T02:40:39.518695+0000 mgr.smithi118.ueiebd (mgr.14180) 1370 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:40:41.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:41.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:41 smithi118 bash[24930]: audit 2023-11-16T02:40:40.906957+0000 mgr.smithi118.ueiebd (mgr.14180) 1371 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:42.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:41 smithi186 bash[28774]: audit 2023-11-16T02:40:40.906957+0000 mgr.smithi118.ueiebd (mgr.14180) 1371 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:42.790 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:42.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:42 smithi118 bash[24930]: cluster 2023-11-16T02:40:41.519777+0000 mgr.smithi118.ueiebd (mgr.14180) 1372 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:40:43.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:42 smithi186 bash[28774]: cluster 2023-11-16T02:40:41.519777+0000 mgr.smithi118.ueiebd (mgr.14180) 1372 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:40:44.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:44 smithi118 bash[24930]: cluster 2023-11-16T02:40:43.521047+0000 mgr.smithi118.ueiebd (mgr.14180) 1373 : 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-11-16T02:40:45.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:44 smithi186 bash[28774]: cluster 2023-11-16T02:40:43.521047+0000 mgr.smithi118.ueiebd (mgr.14180) 1373 : 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-11-16T02:40:46.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:46 smithi118 bash[24930]: cluster 2023-11-16T02:40:45.522369+0000 mgr.smithi118.ueiebd (mgr.14180) 1374 : 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-11-16T02:40:46.285 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:46.285 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:46.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:46 smithi186 bash[28774]: cluster 2023-11-16T02:40:45.522369+0000 mgr.smithi118.ueiebd (mgr.14180) 1374 : 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-11-16T02:40:47.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:47.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:47 smithi118 bash[24930]: audit 2023-11-16T02:40:46.274794+0000 mgr.smithi118.ueiebd (mgr.14180) 1375 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:47.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:47 smithi186 bash[28774]: audit 2023-11-16T02:40:46.274794+0000 mgr.smithi118.ueiebd (mgr.14180) 1375 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:48.160 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:48.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:48 smithi186 bash[28774]: cluster 2023-11-16T02:40:47.523446+0000 mgr.smithi118.ueiebd (mgr.14180) 1376 : 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-11-16T02:40:48.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:48 smithi118 bash[24930]: cluster 2023-11-16T02:40:47.523446+0000 mgr.smithi118.ueiebd (mgr.14180) 1376 : 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-11-16T02:40:50.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:50 smithi118 bash[24930]: cluster 2023-11-16T02:40:49.524701+0000 mgr.smithi118.ueiebd (mgr.14180) 1377 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:40:51.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:50 smithi186 bash[28774]: cluster 2023-11-16T02:40:49.524701+0000 mgr.smithi118.ueiebd (mgr.14180) 1377 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:40:51.828 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:51.828 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:52.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:52.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:52 smithi118 bash[24930]: cluster 2023-11-16T02:40:51.525539+0000 mgr.smithi118.ueiebd (mgr.14180) 1378 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:40:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:52 smithi118 bash[24930]: audit 2023-11-16T02:40:51.818035+0000 mgr.smithi118.ueiebd (mgr.14180) 1379 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:53.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:52 smithi186 bash[28774]: cluster 2023-11-16T02:40:51.525539+0000 mgr.smithi118.ueiebd (mgr.14180) 1378 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:40:53.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:52 smithi186 bash[28774]: audit 2023-11-16T02:40:51.818035+0000 mgr.smithi118.ueiebd (mgr.14180) 1379 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:53.723 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:40:54.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:54 smithi118 bash[24930]: cluster 2023-11-16T02:40:53.526780+0000 mgr.smithi118.ueiebd (mgr.14180) 1380 : 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-11-16T02:40:55.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:54 smithi186 bash[28774]: cluster 2023-11-16T02:40:53.526780+0000 mgr.smithi118.ueiebd (mgr.14180) 1380 : 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-11-16T02:40:56.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:56 smithi118 bash[24930]: cluster 2023-11-16T02:40:55.527675+0000 mgr.smithi118.ueiebd (mgr.14180) 1381 : 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-11-16T02:40:56.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:56 smithi186 bash[28774]: cluster 2023-11-16T02:40:55.527675+0000 mgr.smithi118.ueiebd (mgr.14180) 1381 : 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-11-16T02:40:57.452 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:40:57.452 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:40:58.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:40:58.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:58 smithi118 bash[24930]: audit 2023-11-16T02:40:57.446421+0000 mgr.smithi118.ueiebd (mgr.14180) 1382 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:58.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:40:58 smithi118 bash[24930]: cluster 2023-11-16T02:40:57.528756+0000 mgr.smithi118.ueiebd (mgr.14180) 1383 : 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-11-16T02:40:59.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:58 smithi186 bash[28774]: audit 2023-11-16T02:40:57.446421+0000 mgr.smithi118.ueiebd (mgr.14180) 1382 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:40:59.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:40:58 smithi186 bash[28774]: cluster 2023-11-16T02:40:57.528756+0000 mgr.smithi118.ueiebd (mgr.14180) 1383 : 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-11-16T02:40:59.355 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:00.845 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:00 smithi118 bash[24930]: cluster 2023-11-16T02:40:59.530018+0000 mgr.smithi118.ueiebd (mgr.14180) 1384 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:01.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:00 smithi186 bash[28774]: cluster 2023-11-16T02:40:59.530018+0000 mgr.smithi118.ueiebd (mgr.14180) 1384 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:02.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:02 smithi118 bash[24930]: cluster 2023-11-16T02:41:01.531143+0000 mgr.smithi118.ueiebd (mgr.14180) 1385 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:03.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:02 smithi186 bash[28774]: cluster 2023-11-16T02:41:01.531143+0000 mgr.smithi118.ueiebd (mgr.14180) 1385 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:03.052 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:03.052 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:04.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:04.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:04 smithi118 bash[24930]: audit 2023-11-16T02:41:03.040574+0000 mgr.smithi118.ueiebd (mgr.14180) 1386 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:04.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:04 smithi118 bash[24930]: cluster 2023-11-16T02:41:03.532104+0000 mgr.smithi118.ueiebd (mgr.14180) 1387 : 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-11-16T02:41:05.002 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:04 smithi186 bash[28774]: audit 2023-11-16T02:41:03.040574+0000 mgr.smithi118.ueiebd (mgr.14180) 1386 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:04 smithi186 bash[28774]: cluster 2023-11-16T02:41:03.532104+0000 mgr.smithi118.ueiebd (mgr.14180) 1387 : 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-11-16T02:41:06.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:06 smithi118 bash[24930]: cluster 2023-11-16T02:41:05.533248+0000 mgr.smithi118.ueiebd (mgr.14180) 1388 : 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-11-16T02:41:06.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:06 smithi186 bash[28774]: cluster 2023-11-16T02:41:05.533248+0000 mgr.smithi118.ueiebd (mgr.14180) 1388 : 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-11-16T02:41:08.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:08 smithi118 bash[24930]: cluster 2023-11-16T02:41:07.534562+0000 mgr.smithi118.ueiebd (mgr.14180) 1389 : 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-11-16T02:41:08.938 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:08.938 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:09.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:08 smithi186 bash[28774]: cluster 2023-11-16T02:41:07.534562+0000 mgr.smithi118.ueiebd (mgr.14180) 1389 : 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-11-16T02:41:09.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:09 smithi118 bash[24930]: audit 2023-11-16T02:41:08.928046+0000 mgr.smithi118.ueiebd (mgr.14180) 1390 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:09.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:10.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:09 smithi186 bash[28774]: audit 2023-11-16T02:41:08.928046+0000 mgr.smithi118.ueiebd (mgr.14180) 1390 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:10.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:10 smithi118 bash[24930]: cluster 2023-11-16T02:41:09.535391+0000 mgr.smithi118.ueiebd (mgr.14180) 1391 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:10.890 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:11.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:10 smithi186 bash[28774]: cluster 2023-11-16T02:41:09.535391+0000 mgr.smithi118.ueiebd (mgr.14180) 1391 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:12.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:12 smithi118 bash[24930]: cluster 2023-11-16T02:41:11.536435+0000 mgr.smithi118.ueiebd (mgr.14180) 1392 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:13.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:12 smithi186 bash[28774]: cluster 2023-11-16T02:41:11.536435+0000 mgr.smithi118.ueiebd (mgr.14180) 1392 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:14.513 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:14.513 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:14.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:14 smithi118 bash[24930]: cluster 2023-11-16T02:41:13.537553+0000 mgr.smithi118.ueiebd (mgr.14180) 1393 : 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-11-16T02:41:15.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:14 smithi186 bash[28774]: cluster 2023-11-16T02:41:13.537553+0000 mgr.smithi118.ueiebd (mgr.14180) 1393 : 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-11-16T02:41:15.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:15.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:15 smithi118 bash[24930]: audit 2023-11-16T02:41:14.502063+0000 mgr.smithi118.ueiebd (mgr.14180) 1394 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:15 smithi186 bash[28774]: audit 2023-11-16T02:41:14.502063+0000 mgr.smithi118.ueiebd (mgr.14180) 1394 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:16.392 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:16.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:16 smithi118 bash[24930]: cluster 2023-11-16T02:41:15.538782+0000 mgr.smithi118.ueiebd (mgr.14180) 1395 : 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-11-16T02:41:17.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:16 smithi186 bash[28774]: cluster 2023-11-16T02:41:15.538782+0000 mgr.smithi118.ueiebd (mgr.14180) 1395 : 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-11-16T02:41:19.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:18 smithi186 bash[28774]: cluster 2023-11-16T02:41:17.539931+0000 mgr.smithi118.ueiebd (mgr.14180) 1396 : 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-11-16T02:41:19.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:18 smithi118 bash[24930]: cluster 2023-11-16T02:41:17.539931+0000 mgr.smithi118.ueiebd (mgr.14180) 1396 : 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-11-16T02:41:20.059 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:20.060 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:20.887 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:20 smithi118 bash[24930]: cluster 2023-11-16T02:41:19.541242+0000 mgr.smithi118.ueiebd (mgr.14180) 1397 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:20.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:21.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:20 smithi186 bash[28774]: cluster 2023-11-16T02:41:19.541242+0000 mgr.smithi118.ueiebd (mgr.14180) 1397 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:21.890 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:21.904 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:21 smithi118 bash[24930]: audit 2023-11-16T02:41:20.052038+0000 mgr.smithi118.ueiebd (mgr.14180) 1398 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:22.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:21 smithi186 bash[28774]: audit 2023-11-16T02:41:20.052038+0000 mgr.smithi118.ueiebd (mgr.14180) 1398 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:22 smithi186 bash[28774]: cluster 2023-11-16T02:41:21.542187+0000 mgr.smithi118.ueiebd (mgr.14180) 1399 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:23.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:22 smithi118 bash[24930]: cluster 2023-11-16T02:41:21.542187+0000 mgr.smithi118.ueiebd (mgr.14180) 1399 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:25.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:24 smithi186 bash[28774]: cluster 2023-11-16T02:41:23.542841+0000 mgr.smithi118.ueiebd (mgr.14180) 1400 : 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-11-16T02:41:25.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:24 smithi118 bash[24930]: cluster 2023-11-16T02:41:23.542841+0000 mgr.smithi118.ueiebd (mgr.14180) 1400 : 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-11-16T02:41:25.573 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:25.573 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:39:17.291526Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.akaykj on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:26.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.514681+0000 mon.smithi118 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: cluster 2023-11-16T02:41:25.543921+0000 mgr.smithi118.ueiebd (mgr.14180) 1401 : 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-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.567323+0000 mgr.smithi118.ueiebd (mgr.14180) 1402 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.808084+0000 mon.smithi118 (mon.0) 1025 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.808832+0000 mon.smithi118 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.815674+0000 mon.smithi118 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: cluster 2023-11-16T02:41:25.816620+0000 mgr.smithi118.ueiebd (mgr.14180) 1403 : 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-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.821095+0000 mon.smithi118 (mon.0) 1028 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: audit 2023-11-16T02:41:25.834065+0000 mon.smithi118 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:41:26.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:26 smithi186 bash[28774]: cephadm 2023-11-16T02:41:25.836759+0000 mgr.smithi118.ueiebd (mgr.14180) 1404 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.vmxazc on smithi186 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.514681+0000 mon.smithi118 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: cluster 2023-11-16T02:41:25.543921+0000 mgr.smithi118.ueiebd (mgr.14180) 1401 : 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-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.567323+0000 mgr.smithi118.ueiebd (mgr.14180) 1402 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.808084+0000 mon.smithi118 (mon.0) 1025 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.808832+0000 mon.smithi118 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.815674+0000 mon.smithi118 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: cluster 2023-11-16T02:41:25.816620+0000 mgr.smithi118.ueiebd (mgr.14180) 1403 : 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-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.821095+0000 mon.smithi118 (mon.0) 1028 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: audit 2023-11-16T02:41:25.834065+0000 mon.smithi118 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:41:26.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:26 smithi118 bash[24930]: cephadm 2023-11-16T02:41:25.836759+0000 mgr.smithi118.ueiebd (mgr.14180) 1404 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.vmxazc on smithi186 2023-11-16T02:41:27.347 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:27.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:27 smithi118 bash[24930]: cluster 2023-11-16T02:41:26.117927+0000 mon.smithi118 (mon.0) 1030 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:41:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:27 smithi118 bash[24930]: cluster 2023-11-16T02:41:26.118002+0000 mon.smithi118 (mon.0) 1031 : cluster [INF] Cluster is now healthy 2023-11-16T02:41:27.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:27 smithi186 bash[28774]: cluster 2023-11-16T02:41:26.117927+0000 mon.smithi118 (mon.0) 1030 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:41:27.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:27 smithi186 bash[28774]: cluster 2023-11-16T02:41:26.118002+0000 mon.smithi118 (mon.0) 1031 : cluster [INF] Cluster is now healthy 2023-11-16T02:41:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:28 smithi186 bash[28774]: cluster 2023-11-16T02:41:27.817588+0000 mgr.smithi118.ueiebd (mgr.14180) 1405 : cluster [DBG] pgmap v936: 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-11-16T02:41:28.602 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:28 smithi118 bash[24930]: cluster 2023-11-16T02:41:27.817588+0000 mgr.smithi118.ueiebd (mgr.14180) 1405 : cluster [DBG] pgmap v936: 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-11-16T02:41:29.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:29 smithi118 bash[24930]: audit 2023-11-16T02:41:29.670713+0000 mon.smithi118 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.vmxazc"}]: dispatch 2023-11-16T02:41:30.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:29 smithi186 bash[28774]: audit 2023-11-16T02:41:29.670713+0000 mon.smithi118 (mon.0) 1032 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.vmxazc"}]: dispatch 2023-11-16T02:41:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: cephadm 2023-11-16T02:41:29.669445+0000 mgr.smithi118.ueiebd (mgr.14180) 1406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.vmxazc ... 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:41:31.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.vmxazc ... 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: cephadm 2023-11-16T02:41:29.669999+0000 mgr.smithi118.ueiebd (mgr.14180) 1407 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: cephadm 2023-11-16T02:41:29.672425+0000 mgr.smithi118.ueiebd (mgr.14180) 1408 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.vmxazc ... 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: cephadm 2023-11-16T02:41:29.677421+0000 mgr.smithi118.ueiebd (mgr.14180) 1409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.oyuaat on smithi118 2023-11-16T02:41:31.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:30 smithi186 bash[28774]: cluster 2023-11-16T02:41:29.818096+0000 mgr.smithi118.ueiebd (mgr.14180) 1410 : cluster [DBG] pgmap v937: 97 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-11-16T02:41:31.091 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:31.091 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:21.510174Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.bonkux on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-bonkux\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.bonkux\nDeploy daemon haproxy.nfs.foo.smithi186.bonkux ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.504448Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fasdws on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fasdws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fasdws\nDeploy daemon haproxy.nfs.foo.smithi118.fasdws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:40:25.506727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.zeddcm on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: cephadm 2023-11-16T02:41:29.669445+0000 mgr.smithi118.ueiebd (mgr.14180) 1406 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.vmxazc ... 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:41:31.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.vmxazc ... 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: cephadm 2023-11-16T02:41:29.669999+0000 mgr.smithi118.ueiebd (mgr.14180) 1407 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: cephadm 2023-11-16T02:41:29.672425+0000 mgr.smithi118.ueiebd (mgr.14180) 1408 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.vmxazc ... 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: cephadm 2023-11-16T02:41:29.677421+0000 mgr.smithi118.ueiebd (mgr.14180) 1409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.oyuaat on smithi118 2023-11-16T02:41:31.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:30 smithi118 bash[24930]: cluster 2023-11-16T02:41:29.818096+0000 mgr.smithi118.ueiebd (mgr.14180) 1410 : cluster [DBG] pgmap v937: 97 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-11-16T02:41:31.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:32.961 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:33.162 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:32 smithi118 bash[24930]: audit 2023-11-16T02:41:31.079042+0000 mgr.smithi118.ueiebd (mgr.14180) 1411 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:33.162 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:32 smithi118 bash[24930]: cluster 2023-11-16T02:41:31.818878+0000 mgr.smithi118.ueiebd (mgr.14180) 1412 : 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-11-16T02:41:33.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:32 smithi186 bash[28774]: audit 2023-11-16T02:41:31.079042+0000 mgr.smithi118.ueiebd (mgr.14180) 1411 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:33.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:32 smithi186 bash[28774]: cluster 2023-11-16T02:41:31.818878+0000 mgr.smithi118.ueiebd (mgr.14180) 1412 : 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-11-16T02:41:35.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:34 smithi118 bash[24930]: cluster 2023-11-16T02:41:33.819960+0000 mgr.smithi118.ueiebd (mgr.14180) 1413 : 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-11-16T02:41:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:34 smithi118 bash[24930]: audit 2023-11-16T02:41:34.086931+0000 mon.smithi118 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.oyuaat"}]: dispatch 2023-11-16T02:41:35.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:34 smithi186 bash[28774]: cluster 2023-11-16T02:41:33.819960+0000 mgr.smithi118.ueiebd (mgr.14180) 1413 : 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-11-16T02:41:35.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:34 smithi186 bash[28774]: audit 2023-11-16T02:41:34.086931+0000 mon.smithi118 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.oyuaat"}]: dispatch 2023-11-16T02:41:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cephadm 2023-11-16T02:41:34.086193+0000 mgr.smithi118.ueiebd (mgr.14180) 1414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.oyuaat ... 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:41:36.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.oyuaat ... 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cephadm 2023-11-16T02:41:34.086476+0000 mgr.smithi118.ueiebd (mgr.14180) 1415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cephadm 2023-11-16T02:41:34.088244+0000 mgr.smithi118.ueiebd (mgr.14180) 1416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.oyuaat ... 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cephadm 2023-11-16T02:41:34.092599+0000 mgr.smithi118.ueiebd (mgr.14180) 1417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cephadm 2023-11-16T02:41:34.094611+0000 mgr.smithi118.ueiebd (mgr.14180) 1418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cluster 2023-11-16T02:41:34.095568+0000 mgr.smithi118.ueiebd (mgr.14180) 1419 : cluster [DBG] pgmap v940: 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-11-16T02:41:36.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:35 smithi186 bash[28774]: cluster 2023-11-16T02:41:34.877956+0000 mon.smithi118 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:41:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cephadm 2023-11-16T02:41:34.086193+0000 mgr.smithi118.ueiebd (mgr.14180) 1414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.oyuaat ... 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:41:36.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.oyuaat ... 2023-11-16T02:41:36.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cephadm 2023-11-16T02:41:34.086476+0000 mgr.smithi118.ueiebd (mgr.14180) 1415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cephadm 2023-11-16T02:41:34.088244+0000 mgr.smithi118.ueiebd (mgr.14180) 1416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:36.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.oyuaat ... 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:41:36.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cephadm 2023-11-16T02:41:34.092599+0000 mgr.smithi118.ueiebd (mgr.14180) 1417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:41:36.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cephadm 2023-11-16T02:41:34.094611+0000 mgr.smithi118.ueiebd (mgr.14180) 1418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:41:36.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cluster 2023-11-16T02:41:34.095568+0000 mgr.smithi118.ueiebd (mgr.14180) 1419 : cluster [DBG] pgmap v940: 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-11-16T02:41:36.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:35 smithi118 bash[24930]: cluster 2023-11-16T02:41:34.877956+0000 mon.smithi118 (mon.0) 1034 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:41:36.969 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:36.969 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:37 smithi118 bash[24930]: audit 2023-11-16T02:41:36.090628+0000 mon.smithi118 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:41:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:37 smithi118 bash[24930]: cluster 2023-11-16T02:41:36.096486+0000 mgr.smithi118.ueiebd (mgr.14180) 1420 : cluster [DBG] pgmap v941: 97 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-11-16T02:41:37.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:37 smithi118 bash[24930]: audit 2023-11-16T02:41:36.959623+0000 mgr.smithi118.ueiebd (mgr.14180) 1421 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:37.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:37 smithi186 bash[28774]: audit 2023-11-16T02:41:36.090628+0000 mon.smithi118 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:41:37.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:37 smithi186 bash[28774]: cluster 2023-11-16T02:41:36.096486+0000 mgr.smithi118.ueiebd (mgr.14180) 1420 : cluster [DBG] pgmap v941: 97 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-11-16T02:41:37.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:37 smithi186 bash[28774]: audit 2023-11-16T02:41:36.959623+0000 mgr.smithi118.ueiebd (mgr.14180) 1421 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:37.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:38.896 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:39.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:39 smithi118 bash[24930]: cluster 2023-11-16T02:41:38.097596+0000 mgr.smithi118.ueiebd (mgr.14180) 1422 : cluster [DBG] pgmap v942: 97 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-11-16T02:41:39.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:39 smithi186 bash[28774]: cluster 2023-11-16T02:41:38.097596+0000 mgr.smithi118.ueiebd (mgr.14180) 1422 : cluster [DBG] pgmap v942: 97 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-11-16T02:41:41.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:41 smithi186 bash[28774]: cluster 2023-11-16T02:41:40.098774+0000 mgr.smithi118.ueiebd (mgr.14180) 1423 : cluster [DBG] pgmap v943: 97 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-11-16T02:41:41.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:41 smithi118 bash[24930]: cluster 2023-11-16T02:41:40.098774+0000 mgr.smithi118.ueiebd (mgr.14180) 1423 : cluster [DBG] pgmap v943: 97 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-11-16T02:41:42.581 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:42.582 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:43.460 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:43 smithi118 bash[24930]: cluster 2023-11-16T02:41:42.099938+0000 mgr.smithi118.ueiebd (mgr.14180) 1424 : cluster [DBG] pgmap v944: 97 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-11-16T02:41:43.460 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:43 smithi118 bash[24930]: audit 2023-11-16T02:41:42.570807+0000 mgr.smithi118.ueiebd (mgr.14180) 1425 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:43.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:43.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:43 smithi186 bash[28774]: cluster 2023-11-16T02:41:42.099938+0000 mgr.smithi118.ueiebd (mgr.14180) 1424 : cluster [DBG] pgmap v944: 97 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-11-16T02:41:43.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:43 smithi186 bash[28774]: audit 2023-11-16T02:41:42.570807+0000 mgr.smithi118.ueiebd (mgr.14180) 1425 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:44.462 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:45.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:45 smithi186 bash[28774]: cluster 2023-11-16T02:41:44.101205+0000 mgr.smithi118.ueiebd (mgr.14180) 1426 : cluster [DBG] pgmap v945: 97 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-11-16T02:41:45.616 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:45 smithi118 bash[24930]: cluster 2023-11-16T02:41:44.101205+0000 mgr.smithi118.ueiebd (mgr.14180) 1426 : cluster [DBG] pgmap v945: 97 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-11-16T02:41:47.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:47 smithi118 bash[24930]: cluster 2023-11-16T02:41:46.102252+0000 mgr.smithi118.ueiebd (mgr.14180) 1427 : 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-11-16T02:41:47.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:47 smithi186 bash[28774]: cluster 2023-11-16T02:41:46.102252+0000 mgr.smithi118.ueiebd (mgr.14180) 1427 : 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-11-16T02:41:48.021 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:48.021 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:48.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:49.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:49 smithi186 bash[28774]: audit 2023-11-16T02:41:48.014675+0000 mgr.smithi118.ueiebd (mgr.14180) 1428 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:49.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:49 smithi186 bash[28774]: cluster 2023-11-16T02:41:48.103445+0000 mgr.smithi118.ueiebd (mgr.14180) 1429 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:49 smithi118 bash[24930]: audit 2023-11-16T02:41:48.014675+0000 mgr.smithi118.ueiebd (mgr.14180) 1428 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:49 smithi118 bash[24930]: cluster 2023-11-16T02:41:48.103445+0000 mgr.smithi118.ueiebd (mgr.14180) 1429 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:49.831 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:51.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:51 smithi118 bash[24930]: cluster 2023-11-16T02:41:50.104528+0000 mgr.smithi118.ueiebd (mgr.14180) 1430 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:51.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:51 smithi186 bash[28774]: cluster 2023-11-16T02:41:50.104528+0000 mgr.smithi118.ueiebd (mgr.14180) 1430 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:41:53.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:53 smithi118 bash[24930]: cluster 2023-11-16T02:41:52.105761+0000 mgr.smithi118.ueiebd (mgr.14180) 1431 : 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-11-16T02:41:53.493 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:53.493 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:53.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:53 smithi186 bash[28774]: cluster 2023-11-16T02:41:52.105761+0000 mgr.smithi118.ueiebd (mgr.14180) 1431 : 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-11-16T02:41:54.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:41:54.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:54 smithi186 bash[28774]: audit 2023-11-16T02:41:53.487673+0000 mgr.smithi118.ueiebd (mgr.14180) 1432 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:54.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:54 smithi118 bash[24930]: audit 2023-11-16T02:41:53.487673+0000 mgr.smithi118.ueiebd (mgr.14180) 1432 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:41:55.317 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:41:55.516 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:55 smithi118 bash[24930]: cluster 2023-11-16T02:41:54.107059+0000 mgr.smithi118.ueiebd (mgr.14180) 1433 : 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-11-16T02:41:55.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:55 smithi186 bash[28774]: cluster 2023-11-16T02:41:54.107059+0000 mgr.smithi118.ueiebd (mgr.14180) 1433 : 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-11-16T02:41:57.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:57 smithi118 bash[24930]: cluster 2023-11-16T02:41:56.107877+0000 mgr.smithi118.ueiebd (mgr.14180) 1434 : 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-11-16T02:41:57.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:57 smithi186 bash[28774]: cluster 2023-11-16T02:41:56.107877+0000 mgr.smithi118.ueiebd (mgr.14180) 1434 : 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-11-16T02:41:59.023 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:41:59.024 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:41:59.333 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:41:59 smithi118 bash[24930]: cluster 2023-11-16T02:41:58.108635+0000 mgr.smithi118.ueiebd (mgr.14180) 1435 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:59.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:41:59 smithi186 bash[28774]: cluster 2023-11-16T02:41:58.108635+0000 mgr.smithi118.ueiebd (mgr.14180) 1435 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:41:59.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:00.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:00 smithi186 bash[28774]: audit 2023-11-16T02:41:59.017299+0000 mgr.smithi118.ueiebd (mgr.14180) 1436 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:00.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:00 smithi118 bash[24930]: audit 2023-11-16T02:41:59.017299+0000 mgr.smithi118.ueiebd (mgr.14180) 1436 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:00.963 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:07.410 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:01 smithi186 bash[28774]: cluster 2023-11-16T02:42:00.109702+0000 mgr.smithi118.ueiebd (mgr.14180) 1437 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:07.411 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:03 smithi186 bash[28774]: cluster 2023-11-16T02:42:02.110913+0000 mgr.smithi118.ueiebd (mgr.14180) 1438 : 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-11-16T02:42:07.411 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:05 smithi186 bash[28774]: cluster 2023-11-16T02:42:04.112085+0000 mgr.smithi118.ueiebd (mgr.14180) 1439 : 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-11-16T02:42:07.411 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:01 smithi118 bash[24930]: cluster 2023-11-16T02:42:00.109702+0000 mgr.smithi118.ueiebd (mgr.14180) 1437 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:07.453 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:03 smithi118 bash[24930]: cluster 2023-11-16T02:42:02.110913+0000 mgr.smithi118.ueiebd (mgr.14180) 1438 : 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-11-16T02:42:07.454 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:05 smithi118 bash[24930]: cluster 2023-11-16T02:42:04.112085+0000 mgr.smithi118.ueiebd (mgr.14180) 1439 : 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-11-16T02:42:07.454 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:07 smithi118 bash[24930]: cluster 2023-11-16T02:42:06.112892+0000 mgr.smithi118.ueiebd (mgr.14180) 1440 : 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-11-16T02:42:07.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:07 smithi186 bash[28774]: cluster 2023-11-16T02:42:06.112892+0000 mgr.smithi118.ueiebd (mgr.14180) 1440 : 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-11-16T02:42:09.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:09 smithi186 bash[28774]: cluster 2023-11-16T02:42:08.114087+0000 mgr.smithi118.ueiebd (mgr.14180) 1441 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:09.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:09 smithi118 bash[24930]: cluster 2023-11-16T02:42:08.114087+0000 mgr.smithi118.ueiebd (mgr.14180) 1441 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:11.278 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:11.279 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:11.525 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:11 smithi118 bash[24930]: cluster 2023-11-16T02:42:10.115270+0000 mgr.smithi118.ueiebd (mgr.14180) 1442 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:11.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:11 smithi186 bash[28774]: cluster 2023-11-16T02:42:10.115270+0000 mgr.smithi118.ueiebd (mgr.14180) 1442 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:12.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:12.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:12 smithi186 bash[28774]: audit 2023-11-16T02:42:11.267550+0000 mgr.smithi118.ueiebd (mgr.14180) 1443 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:12.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:12 smithi118 bash[24930]: audit 2023-11-16T02:42:11.267550+0000 mgr.smithi118.ueiebd (mgr.14180) 1443 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:13.175 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:13.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:13 smithi186 bash[28774]: cluster 2023-11-16T02:42:12.116202+0000 mgr.smithi118.ueiebd (mgr.14180) 1444 : 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-11-16T02:42:13.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:13 smithi118 bash[24930]: cluster 2023-11-16T02:42:12.116202+0000 mgr.smithi118.ueiebd (mgr.14180) 1444 : 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-11-16T02:42:15.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:15 smithi186 bash[28774]: cluster 2023-11-16T02:42:14.117547+0000 mgr.smithi118.ueiebd (mgr.14180) 1445 : 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-11-16T02:42:15.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:15 smithi118 bash[24930]: cluster 2023-11-16T02:42:14.117547+0000 mgr.smithi118.ueiebd (mgr.14180) 1445 : 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-11-16T02:42:16.872 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:16.872 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:17.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:17 smithi186 bash[28774]: cluster 2023-11-16T02:42:16.118816+0000 mgr.smithi118.ueiebd (mgr.14180) 1446 : 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-11-16T02:42:17.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:17 smithi186 bash[28774]: audit 2023-11-16T02:42:16.862377+0000 mgr.smithi118.ueiebd (mgr.14180) 1447 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:17.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:17 smithi118 bash[24930]: cluster 2023-11-16T02:42:16.118816+0000 mgr.smithi118.ueiebd (mgr.14180) 1446 : 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-11-16T02:42:17.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:17 smithi118 bash[24930]: audit 2023-11-16T02:42:16.862377+0000 mgr.smithi118.ueiebd (mgr.14180) 1447 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:17.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:18.785 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:19.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:19 smithi186 bash[28774]: cluster 2023-11-16T02:42:18.120062+0000 mgr.smithi118.ueiebd (mgr.14180) 1448 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:19.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:19 smithi118 bash[24930]: cluster 2023-11-16T02:42:18.120062+0000 mgr.smithi118.ueiebd (mgr.14180) 1448 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:21.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:21 smithi186 bash[28774]: cluster 2023-11-16T02:42:20.121208+0000 mgr.smithi118.ueiebd (mgr.14180) 1449 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:21.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:21 smithi118 bash[24930]: cluster 2023-11-16T02:42:20.121208+0000 mgr.smithi118.ueiebd (mgr.14180) 1449 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:22.325 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:22.325 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:23.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:23.588 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:23 smithi186 bash[28774]: cluster 2023-11-16T02:42:22.121916+0000 mgr.smithi118.ueiebd (mgr.14180) 1450 : 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-11-16T02:42:23.588 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:23 smithi186 bash[28774]: audit 2023-11-16T02:42:22.316705+0000 mgr.smithi118.ueiebd (mgr.14180) 1451 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:23 smithi118 bash[24930]: cluster 2023-11-16T02:42:22.121916+0000 mgr.smithi118.ueiebd (mgr.14180) 1450 : 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-11-16T02:42:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:23 smithi118 bash[24930]: audit 2023-11-16T02:42:22.316705+0000 mgr.smithi118.ueiebd (mgr.14180) 1451 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:24.137 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:25.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:25 smithi118 bash[24930]: cluster 2023-11-16T02:42:24.123047+0000 mgr.smithi118.ueiebd (mgr.14180) 1452 : 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-11-16T02:42:25.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:25 smithi186 bash[28774]: cluster 2023-11-16T02:42:24.123047+0000 mgr.smithi118.ueiebd (mgr.14180) 1452 : 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-11-16T02:42:27.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:27 smithi118 bash[24930]: cluster 2023-11-16T02:42:26.124118+0000 mgr.smithi118.ueiebd (mgr.14180) 1453 : 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-11-16T02:42:27.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:27 smithi186 bash[28774]: cluster 2023-11-16T02:42:26.124118+0000 mgr.smithi118.ueiebd (mgr.14180) 1453 : 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-11-16T02:42:27.950 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:27.950 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:28.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:28 smithi118 bash[24930]: audit 2023-11-16T02:42:27.939498+0000 mgr.smithi118.ueiebd (mgr.14180) 1454 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:28.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:28 smithi186 bash[28774]: audit 2023-11-16T02:42:27.939498+0000 mgr.smithi118.ueiebd (mgr.14180) 1454 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:28.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:29.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:29 smithi118 bash[24930]: cluster 2023-11-16T02:42:28.125375+0000 mgr.smithi118.ueiebd (mgr.14180) 1455 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:29.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:29 smithi186 bash[28774]: cluster 2023-11-16T02:42:28.125375+0000 mgr.smithi118.ueiebd (mgr.14180) 1455 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:29.827 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:31.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:31 smithi118 bash[24930]: cluster 2023-11-16T02:42:30.126551+0000 mgr.smithi118.ueiebd (mgr.14180) 1456 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:31.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:31 smithi186 bash[28774]: cluster 2023-11-16T02:42:30.126551+0000 mgr.smithi118.ueiebd (mgr.14180) 1456 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:33.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:33 smithi118 bash[24930]: cluster 2023-11-16T02:42:32.127620+0000 mgr.smithi118.ueiebd (mgr.14180) 1457 : 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-11-16T02:42:33.553 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:33.554 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:33.588 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:33 smithi186 bash[28774]: cluster 2023-11-16T02:42:32.127620+0000 mgr.smithi118.ueiebd (mgr.14180) 1457 : 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-11-16T02:42:34.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:34.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:34 smithi118 bash[24930]: audit 2023-11-16T02:42:33.543249+0000 mgr.smithi118.ueiebd (mgr.14180) 1458 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:34.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:34 smithi118 bash[24930]: audit 2023-11-16T02:42:34.098496+0000 mon.smithi118 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:42:34.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:34 smithi186 bash[28774]: audit 2023-11-16T02:42:33.543249+0000 mgr.smithi118.ueiebd (mgr.14180) 1458 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:34.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:34 smithi186 bash[28774]: audit 2023-11-16T02:42:34.098496+0000 mon.smithi118 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:42:35.448 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:35.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:35 smithi118 bash[24930]: cluster 2023-11-16T02:42:34.128593+0000 mgr.smithi118.ueiebd (mgr.14180) 1459 : 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-11-16T02:42:35.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:35 smithi118 bash[24930]: audit 2023-11-16T02:42:34.367703+0000 mon.smithi118 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:35.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:35 smithi186 bash[28774]: cluster 2023-11-16T02:42:34.128593+0000 mgr.smithi118.ueiebd (mgr.14180) 1459 : 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-11-16T02:42:35.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:35 smithi186 bash[28774]: audit 2023-11-16T02:42:34.367703+0000 mon.smithi118 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:37.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:37 smithi186 bash[28774]: cluster 2023-11-16T02:42:36.129307+0000 mgr.smithi118.ueiebd (mgr.14180) 1460 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:37.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:37 smithi118 bash[24930]: cluster 2023-11-16T02:42:36.129307+0000 mgr.smithi118.ueiebd (mgr.14180) 1460 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:39.021 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:39.021 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:32:18.533804Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:32:17.831193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:32:18.534032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:32:17.833823Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:32:17.831509Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:32:17.831866Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:32:17.834135Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:32:17.832204Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:32:17.832542Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:32:18.534253Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:39.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:39 smithi118 bash[24930]: cluster 2023-11-16T02:42:38.130514+0000 mgr.smithi118.ueiebd (mgr.14180) 1461 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:39.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:39.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:39 smithi186 bash[28774]: cluster 2023-11-16T02:42:38.130514+0000 mgr.smithi118.ueiebd (mgr.14180) 1461 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:42:40.760 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:39.010452+0000 mgr.smithi118.ueiebd (mgr.14180) 1462 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:39.865907+0000 mon.smithi118 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:40.558333+0000 mon.smithi118 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:40.836500+0000 mon.smithi118 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:40.838117+0000 mon.smithi118 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:40.845702+0000 mon.smithi118 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:41.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:40 smithi118 bash[24930]: audit 2023-11-16T02:42:40.851330+0000 mon.smithi118 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:39.010452+0000 mgr.smithi118.ueiebd (mgr.14180) 1462 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:39.865907+0000 mon.smithi118 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:40.558333+0000 mon.smithi118 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:40.836500+0000 mon.smithi118 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:40.838117+0000 mon.smithi118 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:40.845702+0000 mon.smithi118 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:41.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:40 smithi186 bash[28774]: audit 2023-11-16T02:42:40.851330+0000 mon.smithi118 (mon.0) 1043 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:42:42.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:41 smithi118 bash[24930]: cluster 2023-11-16T02:42:40.131356+0000 mgr.smithi118.ueiebd (mgr.14180) 1463 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:41 smithi118 bash[24930]: cluster 2023-11-16T02:42:40.846534+0000 mgr.smithi118.ueiebd (mgr.14180) 1464 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:41 smithi118 bash[24930]: audit 2023-11-16T02:42:40.865156+0000 mon.smithi118 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:41 smithi118 bash[24930]: cluster 2023-11-16T02:42:40.865313+0000 mon.smithi118 (mon.0) 1045 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:42:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:41 smithi118 bash[24930]: cluster 2023-11-16T02:42:40.865348+0000 mon.smithi118 (mon.0) 1046 : cluster [INF] Cluster is now healthy 2023-11-16T02:42:42.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:41 smithi118 bash[24930]: cephadm 2023-11-16T02:42:40.870465+0000 mgr.smithi118.ueiebd (mgr.14180) 1465 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.jqrcay on smithi186 2023-11-16T02:42:42.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:41 smithi186 bash[28774]: cluster 2023-11-16T02:42:40.131356+0000 mgr.smithi118.ueiebd (mgr.14180) 1463 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:42:42.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:41 smithi186 bash[28774]: cluster 2023-11-16T02:42:40.846534+0000 mgr.smithi118.ueiebd (mgr.14180) 1464 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:42.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:41 smithi186 bash[28774]: audit 2023-11-16T02:42:40.865156+0000 mon.smithi118 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:42.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:41 smithi186 bash[28774]: cluster 2023-11-16T02:42:40.865313+0000 mon.smithi118 (mon.0) 1045 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:42:42.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:41 smithi186 bash[28774]: cluster 2023-11-16T02:42:40.865348+0000 mon.smithi118 (mon.0) 1046 : cluster [INF] Cluster is now healthy 2023-11-16T02:42:42.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:41 smithi186 bash[28774]: cephadm 2023-11-16T02:42:40.870465+0000 mgr.smithi118.ueiebd (mgr.14180) 1465 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.jqrcay on smithi186 2023-11-16T02:42:44.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:43 smithi118 bash[24930]: cluster 2023-11-16T02:42:42.847421+0000 mgr.smithi118.ueiebd (mgr.14180) 1466 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:44.287 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:44.288 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:40:25.509188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.stzumq on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:29.672203Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.vmxazc on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-vmxazc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.vmxazc\nDeploy daemon haproxy.nfs.foo.smithi186.vmxazc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.087985Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.oyuaat on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-oyuaat\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.oyuaat\nDeploy daemon haproxy.nfs.foo.smithi118.oyuaat ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:41:34.092385Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lzcoeb on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:44.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:43 smithi186 bash[28774]: cluster 2023-11-16T02:42:42.847421+0000 mgr.smithi118.ueiebd (mgr.14180) 1466 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:45.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:44 smithi186 bash[28774]: audit 2023-11-16T02:42:44.756409+0000 mon.smithi118 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.jqrcay"}]: dispatch 2023-11-16T02:42:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:44 smithi118 bash[24930]: audit 2023-11-16T02:42:44.756409+0000 mon.smithi118 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.jqrcay"}]: dispatch 2023-11-16T02:42:45.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:46.189 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:46.202 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: audit 2023-11-16T02:42:44.274539+0000 mgr.smithi118.ueiebd (mgr.14180) 1467 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: cephadm 2023-11-16T02:42:44.755642+0000 mgr.smithi118.ueiebd (mgr.14180) 1468 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.jqrcay ... 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:46.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.jqrcay ... 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: cephadm 2023-11-16T02:42:44.755923+0000 mgr.smithi118.ueiebd (mgr.14180) 1469 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: cephadm 2023-11-16T02:42:44.757528+0000 mgr.smithi118.ueiebd (mgr.14180) 1470 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.205 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.jqrcay ... 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: cephadm 2023-11-16T02:42:44.760179+0000 mgr.smithi118.ueiebd (mgr.14180) 1471 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ndapgb on smithi118 2023-11-16T02:42:46.206 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:45 smithi118 bash[24930]: cluster 2023-11-16T02:42:44.847929+0000 mgr.smithi118.ueiebd (mgr.14180) 1472 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: audit 2023-11-16T02:42:44.274539+0000 mgr.smithi118.ueiebd (mgr.14180) 1467 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: cephadm 2023-11-16T02:42:44.755642+0000 mgr.smithi118.ueiebd (mgr.14180) 1468 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.jqrcay ... 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.jqrcay ... 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: cephadm 2023-11-16T02:42:44.755923+0000 mgr.smithi118.ueiebd (mgr.14180) 1469 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: cephadm 2023-11-16T02:42:44.757528+0000 mgr.smithi118.ueiebd (mgr.14180) 1470 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.jqrcay ... 2023-11-16T02:42:46.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:46.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:46.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:46.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:46.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: cephadm 2023-11-16T02:42:44.760179+0000 mgr.smithi118.ueiebd (mgr.14180) 1471 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.ndapgb on smithi118 2023-11-16T02:42:46.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:45 smithi186 bash[28774]: cluster 2023-11-16T02:42:44.847929+0000 mgr.smithi118.ueiebd (mgr.14180) 1472 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:48.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:47 smithi118 bash[24930]: cluster 2023-11-16T02:42:46.848558+0000 mgr.smithi118.ueiebd (mgr.14180) 1473 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:48.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:47 smithi186 bash[28774]: cluster 2023-11-16T02:42:46.848558+0000 mgr.smithi118.ueiebd (mgr.14180) 1473 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:50.095 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:50.096 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:50.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:49 smithi186 bash[28774]: cluster 2023-11-16T02:42:48.849576+0000 mgr.smithi118.ueiebd (mgr.14180) 1474 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:50.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:49 smithi186 bash[28774]: audit 2023-11-16T02:42:49.140021+0000 mon.smithi118 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ndapgb"}]: dispatch 2023-11-16T02:42:50.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:49 smithi118 bash[24930]: cluster 2023-11-16T02:42:48.849576+0000 mgr.smithi118.ueiebd (mgr.14180) 1474 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-16T02:42:50.350 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:49 smithi118 bash[24930]: audit 2023-11-16T02:42:49.140021+0000 mon.smithi118 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.ndapgb"}]: dispatch 2023-11-16T02:42:51.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:51.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cephadm 2023-11-16T02:42:49.139272+0000 mgr.smithi118.ueiebd (mgr.14180) 1475 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ndapgb ... 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:42:51.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:51.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:51.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ndapgb ... 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cephadm 2023-11-16T02:42:49.139490+0000 mgr.smithi118.ueiebd (mgr.14180) 1476 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cephadm 2023-11-16T02:42:49.141424+0000 mgr.smithi118.ueiebd (mgr.14180) 1477 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:51.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:42:51.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.ndapgb ... 2023-11-16T02:42:51.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:51.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:51.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:51.300 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cephadm 2023-11-16T02:42:49.144717+0000 mgr.smithi118.ueiebd (mgr.14180) 1478 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:42:51.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cephadm 2023-11-16T02:42:49.147717+0000 mgr.smithi118.ueiebd (mgr.14180) 1479 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:42:51.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cluster 2023-11-16T02:42:49.149010+0000 mgr.smithi118.ueiebd (mgr.14180) 1480 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2023-11-16T02:42:51.301 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:50 smithi186 bash[28774]: cluster 2023-11-16T02:42:49.899665+0000 mon.smithi118 (mon.0) 1049 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:42:51.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cephadm 2023-11-16T02:42:49.139272+0000 mgr.smithi118.ueiebd (mgr.14180) 1475 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:51.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ndapgb ... 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:51.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:42:51.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ndapgb ... 2023-11-16T02:42:51.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:51.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:51.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:51.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cephadm 2023-11-16T02:42:49.139490+0000 mgr.smithi118.ueiebd (mgr.14180) 1476 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cephadm 2023-11-16T02:42:49.141424+0000 mgr.smithi118.ueiebd (mgr.14180) 1477 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:42:51.375 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.ndapgb ... 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cephadm 2023-11-16T02:42:49.144717+0000 mgr.smithi118.ueiebd (mgr.14180) 1478 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:42:51.376 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cephadm 2023-11-16T02:42:49.147717+0000 mgr.smithi118.ueiebd (mgr.14180) 1479 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:42:51.377 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cluster 2023-11-16T02:42:49.149010+0000 mgr.smithi118.ueiebd (mgr.14180) 1480 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2023-11-16T02:42:51.377 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:50 smithi118 bash[24930]: cluster 2023-11-16T02:42:49.899665+0000 mon.smithi118 (mon.0) 1049 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:42:52.007 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:52.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:51 smithi118 bash[24930]: audit 2023-11-16T02:42:50.082752+0000 mgr.smithi118.ueiebd (mgr.14180) 1481 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:52.203 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:51 smithi118 bash[24930]: audit 2023-11-16T02:42:51.148683+0000 mon.smithi118 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:52.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:51 smithi186 bash[28774]: audit 2023-11-16T02:42:50.082752+0000 mgr.smithi118.ueiebd (mgr.14180) 1481 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:52.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:51 smithi186 bash[28774]: audit 2023-11-16T02:42:51.148683+0000 mon.smithi118 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:42:53.254 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:52 smithi118 bash[24930]: cluster 2023-11-16T02:42:51.149842+0000 mgr.smithi118.ueiebd (mgr.14180) 1482 : cluster [DBG] pgmap v980: 97 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-11-16T02:42:53.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:52 smithi186 bash[28774]: cluster 2023-11-16T02:42:51.149842+0000 mgr.smithi118.ueiebd (mgr.14180) 1482 : cluster [DBG] pgmap v980: 97 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-11-16T02:42:55.204 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:54 smithi118 bash[24930]: cluster 2023-11-16T02:42:53.150721+0000 mgr.smithi118.ueiebd (mgr.14180) 1483 : cluster [DBG] pgmap v981: 97 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-11-16T02:42:55.293 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:54 smithi186 bash[28774]: cluster 2023-11-16T02:42:53.150721+0000 mgr.smithi118.ueiebd (mgr.14180) 1483 : cluster [DBG] pgmap v981: 97 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-11-16T02:42:55.621 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:42:55.621 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:42:56.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:56 smithi118 bash[24930]: cluster 2023-11-16T02:42:55.151660+0000 mgr.smithi118.ueiebd (mgr.14180) 1484 : cluster [DBG] pgmap v982: 97 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-11-16T02:42:56.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:56 smithi118 bash[24930]: audit 2023-11-16T02:42:55.610746+0000 mgr.smithi118.ueiebd (mgr.14180) 1485 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:56.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:56 smithi186 bash[28774]: cluster 2023-11-16T02:42:55.151660+0000 mgr.smithi118.ueiebd (mgr.14180) 1484 : cluster [DBG] pgmap v982: 97 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-11-16T02:42:56.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:56 smithi186 bash[28774]: audit 2023-11-16T02:42:55.610746+0000 mgr.smithi118.ueiebd (mgr.14180) 1485 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:42:56.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:42:57.567 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:42:58.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:42:58 smithi186 bash[28774]: cluster 2023-11-16T02:42:57.152859+0000 mgr.smithi118.ueiebd (mgr.14180) 1486 : cluster [DBG] pgmap v983: 97 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-11-16T02:42:58.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:42:58 smithi118 bash[24930]: cluster 2023-11-16T02:42:57.152859+0000 mgr.smithi118.ueiebd (mgr.14180) 1486 : cluster [DBG] pgmap v983: 97 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-11-16T02:43:00.512 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:00 smithi118 bash[24930]: cluster 2023-11-16T02:42:59.154134+0000 mgr.smithi118.ueiebd (mgr.14180) 1487 : cluster [DBG] pgmap v984: 97 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-11-16T02:43:00.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:00 smithi186 bash[28774]: cluster 2023-11-16T02:42:59.154134+0000 mgr.smithi118.ueiebd (mgr.14180) 1487 : cluster [DBG] pgmap v984: 97 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-11-16T02:43:00.940 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:00.940 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:01.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:01 smithi118 bash[24930]: audit 2023-11-16T02:43:00.929704+0000 mgr.smithi118.ueiebd (mgr.14180) 1488 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:01.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:01 smithi186 bash[28774]: audit 2023-11-16T02:43:00.929704+0000 mgr.smithi118.ueiebd (mgr.14180) 1488 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:01.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:02 smithi186 bash[28774]: cluster 2023-11-16T02:43:01.155339+0000 mgr.smithi118.ueiebd (mgr.14180) 1489 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:02.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:02 smithi118 bash[24930]: cluster 2023-11-16T02:43:01.155339+0000 mgr.smithi118.ueiebd (mgr.14180) 1489 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:02.805 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:04.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:04 smithi118 bash[24930]: cluster 2023-11-16T02:43:03.156822+0000 mgr.smithi118.ueiebd (mgr.14180) 1490 : 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-11-16T02:43:04.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:04 smithi186 bash[28774]: cluster 2023-11-16T02:43:03.156822+0000 mgr.smithi118.ueiebd (mgr.14180) 1490 : 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-11-16T02:43:06.307 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:06.308 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:06.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:06 smithi186 bash[28774]: cluster 2023-11-16T02:43:05.157612+0000 mgr.smithi118.ueiebd (mgr.14180) 1491 : 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-11-16T02:43:06.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:06 smithi118 bash[24930]: cluster 2023-11-16T02:43:05.157612+0000 mgr.smithi118.ueiebd (mgr.14180) 1491 : 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-11-16T02:43:07.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:07.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:07 smithi118 bash[24930]: audit 2023-11-16T02:43:06.296187+0000 mgr.smithi118.ueiebd (mgr.14180) 1492 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:07 smithi186 bash[28774]: audit 2023-11-16T02:43:06.296187+0000 mgr.smithi118.ueiebd (mgr.14180) 1492 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:08.226 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:08.433 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:08 smithi118 bash[24930]: cluster 2023-11-16T02:43:07.158882+0000 mgr.smithi118.ueiebd (mgr.14180) 1493 : 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-11-16T02:43:08.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:08 smithi186 bash[28774]: cluster 2023-11-16T02:43:07.158882+0000 mgr.smithi118.ueiebd (mgr.14180) 1493 : 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-11-16T02:43:10.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:10 smithi118 bash[24930]: cluster 2023-11-16T02:43:09.160200+0000 mgr.smithi118.ueiebd (mgr.14180) 1494 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:10.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:10 smithi186 bash[28774]: cluster 2023-11-16T02:43:09.160200+0000 mgr.smithi118.ueiebd (mgr.14180) 1494 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:11.901 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:11.901 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:12.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:12 smithi118 bash[24930]: cluster 2023-11-16T02:43:11.161271+0000 mgr.smithi118.ueiebd (mgr.14180) 1495 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:12.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:12 smithi118 bash[24930]: audit 2023-11-16T02:43:11.895245+0000 mgr.smithi118.ueiebd (mgr.14180) 1496 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:12.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:12 smithi186 bash[28774]: cluster 2023-11-16T02:43:11.161271+0000 mgr.smithi118.ueiebd (mgr.14180) 1495 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:12.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:12 smithi186 bash[28774]: audit 2023-11-16T02:43:11.895245+0000 mgr.smithi118.ueiebd (mgr.14180) 1496 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:12.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:13.771 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:14.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:14 smithi118 bash[24930]: cluster 2023-11-16T02:43:13.162594+0000 mgr.smithi118.ueiebd (mgr.14180) 1497 : 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-11-16T02:43:14.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:14 smithi186 bash[28774]: cluster 2023-11-16T02:43:13.162594+0000 mgr.smithi118.ueiebd (mgr.14180) 1497 : 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-11-16T02:43:16.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:16 smithi118 bash[24930]: cluster 2023-11-16T02:43:15.163685+0000 mgr.smithi118.ueiebd (mgr.14180) 1498 : 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-11-16T02:43:16.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:16 smithi186 bash[28774]: cluster 2023-11-16T02:43:15.163685+0000 mgr.smithi118.ueiebd (mgr.14180) 1498 : 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-11-16T02:43:17.333 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:17.333 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:18.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:18.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:18 smithi186 bash[28774]: cluster 2023-11-16T02:43:17.164509+0000 mgr.smithi118.ueiebd (mgr.14180) 1499 : 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-11-16T02:43:18.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:18 smithi186 bash[28774]: audit 2023-11-16T02:43:17.322018+0000 mgr.smithi118.ueiebd (mgr.14180) 1500 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:18.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:18 smithi118 bash[24930]: cluster 2023-11-16T02:43:17.164509+0000 mgr.smithi118.ueiebd (mgr.14180) 1499 : 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-11-16T02:43:18.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:18 smithi118 bash[24930]: audit 2023-11-16T02:43:17.322018+0000 mgr.smithi118.ueiebd (mgr.14180) 1500 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:19.167 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:20.518 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:20 smithi118 bash[24930]: cluster 2023-11-16T02:43:19.165761+0000 mgr.smithi118.ueiebd (mgr.14180) 1501 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:20.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:20 smithi186 bash[28774]: cluster 2023-11-16T02:43:19.165761+0000 mgr.smithi118.ueiebd (mgr.14180) 1501 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:22.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:22 smithi186 bash[28774]: cluster 2023-11-16T02:43:21.166875+0000 mgr.smithi118.ueiebd (mgr.14180) 1502 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:22.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:22 smithi118 bash[24930]: cluster 2023-11-16T02:43:21.166875+0000 mgr.smithi118.ueiebd (mgr.14180) 1502 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:22.749 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:22.749 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:23.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:23 smithi186 bash[28774]: audit 2023-11-16T02:43:22.739242+0000 mgr.smithi118.ueiebd (mgr.14180) 1503 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:23.617 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:23 smithi118 bash[24930]: audit 2023-11-16T02:43:22.739242+0000 mgr.smithi118.ueiebd (mgr.14180) 1503 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:23.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:24.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:24 smithi186 bash[28774]: cluster 2023-11-16T02:43:23.167712+0000 mgr.smithi118.ueiebd (mgr.14180) 1504 : 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-11-16T02:43:24.619 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:24 smithi118 bash[24930]: cluster 2023-11-16T02:43:23.167712+0000 mgr.smithi118.ueiebd (mgr.14180) 1504 : 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-11-16T02:43:26.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:26 smithi186 bash[28774]: cluster 2023-11-16T02:43:25.168802+0000 mgr.smithi118.ueiebd (mgr.14180) 1505 : 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-11-16T02:43:26.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:26 smithi118 bash[24930]: cluster 2023-11-16T02:43:25.168802+0000 mgr.smithi118.ueiebd (mgr.14180) 1505 : 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-11-16T02:43:28.141 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:28.142 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:28.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:28 smithi186 bash[28774]: cluster 2023-11-16T02:43:27.170014+0000 mgr.smithi118.ueiebd (mgr.14180) 1506 : 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-11-16T02:43:28.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:28 smithi118 bash[24930]: cluster 2023-11-16T02:43:27.170014+0000 mgr.smithi118.ueiebd (mgr.14180) 1506 : 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-11-16T02:43:29.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:29.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:29 smithi118 bash[24930]: audit 2023-11-16T02:43:28.130957+0000 mgr.smithi118.ueiebd (mgr.14180) 1507 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:29.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:29 smithi186 bash[28774]: audit 2023-11-16T02:43:28.130957+0000 mgr.smithi118.ueiebd (mgr.14180) 1507 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:30.012 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:30.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:30 smithi118 bash[24930]: cluster 2023-11-16T02:43:29.171333+0000 mgr.smithi118.ueiebd (mgr.14180) 1508 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:30.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:30 smithi186 bash[28774]: cluster 2023-11-16T02:43:29.171333+0000 mgr.smithi118.ueiebd (mgr.14180) 1508 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:32.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:32 smithi186 bash[28774]: cluster 2023-11-16T02:43:31.172237+0000 mgr.smithi118.ueiebd (mgr.14180) 1509 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:32.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:32 smithi118 bash[24930]: cluster 2023-11-16T02:43:31.172237+0000 mgr.smithi118.ueiebd (mgr.14180) 1509 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:33.566 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:33.567 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:34.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:34.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:34 smithi186 bash[28774]: cluster 2023-11-16T02:43:33.173517+0000 mgr.smithi118.ueiebd (mgr.14180) 1510 : 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-11-16T02:43:34.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:34 smithi186 bash[28774]: audit 2023-11-16T02:43:33.555088+0000 mgr.smithi118.ueiebd (mgr.14180) 1511 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:34.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:34 smithi118 bash[24930]: cluster 2023-11-16T02:43:33.173517+0000 mgr.smithi118.ueiebd (mgr.14180) 1510 : 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-11-16T02:43:34.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:34 smithi118 bash[24930]: audit 2023-11-16T02:43:33.555088+0000 mgr.smithi118.ueiebd (mgr.14180) 1511 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:35.443 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:36.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:36 smithi186 bash[28774]: cluster 2023-11-16T02:43:35.174387+0000 mgr.smithi118.ueiebd (mgr.14180) 1512 : 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-11-16T02:43:36.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:36 smithi118 bash[24930]: cluster 2023-11-16T02:43:35.174387+0000 mgr.smithi118.ueiebd (mgr.14180) 1512 : 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-11-16T02:43:38.522 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:38 smithi118 bash[24930]: cluster 2023-11-16T02:43:37.175048+0000 mgr.smithi118.ueiebd (mgr.14180) 1513 : 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-11-16T02:43:38.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:38 smithi186 bash[28774]: cluster 2023-11-16T02:43:37.175048+0000 mgr.smithi118.ueiebd (mgr.14180) 1513 : 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-11-16T02:43:38.932 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:38.932 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:39.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:39 smithi186 bash[28774]: audit 2023-11-16T02:43:38.920122+0000 mgr.smithi118.ueiebd (mgr.14180) 1514 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:39.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:39 smithi118 bash[24930]: audit 2023-11-16T02:43:38.920122+0000 mgr.smithi118.ueiebd (mgr.14180) 1514 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:39.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:40.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:40 smithi186 bash[28774]: cluster 2023-11-16T02:43:39.175990+0000 mgr.smithi118.ueiebd (mgr.14180) 1515 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:40.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:40 smithi118 bash[24930]: cluster 2023-11-16T02:43:39.175990+0000 mgr.smithi118.ueiebd (mgr.14180) 1515 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:40.764 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:42.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:42 smithi118 bash[24930]: cluster 2023-11-16T02:43:41.176586+0000 mgr.smithi118.ueiebd (mgr.14180) 1516 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:42.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:42 smithi186 bash[28774]: cluster 2023-11-16T02:43:41.176586+0000 mgr.smithi118.ueiebd (mgr.14180) 1516 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:43:44.484 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:44.484 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:44.537 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:44 smithi118 bash[24930]: cluster 2023-11-16T02:43:43.177773+0000 mgr.smithi118.ueiebd (mgr.14180) 1517 : 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-11-16T02:43:44.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:44 smithi186 bash[28774]: cluster 2023-11-16T02:43:43.177773+0000 mgr.smithi118.ueiebd (mgr.14180) 1517 : 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-11-16T02:43:45.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:45.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:45 smithi186 bash[28774]: audit 2023-11-16T02:43:44.472032+0000 mgr.smithi118.ueiebd (mgr.14180) 1518 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:45.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:45 smithi118 bash[24930]: audit 2023-11-16T02:43:44.472032+0000 mgr.smithi118.ueiebd (mgr.14180) 1518 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:46.320 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:46.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:46 smithi118 bash[24930]: cluster 2023-11-16T02:43:45.178937+0000 mgr.smithi118.ueiebd (mgr.14180) 1519 : 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-11-16T02:43:46.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:46 smithi186 bash[28774]: cluster 2023-11-16T02:43:45.178937+0000 mgr.smithi118.ueiebd (mgr.14180) 1519 : 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-11-16T02:43:48.556 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:48 smithi118 bash[24930]: cluster 2023-11-16T02:43:47.180210+0000 mgr.smithi118.ueiebd (mgr.14180) 1520 : 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-11-16T02:43:48.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:48 smithi186 bash[28774]: cluster 2023-11-16T02:43:47.180210+0000 mgr.smithi118.ueiebd (mgr.14180) 1520 : 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-11-16T02:43:49.571 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:49 smithi118 bash[24930]: audit 2023-11-16T02:43:49.151844+0000 mon.smithi118 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:43:49.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:49 smithi186 bash[28774]: audit 2023-11-16T02:43:49.151844+0000 mon.smithi118 (mon.0) 1051 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:43:50.002 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:50.003 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:41:34.094500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.sejfpp on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: cluster 2023-11-16T02:43:49.181455+0000 mgr.smithi118.ueiebd (mgr.14180) 1521 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.426950+0000 mon.smithi118 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.716646+0000 mon.smithi118 (mon.0) 1053 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.717942+0000 mon.smithi118 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.725262+0000 mon.smithi118 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: cluster 2023-11-16T02:43:49.725921+0000 mgr.smithi118.ueiebd (mgr.14180) 1522 : cluster [DBG] pgmap v1010: 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-11-16T02:43:50.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.730731+0000 mon.smithi118 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:43:50.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.741888+0000 mon.smithi118 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:50.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: cephadm 2023-11-16T02:43:49.745595+0000 mgr.smithi118.ueiebd (mgr.14180) 1523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.frxfgg on smithi186 2023-11-16T02:43:50.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:50 smithi118 bash[24930]: audit 2023-11-16T02:43:49.990887+0000 mgr.smithi118.ueiebd (mgr.14180) 1524 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:50.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: cluster 2023-11-16T02:43:49.181455+0000 mgr.smithi118.ueiebd (mgr.14180) 1521 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:43:50.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.426950+0000 mon.smithi118 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:50.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.716646+0000 mon.smithi118 (mon.0) 1053 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.717942+0000 mon.smithi118 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.725262+0000 mon.smithi118 (mon.0) 1055 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: cluster 2023-11-16T02:43:49.725921+0000 mgr.smithi118.ueiebd (mgr.14180) 1522 : cluster [DBG] pgmap v1010: 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-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.730731+0000 mon.smithi118 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.741888+0000 mon.smithi118 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: cephadm 2023-11-16T02:43:49.745595+0000 mgr.smithi118.ueiebd (mgr.14180) 1523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.frxfgg on smithi186 2023-11-16T02:43:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:50 smithi186 bash[28774]: audit 2023-11-16T02:43:49.990887+0000 mgr.smithi118.ueiebd (mgr.14180) 1524 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:51.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:51.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:51 smithi186 bash[28774]: cluster 2023-11-16T02:43:50.722115+0000 mon.smithi118 (mon.0) 1058 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:43:51.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:51 smithi186 bash[28774]: cluster 2023-11-16T02:43:50.722162+0000 mon.smithi118 (mon.0) 1059 : cluster [INF] Cluster is now healthy 2023-11-16T02:43:51.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:51 smithi118 bash[24930]: cluster 2023-11-16T02:43:50.722115+0000 mon.smithi118 (mon.0) 1058 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:43:51.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:51 smithi118 bash[24930]: cluster 2023-11-16T02:43:50.722162+0000 mon.smithi118 (mon.0) 1059 : cluster [INF] Cluster is now healthy 2023-11-16T02:43:52.001 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:52.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:52 smithi186 bash[28774]: audit 2023-11-16T02:43:51.517311+0000 mon.smithi118 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:52.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:52 smithi186 bash[28774]: cluster 2023-11-16T02:43:51.726703+0000 mgr.smithi118.ueiebd (mgr.14180) 1525 : cluster [DBG] pgmap v1011: 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-11-16T02:43:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:52 smithi118 bash[24930]: audit 2023-11-16T02:43:51.517311+0000 mon.smithi118 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:43:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:52 smithi118 bash[24930]: cluster 2023-11-16T02:43:51.726703+0000 mgr.smithi118.ueiebd (mgr.14180) 1525 : cluster [DBG] pgmap v1011: 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-11-16T02:43:53.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:53 smithi186 bash[28774]: audit 2023-11-16T02:43:53.576572+0000 mon.smithi118 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.frxfgg"}]: dispatch 2023-11-16T02:43:53.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:53 smithi118 bash[24930]: audit 2023-11-16T02:43:53.576572+0000 mon.smithi118 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.frxfgg"}]: dispatch 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: cephadm 2023-11-16T02:43:53.575336+0000 mgr.smithi118.ueiebd (mgr.14180) 1526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.frxfgg ... 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:54.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.frxfgg ... 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: cephadm 2023-11-16T02:43:53.575832+0000 mgr.smithi118.ueiebd (mgr.14180) 1527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: cephadm 2023-11-16T02:43:53.577907+0000 mgr.smithi118.ueiebd (mgr.14180) 1528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.frxfgg ... 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: cephadm 2023-11-16T02:43:53.581873+0000 mgr.smithi118.ueiebd (mgr.14180) 1529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.zulyfv on smithi118 2023-11-16T02:43:54.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:54 smithi118 bash[24930]: cluster 2023-11-16T02:43:53.727624+0000 mgr.smithi118.ueiebd (mgr.14180) 1530 : cluster [DBG] pgmap v1012: 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-11-16T02:43:55.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: cephadm 2023-11-16T02:43:53.575336+0000 mgr.smithi118.ueiebd (mgr.14180) 1526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.frxfgg ... 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:55.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.frxfgg ... 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: cephadm 2023-11-16T02:43:53.575832+0000 mgr.smithi118.ueiebd (mgr.14180) 1527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: cephadm 2023-11-16T02:43:53.577907+0000 mgr.smithi118.ueiebd (mgr.14180) 1528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:55.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.frxfgg ... 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: cephadm 2023-11-16T02:43:53.581873+0000 mgr.smithi118.ueiebd (mgr.14180) 1529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.zulyfv on smithi118 2023-11-16T02:43:55.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:54 smithi186 bash[28774]: cluster 2023-11-16T02:43:53.727624+0000 mgr.smithi118.ueiebd (mgr.14180) 1530 : cluster [DBG] pgmap v1012: 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-11-16T02:43:55.715 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:43:55.715 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:44.757361Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jqrcay on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jqrcay\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jqrcay\nDeploy daemon haproxy.nfs.foo.smithi186.jqrcay ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.141241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.ndapgb on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-ndapgb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.ndapgb\nDeploy daemon haproxy.nfs.foo.smithi118.ndapgb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:42:49.144551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.iqbfvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:43:56.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:56 smithi118 bash[24930]: audit 2023-11-16T02:43:55.709555+0000 mgr.smithi118.ueiebd (mgr.14180) 1531 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:56.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:56 smithi118 bash[24930]: cluster 2023-11-16T02:43:55.728488+0000 mgr.smithi118.ueiebd (mgr.14180) 1532 : cluster [DBG] pgmap v1013: 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-11-16T02:43:56.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:56 smithi186 bash[28774]: audit 2023-11-16T02:43:55.709555+0000 mgr.smithi118.ueiebd (mgr.14180) 1531 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:43:56.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:56 smithi186 bash[28774]: cluster 2023-11-16T02:43:55.728488+0000 mgr.smithi118.ueiebd (mgr.14180) 1532 : cluster [DBG] pgmap v1013: 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-11-16T02:43:56.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:43:57.684 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:43:57.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:57 smithi118 bash[24930]: audit 2023-11-16T02:43:57.644028+0000 mon.smithi118 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.zulyfv"}]: dispatch 2023-11-16T02:43:58.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:57 smithi186 bash[28774]: audit 2023-11-16T02:43:57.644028+0000 mon.smithi118 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.zulyfv"}]: dispatch 2023-11-16T02:43:59.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cephadm 2023-11-16T02:43:57.642930+0000 mgr.smithi118.ueiebd (mgr.14180) 1533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.002 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.zulyfv ... 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:43:59.003 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.zulyfv ... 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:59.004 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cephadm 2023-11-16T02:43:57.643400+0000 mgr.smithi118.ueiebd (mgr.14180) 1534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cephadm 2023-11-16T02:43:57.645479+0000 mgr.smithi118.ueiebd (mgr.14180) 1535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.zulyfv ... 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:59.005 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:59.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cephadm 2023-11-16T02:43:57.649680+0000 mgr.smithi118.ueiebd (mgr.14180) 1536 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:43:59.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cephadm 2023-11-16T02:43:57.651880+0000 mgr.smithi118.ueiebd (mgr.14180) 1537 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:43:59.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cluster 2023-11-16T02:43:57.653136+0000 mgr.smithi118.ueiebd (mgr.14180) 1538 : cluster [DBG] pgmap v1014: 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-11-16T02:43:59.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:43:58 smithi118 bash[24930]: cluster 2023-11-16T02:43:57.704498+0000 mon.smithi118 (mon.0) 1063 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:43:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cephadm 2023-11-16T02:43:57.642930+0000 mgr.smithi118.ueiebd (mgr.14180) 1533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.zulyfv ... 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:43:59.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.zulyfv ... 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:59.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cephadm 2023-11-16T02:43:57.643400+0000 mgr.smithi118.ueiebd (mgr.14180) 1534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cephadm 2023-11-16T02:43:57.645479+0000 mgr.smithi118.ueiebd (mgr.14180) 1535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.zulyfv ... 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cephadm 2023-11-16T02:43:57.649680+0000 mgr.smithi118.ueiebd (mgr.14180) 1536 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cephadm 2023-11-16T02:43:57.651880+0000 mgr.smithi118.ueiebd (mgr.14180) 1537 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cluster 2023-11-16T02:43:57.653136+0000 mgr.smithi118.ueiebd (mgr.14180) 1538 : cluster [DBG] pgmap v1014: 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-11-16T02:43:59.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:43:58 smithi186 bash[28774]: cluster 2023-11-16T02:43:57.704498+0000 mon.smithi118 (mon.0) 1063 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:44:00.992 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:00 smithi118 bash[24930]: cluster 2023-11-16T02:43:59.653798+0000 mgr.smithi118.ueiebd (mgr.14180) 1539 : cluster [DBG] pgmap v1015: 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-11-16T02:44:01.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:00 smithi186 bash[28774]: cluster 2023-11-16T02:43:59.653798+0000 mgr.smithi118.ueiebd (mgr.14180) 1539 : cluster [DBG] pgmap v1015: 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-11-16T02:44:01.340 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:01.340 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:02.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:02 smithi186 bash[28774]: audit 2023-11-16T02:44:01.196344+0000 mon.smithi118 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:02 smithi186 bash[28774]: audit 2023-11-16T02:44:01.333922+0000 mgr.smithi118.ueiebd (mgr.14180) 1540 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:02.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:02 smithi186 bash[28774]: cluster 2023-11-16T02:44:01.654698+0000 mgr.smithi118.ueiebd (mgr.14180) 1541 : cluster [DBG] pgmap v1016: 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-11-16T02:44:02.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:02 smithi118 bash[24930]: audit 2023-11-16T02:44:01.196344+0000 mon.smithi118 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:02 smithi118 bash[24930]: audit 2023-11-16T02:44:01.333922+0000 mgr.smithi118.ueiebd (mgr.14180) 1540 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:02.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:02 smithi118 bash[24930]: cluster 2023-11-16T02:44:01.654698+0000 mgr.smithi118.ueiebd (mgr.14180) 1541 : cluster [DBG] pgmap v1016: 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-11-16T02:44:03.240 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:05.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:04 smithi186 bash[28774]: cluster 2023-11-16T02:44:03.655976+0000 mgr.smithi118.ueiebd (mgr.14180) 1542 : cluster [DBG] pgmap v1017: 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-11-16T02:44:05.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:04 smithi118 bash[24930]: cluster 2023-11-16T02:44:03.655976+0000 mgr.smithi118.ueiebd (mgr.14180) 1542 : cluster [DBG] pgmap v1017: 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-11-16T02:44:06.460 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:06 smithi118 bash[24930]: cluster 2023-11-16T02:44:05.657241+0000 mgr.smithi118.ueiebd (mgr.14180) 1543 : cluster [DBG] pgmap v1018: 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-11-16T02:44:06.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:06 smithi186 bash[28774]: cluster 2023-11-16T02:44:05.657241+0000 mgr.smithi118.ueiebd (mgr.14180) 1543 : cluster [DBG] pgmap v1018: 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-11-16T02:44:06.848 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:06.848 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:07.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:07.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:07 smithi186 bash[28774]: audit 2023-11-16T02:44:06.518470+0000 mon.smithi118 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:07 smithi186 bash[28774]: audit 2023-11-16T02:44:06.837422+0000 mgr.smithi118.ueiebd (mgr.14180) 1544 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:07.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:07 smithi118 bash[24930]: audit 2023-11-16T02:44:06.518470+0000 mon.smithi118 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:07 smithi118 bash[24930]: audit 2023-11-16T02:44:06.837422+0000 mgr.smithi118.ueiebd (mgr.14180) 1544 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:08.752 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:08.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:08 smithi186 bash[28774]: cluster 2023-11-16T02:44:07.658383+0000 mgr.smithi118.ueiebd (mgr.14180) 1545 : cluster [DBG] pgmap v1019: 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-11-16T02:44:08.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:08 smithi118 bash[24930]: cluster 2023-11-16T02:44:07.658383+0000 mgr.smithi118.ueiebd (mgr.14180) 1545 : cluster [DBG] pgmap v1019: 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-11-16T02:44:11.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:10 smithi186 bash[28774]: cluster 2023-11-16T02:44:09.659669+0000 mgr.smithi118.ueiebd (mgr.14180) 1546 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:11.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:10 smithi118 bash[24930]: cluster 2023-11-16T02:44:09.659669+0000 mgr.smithi118.ueiebd (mgr.14180) 1546 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:12.572 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:12.572 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:12.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:12 smithi118 bash[24930]: cluster 2023-11-16T02:44:11.660743+0000 mgr.smithi118.ueiebd (mgr.14180) 1547 : 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-11-16T02:44:13.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:12 smithi186 bash[28774]: cluster 2023-11-16T02:44:11.660743+0000 mgr.smithi118.ueiebd (mgr.14180) 1547 : 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-11-16T02:44:13.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:13.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:13 smithi118 bash[24930]: audit 2023-11-16T02:44:12.566180+0000 mgr.smithi118.ueiebd (mgr.14180) 1548 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:14.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:13 smithi186 bash[28774]: audit 2023-11-16T02:44:12.566180+0000 mgr.smithi118.ueiebd (mgr.14180) 1548 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:14.532 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:14.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:14 smithi118 bash[24930]: cluster 2023-11-16T02:44:13.662015+0000 mgr.smithi118.ueiebd (mgr.14180) 1549 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:15.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:14 smithi186 bash[28774]: cluster 2023-11-16T02:44:13.662015+0000 mgr.smithi118.ueiebd (mgr.14180) 1549 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:16.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:16 smithi186 bash[28774]: cluster 2023-11-16T02:44:15.663278+0000 mgr.smithi118.ueiebd (mgr.14180) 1550 : 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-11-16T02:44:16.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:16 smithi118 bash[24930]: cluster 2023-11-16T02:44:15.663278+0000 mgr.smithi118.ueiebd (mgr.14180) 1550 : 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-11-16T02:44:18.229 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:18.229 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:18.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:18 smithi118 bash[24930]: cluster 2023-11-16T02:44:17.664417+0000 mgr.smithi118.ueiebd (mgr.14180) 1551 : 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-11-16T02:44:19.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:18 smithi186 bash[28774]: cluster 2023-11-16T02:44:17.664417+0000 mgr.smithi118.ueiebd (mgr.14180) 1551 : 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-11-16T02:44:19.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:20.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:19 smithi186 bash[28774]: audit 2023-11-16T02:44:18.215748+0000 mgr.smithi118.ueiebd (mgr.14180) 1552 : audit [DBG] from='client.25239 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:20.100 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:20.118 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:19 smithi118 bash[24930]: audit 2023-11-16T02:44:18.215748+0000 mgr.smithi118.ueiebd (mgr.14180) 1552 : audit [DBG] from='client.25239 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:21.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:20 smithi186 bash[28774]: cluster 2023-11-16T02:44:19.665678+0000 mgr.smithi118.ueiebd (mgr.14180) 1553 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:21.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:20 smithi118 bash[24930]: cluster 2023-11-16T02:44:19.665678+0000 mgr.smithi118.ueiebd (mgr.14180) 1553 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:23.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:22 smithi186 bash[28774]: cluster 2023-11-16T02:44:21.666226+0000 mgr.smithi118.ueiebd (mgr.14180) 1554 : 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-11-16T02:44:23.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:22 smithi118 bash[24930]: cluster 2023-11-16T02:44:21.666226+0000 mgr.smithi118.ueiebd (mgr.14180) 1554 : 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-11-16T02:44:23.683 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:23.683 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:24.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:25.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:24 smithi186 bash[28774]: cluster 2023-11-16T02:44:23.667325+0000 mgr.smithi118.ueiebd (mgr.14180) 1555 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:24 smithi186 bash[28774]: audit 2023-11-16T02:44:23.672194+0000 mgr.smithi118.ueiebd (mgr.14180) 1556 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:25.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:24 smithi118 bash[24930]: cluster 2023-11-16T02:44:23.667325+0000 mgr.smithi118.ueiebd (mgr.14180) 1555 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:25.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:24 smithi118 bash[24930]: audit 2023-11-16T02:44:23.672194+0000 mgr.smithi118.ueiebd (mgr.14180) 1556 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:25.659 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:26.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:26 smithi186 bash[28774]: cluster 2023-11-16T02:44:25.668476+0000 mgr.smithi118.ueiebd (mgr.14180) 1557 : 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-11-16T02:44:26.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:26 smithi118 bash[24930]: cluster 2023-11-16T02:44:25.668476+0000 mgr.smithi118.ueiebd (mgr.14180) 1557 : 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-11-16T02:44:28.989 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:28 smithi118 bash[24930]: cluster 2023-11-16T02:44:27.669644+0000 mgr.smithi118.ueiebd (mgr.14180) 1558 : 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-11-16T02:44:35.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:28 smithi186 bash[28774]: cluster 2023-11-16T02:44:27.669644+0000 mgr.smithi118.ueiebd (mgr.14180) 1558 : 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-11-16T02:44:35.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:30 smithi186 bash[28774]: audit 2023-11-16T02:44:29.414644+0000 mgr.smithi118.ueiebd (mgr.14180) 1559 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:35.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:30 smithi186 bash[28774]: cluster 2023-11-16T02:44:29.670970+0000 mgr.smithi118.ueiebd (mgr.14180) 1560 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:35.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:32 smithi186 bash[28774]: cluster 2023-11-16T02:44:31.672114+0000 mgr.smithi118.ueiebd (mgr.14180) 1561 : 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-11-16T02:44:35.049 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:34 smithi186 bash[28774]: cluster 2023-11-16T02:44:33.673301+0000 mgr.smithi118.ueiebd (mgr.14180) 1562 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:35.050 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:35.050 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:35.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:35.053 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:30 smithi118 bash[24930]: audit 2023-11-16T02:44:29.414644+0000 mgr.smithi118.ueiebd (mgr.14180) 1559 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:35.059 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:30 smithi118 bash[24930]: cluster 2023-11-16T02:44:29.670970+0000 mgr.smithi118.ueiebd (mgr.14180) 1560 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:35.059 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:32 smithi118 bash[24930]: cluster 2023-11-16T02:44:31.672114+0000 mgr.smithi118.ueiebd (mgr.14180) 1561 : 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-11-16T02:44:35.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:34 smithi118 bash[24930]: cluster 2023-11-16T02:44:33.673301+0000 mgr.smithi118.ueiebd (mgr.14180) 1562 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:36.054 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:36.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:36 smithi118 bash[24930]: cluster 2023-11-16T02:44:35.674480+0000 mgr.smithi118.ueiebd (mgr.14180) 1563 : 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-11-16T02:44:36.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:36 smithi186 bash[28774]: cluster 2023-11-16T02:44:35.674480+0000 mgr.smithi118.ueiebd (mgr.14180) 1563 : 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-11-16T02:44:39.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:38 smithi186 bash[28774]: cluster 2023-11-16T02:44:37.675270+0000 mgr.smithi118.ueiebd (mgr.14180) 1564 : 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-11-16T02:44:39.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:38 smithi118 bash[24930]: cluster 2023-11-16T02:44:37.675270+0000 mgr.smithi118.ueiebd (mgr.14180) 1564 : 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-11-16T02:44:39.673 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:39.674 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:40.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:40.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:40 smithi118 bash[24930]: audit 2023-11-16T02:44:39.667348+0000 mgr.smithi118.ueiebd (mgr.14180) 1565 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:40.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:40 smithi118 bash[24930]: cluster 2023-11-16T02:44:39.675880+0000 mgr.smithi118.ueiebd (mgr.14180) 1566 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:40 smithi186 bash[28774]: audit 2023-11-16T02:44:39.667348+0000 mgr.smithi118.ueiebd (mgr.14180) 1565 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:41.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:40 smithi186 bash[28774]: cluster 2023-11-16T02:44:39.675880+0000 mgr.smithi118.ueiebd (mgr.14180) 1566 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:41.561 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:43.041 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:42 smithi118 bash[24930]: cluster 2023-11-16T02:44:41.676854+0000 mgr.smithi118.ueiebd (mgr.14180) 1567 : 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-11-16T02:44:43.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:42 smithi186 bash[28774]: cluster 2023-11-16T02:44:41.676854+0000 mgr.smithi118.ueiebd (mgr.14180) 1567 : 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-11-16T02:44:45.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:44 smithi186 bash[28774]: cluster 2023-11-16T02:44:43.677818+0000 mgr.smithi118.ueiebd (mgr.14180) 1568 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:45.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:44 smithi118 bash[24930]: cluster 2023-11-16T02:44:43.677818+0000 mgr.smithi118.ueiebd (mgr.14180) 1568 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:45.194 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:45.194 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:46.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:46.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:46 smithi118 bash[24930]: audit 2023-11-16T02:44:45.183555+0000 mgr.smithi118.ueiebd (mgr.14180) 1569 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:46.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:46 smithi118 bash[24930]: cluster 2023-11-16T02:44:45.679051+0000 mgr.smithi118.ueiebd (mgr.14180) 1570 : 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-11-16T02:44:46.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:46 smithi186 bash[28774]: audit 2023-11-16T02:44:45.183555+0000 mgr.smithi118.ueiebd (mgr.14180) 1569 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:46.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:46 smithi186 bash[28774]: cluster 2023-11-16T02:44:45.679051+0000 mgr.smithi118.ueiebd (mgr.14180) 1570 : 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-11-16T02:44:47.105 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:49.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:48 smithi186 bash[28774]: cluster 2023-11-16T02:44:47.680294+0000 mgr.smithi118.ueiebd (mgr.14180) 1571 : 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-11-16T02:44:49.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:48 smithi118 bash[24930]: cluster 2023-11-16T02:44:47.680294+0000 mgr.smithi118.ueiebd (mgr.14180) 1571 : 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-11-16T02:44:50.752 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:50.752 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:51.006 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:50 smithi118 bash[24930]: cluster 2023-11-16T02:44:49.681081+0000 mgr.smithi118.ueiebd (mgr.14180) 1572 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:51.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:50 smithi186 bash[28774]: cluster 2023-11-16T02:44:49.681081+0000 mgr.smithi118.ueiebd (mgr.14180) 1572 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:44:51.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:52.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:51 smithi186 bash[28774]: audit 2023-11-16T02:44:50.738842+0000 mgr.smithi118.ueiebd (mgr.14180) 1573 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:52.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:51 smithi118 bash[24930]: audit 2023-11-16T02:44:50.738842+0000 mgr.smithi118.ueiebd (mgr.14180) 1573 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:52.632 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:53.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:52 smithi186 bash[28774]: cluster 2023-11-16T02:44:51.682136+0000 mgr.smithi118.ueiebd (mgr.14180) 1574 : 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-11-16T02:44:53.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:52 smithi118 bash[24930]: cluster 2023-11-16T02:44:51.682136+0000 mgr.smithi118.ueiebd (mgr.14180) 1574 : 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-11-16T02:44:55.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:54 smithi186 bash[28774]: cluster 2023-11-16T02:44:53.682988+0000 mgr.smithi118.ueiebd (mgr.14180) 1575 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:55.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:54 smithi118 bash[24930]: cluster 2023-11-16T02:44:53.682988+0000 mgr.smithi118.ueiebd (mgr.14180) 1575 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:44:56.207 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:44:56.207 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:44:56.473 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:56 smithi118 bash[24930]: cluster 2023-11-16T02:44:55.683648+0000 mgr.smithi118.ueiebd (mgr.14180) 1576 : 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-11-16T02:44:56.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:56 smithi186 bash[28774]: cluster 2023-11-16T02:44:55.683648+0000 mgr.smithi118.ueiebd (mgr.14180) 1576 : 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-11-16T02:44:57.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:44:57.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:57 smithi118 bash[24930]: audit 2023-11-16T02:44:56.198957+0000 mgr.smithi118.ueiebd (mgr.14180) 1577 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:57.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:57 smithi186 bash[28774]: audit 2023-11-16T02:44:56.198957+0000 mgr.smithi118.ueiebd (mgr.14180) 1577 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:44:58.082 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: audit 2023-11-16T02:44:57.657370+0000 mon.smithi118 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: cluster 2023-11-16T02:44:57.684796+0000 mgr.smithi118.ueiebd (mgr.14180) 1578 : 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-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: audit 2023-11-16T02:44:57.964387+0000 mon.smithi118 (mon.0) 1067 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: audit 2023-11-16T02:44:57.966221+0000 mon.smithi118 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: audit 2023-11-16T02:44:57.973836+0000 mon.smithi118 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: cluster 2023-11-16T02:44:57.974900+0000 mgr.smithi118.ueiebd (mgr.14180) 1579 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: audit 2023-11-16T02:44:57.982166+0000 mon.smithi118 (mon.0) 1070 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: audit 2023-11-16T02:44:57.995750+0000 mon.smithi118 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:58.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:58 smithi118 bash[24930]: cephadm 2023-11-16T02:44:58.000870+0000 mgr.smithi118.ueiebd (mgr.14180) 1580 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.jjaabe on smithi186 2023-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: audit 2023-11-16T02:44:57.657370+0000 mon.smithi118 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: cluster 2023-11-16T02:44:57.684796+0000 mgr.smithi118.ueiebd (mgr.14180) 1578 : 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-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: audit 2023-11-16T02:44:57.964387+0000 mon.smithi118 (mon.0) 1067 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: audit 2023-11-16T02:44:57.966221+0000 mon.smithi118 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: audit 2023-11-16T02:44:57.973836+0000 mon.smithi118 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: cluster 2023-11-16T02:44:57.974900+0000 mgr.smithi118.ueiebd (mgr.14180) 1579 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-11-16T02:44:58.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: audit 2023-11-16T02:44:57.982166+0000 mon.smithi118 (mon.0) 1070 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:44:58.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: audit 2023-11-16T02:44:57.995750+0000 mon.smithi118 (mon.0) 1071 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:44:58.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:58 smithi186 bash[28774]: cephadm 2023-11-16T02:44:58.000870+0000 mgr.smithi118.ueiebd (mgr.14180) 1580 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.jjaabe on smithi186 2023-11-16T02:44:59.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:59 smithi186 bash[28774]: cluster 2023-11-16T02:44:58.223967+0000 mon.smithi118 (mon.0) 1072 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:44:59.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:44:59 smithi186 bash[28774]: cluster 2023-11-16T02:44:58.224007+0000 mon.smithi118 (mon.0) 1073 : cluster [INF] Cluster is now healthy 2023-11-16T02:44:59.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:59 smithi118 bash[24930]: cluster 2023-11-16T02:44:58.223967+0000 mon.smithi118 (mon.0) 1072 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:44:59.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:44:59 smithi118 bash[24930]: cluster 2023-11-16T02:44:58.224007+0000 mon.smithi118 (mon.0) 1073 : cluster [INF] Cluster is now healthy 2023-11-16T02:45:00.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:00 smithi186 bash[28774]: cluster 2023-11-16T02:44:59.975831+0000 mgr.smithi118.ueiebd (mgr.14180) 1581 : cluster [DBG] pgmap v1046: 97 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-11-16T02:45:00.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:00 smithi118 bash[24930]: cluster 2023-11-16T02:44:59.975831+0000 mgr.smithi118.ueiebd (mgr.14180) 1581 : cluster [DBG] pgmap v1046: 97 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-11-16T02:45:01.829 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:01.829 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:42:49.147553Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.bufaqn on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:53.577725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.frxfgg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-frxfgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.frxfgg\nDeploy daemon haproxy.nfs.foo.smithi186.frxfgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.645262Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.zulyfv on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-zulyfv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.zulyfv\nDeploy daemon haproxy.nfs.foo.smithi118.zulyfv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:43:57.649520Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.wxluxn on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:02.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:01 smithi186 bash[28774]: audit 2023-11-16T02:45:01.889778+0000 mon.smithi118 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.jjaabe"}]: dispatch 2023-11-16T02:45:02.381 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:01 smithi118 bash[24930]: audit 2023-11-16T02:45:01.889778+0000 mon.smithi118 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.jjaabe"}]: dispatch 2023-11-16T02:45:02.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: audit 2023-11-16T02:45:01.822995+0000 mgr.smithi118.ueiebd (mgr.14180) 1582 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:03.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: cephadm 2023-11-16T02:45:01.889010+0000 mgr.smithi118.ueiebd (mgr.14180) 1583 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.jjaabe ... 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:03.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.jjaabe ... 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: cephadm 2023-11-16T02:45:01.889336+0000 mgr.smithi118.ueiebd (mgr.14180) 1584 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: cephadm 2023-11-16T02:45:01.890907+0000 mgr.smithi118.ueiebd (mgr.14180) 1585 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:03.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.jjaabe ... 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: cephadm 2023-11-16T02:45:01.893738+0000 mgr.smithi118.ueiebd (mgr.14180) 1586 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.cgzobc on smithi118 2023-11-16T02:45:03.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:02 smithi118 bash[24930]: cluster 2023-11-16T02:45:01.976749+0000 mgr.smithi118.ueiebd (mgr.14180) 1587 : cluster [DBG] pgmap v1047: 97 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-11-16T02:45:03.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: audit 2023-11-16T02:45:01.822995+0000 mgr.smithi118.ueiebd (mgr.14180) 1582 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:03.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: cephadm 2023-11-16T02:45:01.889010+0000 mgr.smithi118.ueiebd (mgr.14180) 1583 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.jjaabe ... 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:45:03.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.jjaabe ... 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:03.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: cephadm 2023-11-16T02:45:01.889336+0000 mgr.smithi118.ueiebd (mgr.14180) 1584 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: cephadm 2023-11-16T02:45:01.890907+0000 mgr.smithi118.ueiebd (mgr.14180) 1585 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.jjaabe ... 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:03.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: cephadm 2023-11-16T02:45:01.893738+0000 mgr.smithi118.ueiebd (mgr.14180) 1586 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.cgzobc on smithi118 2023-11-16T02:45:03.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:02 smithi186 bash[28774]: cluster 2023-11-16T02:45:01.976749+0000 mgr.smithi118.ueiebd (mgr.14180) 1587 : cluster [DBG] pgmap v1047: 97 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-11-16T02:45:03.864 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:04.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:04 smithi118 bash[24930]: cluster 2023-11-16T02:45:03.977796+0000 mgr.smithi118.ueiebd (mgr.14180) 1588 : cluster [DBG] pgmap v1048: 97 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-11-16T02:45:04.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:04 smithi186 bash[28774]: cluster 2023-11-16T02:45:03.977796+0000 mgr.smithi118.ueiebd (mgr.14180) 1588 : cluster [DBG] pgmap v1048: 97 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-11-16T02:45:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:06 smithi186 bash[28774]: cluster 2023-11-16T02:45:05.978724+0000 mgr.smithi118.ueiebd (mgr.14180) 1589 : cluster [DBG] pgmap v1049: 97 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-11-16T02:45:06.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:06 smithi118 bash[24930]: cluster 2023-11-16T02:45:05.978724+0000 mgr.smithi118.ueiebd (mgr.14180) 1589 : cluster [DBG] pgmap v1049: 97 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-11-16T02:45:07.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: cephadm 2023-11-16T02:45:06.316848+0000 mgr.smithi118.ueiebd (mgr.14180) 1590 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.cgzobc ... 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.cgzobc ... 2023-11-16T02:45:07.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: cephadm 2023-11-16T02:45:06.317395+0000 mgr.smithi118.ueiebd (mgr.14180) 1591 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: audit 2023-11-16T02:45:06.318156+0000 mon.smithi118 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.cgzobc"}]: dispatch 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: cephadm 2023-11-16T02:45:06.319560+0000 mgr.smithi118.ueiebd (mgr.14180) 1592 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.cgzobc ... 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: cephadm 2023-11-16T02:45:06.322972+0000 mgr.smithi118.ueiebd (mgr.14180) 1593 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: cephadm 2023-11-16T02:45:06.325992+0000 mgr.smithi118.ueiebd (mgr.14180) 1594 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: cluster 2023-11-16T02:45:06.327081+0000 mgr.smithi118.ueiebd (mgr.14180) 1595 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-11-16T02:45:07.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:07 smithi118 bash[24930]: audit 2023-11-16T02:45:06.521250+0000 mon.smithi118 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:45:07.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: cephadm 2023-11-16T02:45:06.316848+0000 mgr.smithi118.ueiebd (mgr.14180) 1590 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:07.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:07.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.cgzobc ... 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:45:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:45:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:45:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:45:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:45:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.cgzobc ... 2023-11-16T02:45:07.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: cephadm 2023-11-16T02:45:06.317395+0000 mgr.smithi118.ueiebd (mgr.14180) 1591 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: audit 2023-11-16T02:45:06.318156+0000 mon.smithi118 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.cgzobc"}]: dispatch 2023-11-16T02:45:07.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: cephadm 2023-11-16T02:45:06.319560+0000 mgr.smithi118.ueiebd (mgr.14180) 1592 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.cgzobc ... 2023-11-16T02:45:07.550 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: cephadm 2023-11-16T02:45:06.322972+0000 mgr.smithi118.ueiebd (mgr.14180) 1593 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: cephadm 2023-11-16T02:45:06.325992+0000 mgr.smithi118.ueiebd (mgr.14180) 1594 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:45:07.551 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: cluster 2023-11-16T02:45:06.327081+0000 mgr.smithi118.ueiebd (mgr.14180) 1595 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-11-16T02:45:07.552 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:07 smithi186 bash[28774]: audit 2023-11-16T02:45:06.521250+0000 mon.smithi118 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:45:08.034 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:08.035 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:08.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:08 smithi118 bash[24930]: cluster 2023-11-16T02:45:07.216497+0000 mon.smithi118 (mon.0) 1077 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:45:08.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:08 smithi186 bash[28774]: cluster 2023-11-16T02:45:07.216497+0000 mon.smithi118 (mon.0) 1077 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:45:08.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:09.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:09 smithi186 bash[28774]: audit 2023-11-16T02:45:08.024399+0000 mgr.smithi118.ueiebd (mgr.14180) 1596 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:09.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:09 smithi186 bash[28774]: cluster 2023-11-16T02:45:08.327733+0000 mgr.smithi118.ueiebd (mgr.14180) 1597 : cluster [DBG] pgmap v1051: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:09.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:09 smithi118 bash[24930]: audit 2023-11-16T02:45:08.024399+0000 mgr.smithi118.ueiebd (mgr.14180) 1596 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:09.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:09 smithi118 bash[24930]: cluster 2023-11-16T02:45:08.327733+0000 mgr.smithi118.ueiebd (mgr.14180) 1597 : cluster [DBG] pgmap v1051: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:09.987 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:11.471 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:11 smithi118 bash[24930]: cluster 2023-11-16T02:45:10.328479+0000 mgr.smithi118.ueiebd (mgr.14180) 1598 : cluster [DBG] pgmap v1052: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:11.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:11 smithi186 bash[28774]: cluster 2023-11-16T02:45:10.328479+0000 mgr.smithi118.ueiebd (mgr.14180) 1598 : cluster [DBG] pgmap v1052: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:12.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:12 smithi186 bash[28774]: audit 2023-11-16T02:45:11.240996+0000 mon.smithi118 (mon.0) 1078 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:45:12.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:12 smithi118 bash[24930]: audit 2023-11-16T02:45:11.240996+0000 mon.smithi118 (mon.0) 1078 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:45:13.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:13 smithi186 bash[28774]: cluster 2023-11-16T02:45:12.329243+0000 mgr.smithi118.ueiebd (mgr.14180) 1599 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:13.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:13 smithi118 bash[24930]: cluster 2023-11-16T02:45:12.329243+0000 mgr.smithi118.ueiebd (mgr.14180) 1599 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:13.804 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:13.804 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:14.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:14 smithi118 bash[24930]: audit 2023-11-16T02:45:13.791165+0000 mgr.smithi118.ueiebd (mgr.14180) 1600 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:14.543 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:14 smithi186 bash[28774]: audit 2023-11-16T02:45:13.791165+0000 mgr.smithi118.ueiebd (mgr.14180) 1600 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:14.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:15.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:15 smithi186 bash[28774]: cluster 2023-11-16T02:45:14.329989+0000 mgr.smithi118.ueiebd (mgr.14180) 1601 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:15.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:15 smithi118 bash[24930]: cluster 2023-11-16T02:45:14.329989+0000 mgr.smithi118.ueiebd (mgr.14180) 1601 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:15.774 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:17.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:17 smithi118 bash[24930]: cluster 2023-11-16T02:45:16.331040+0000 mgr.smithi118.ueiebd (mgr.14180) 1602 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:17.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:17 smithi186 bash[28774]: cluster 2023-11-16T02:45:16.331040+0000 mgr.smithi118.ueiebd (mgr.14180) 1602 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:45:19.418 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:19.418 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:19.652 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:19 smithi118 bash[24930]: cluster 2023-11-16T02:45:18.332304+0000 mgr.smithi118.ueiebd (mgr.14180) 1603 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:19.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:19 smithi186 bash[28774]: cluster 2023-11-16T02:45:18.332304+0000 mgr.smithi118.ueiebd (mgr.14180) 1603 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:20.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:20.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:20 smithi118 bash[24930]: audit 2023-11-16T02:45:19.407672+0000 mgr.smithi118.ueiebd (mgr.14180) 1604 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:20 smithi186 bash[28774]: audit 2023-11-16T02:45:19.407672+0000 mgr.smithi118.ueiebd (mgr.14180) 1604 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:21.307 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:21.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:21 smithi118 bash[24930]: cluster 2023-11-16T02:45:20.333608+0000 mgr.smithi118.ueiebd (mgr.14180) 1605 : 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-11-16T02:45:21.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:21 smithi186 bash[28774]: cluster 2023-11-16T02:45:20.333608+0000 mgr.smithi118.ueiebd (mgr.14180) 1605 : 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-11-16T02:45:22.733 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:22 smithi118 bash[24930]: audit 2023-11-16T02:45:21.520128+0000 mon.smithi118 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:45:22.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:22 smithi186 bash[28774]: audit 2023-11-16T02:45:21.520128+0000 mon.smithi118 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:45:23.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:23 smithi186 bash[28774]: cluster 2023-11-16T02:45:22.334480+0000 mgr.smithi118.ueiebd (mgr.14180) 1606 : 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-11-16T02:45:23.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:23 smithi118 bash[24930]: cluster 2023-11-16T02:45:22.334480+0000 mgr.smithi118.ueiebd (mgr.14180) 1606 : 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-11-16T02:45:25.097 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:25.097 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:25.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:25 smithi118 bash[24930]: cluster 2023-11-16T02:45:24.335829+0000 mgr.smithi118.ueiebd (mgr.14180) 1607 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:25.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:25 smithi186 bash[28774]: cluster 2023-11-16T02:45:24.335829+0000 mgr.smithi118.ueiebd (mgr.14180) 1607 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:25.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:26.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:26 smithi118 bash[24930]: audit 2023-11-16T02:45:25.085012+0000 mgr.smithi118.ueiebd (mgr.14180) 1608 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:26.903 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:27.043 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:26 smithi186 bash[28774]: audit 2023-11-16T02:45:25.085012+0000 mgr.smithi118.ueiebd (mgr.14180) 1608 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:27.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:27 smithi118 bash[24930]: cluster 2023-11-16T02:45:26.337030+0000 mgr.smithi118.ueiebd (mgr.14180) 1609 : 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-11-16T02:45:28.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:27 smithi186 bash[28774]: cluster 2023-11-16T02:45:26.337030+0000 mgr.smithi118.ueiebd (mgr.14180) 1609 : 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-11-16T02:45:29.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:29 smithi118 bash[24930]: cluster 2023-11-16T02:45:28.338724+0000 mgr.smithi118.ueiebd (mgr.14180) 1610 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:30.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:29 smithi186 bash[28774]: cluster 2023-11-16T02:45:28.338724+0000 mgr.smithi118.ueiebd (mgr.14180) 1610 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:30.522 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:30.523 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:31.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:31.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:31 smithi186 bash[28774]: cluster 2023-11-16T02:45:30.339796+0000 mgr.smithi118.ueiebd (mgr.14180) 1611 : 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-11-16T02:45:31.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:31 smithi186 bash[28774]: audit 2023-11-16T02:45:30.512505+0000 mgr.smithi118.ueiebd (mgr.14180) 1612 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:31.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:31 smithi118 bash[24930]: cluster 2023-11-16T02:45:30.339796+0000 mgr.smithi118.ueiebd (mgr.14180) 1611 : 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-11-16T02:45:31.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:31 smithi118 bash[24930]: audit 2023-11-16T02:45:30.512505+0000 mgr.smithi118.ueiebd (mgr.14180) 1612 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:32.445 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:33.719 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:33 smithi118 bash[24930]: cluster 2023-11-16T02:45:32.340993+0000 mgr.smithi118.ueiebd (mgr.14180) 1613 : 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-11-16T02:45:33.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:33 smithi186 bash[28774]: cluster 2023-11-16T02:45:32.340993+0000 mgr.smithi118.ueiebd (mgr.14180) 1613 : 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-11-16T02:45:35.743 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:35 smithi118 bash[24930]: cluster 2023-11-16T02:45:34.342192+0000 mgr.smithi118.ueiebd (mgr.14180) 1614 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:35.793 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:35 smithi186 bash[28774]: cluster 2023-11-16T02:45:34.342192+0000 mgr.smithi118.ueiebd (mgr.14180) 1614 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:36.208 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:36.209 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:37.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:37.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:37 smithi186 bash[28774]: audit 2023-11-16T02:45:36.197238+0000 mgr.smithi118.ueiebd (mgr.14180) 1615 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:37.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:37 smithi186 bash[28774]: cluster 2023-11-16T02:45:36.343263+0000 mgr.smithi118.ueiebd (mgr.14180) 1616 : 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-11-16T02:45:37.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:37 smithi118 bash[24930]: audit 2023-11-16T02:45:36.197238+0000 mgr.smithi118.ueiebd (mgr.14180) 1615 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:37.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:37 smithi118 bash[24930]: cluster 2023-11-16T02:45:36.343263+0000 mgr.smithi118.ueiebd (mgr.14180) 1616 : 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-11-16T02:45:38.093 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:39.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:39 smithi118 bash[24930]: cluster 2023-11-16T02:45:38.344544+0000 mgr.smithi118.ueiebd (mgr.14180) 1617 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:39.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:39 smithi186 bash[28774]: cluster 2023-11-16T02:45:38.344544+0000 mgr.smithi118.ueiebd (mgr.14180) 1617 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:41.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:41 smithi186 bash[28774]: cluster 2023-11-16T02:45:40.345714+0000 mgr.smithi118.ueiebd (mgr.14180) 1618 : 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-11-16T02:45:41.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:41 smithi118 bash[24930]: cluster 2023-11-16T02:45:40.345714+0000 mgr.smithi118.ueiebd (mgr.14180) 1618 : 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-11-16T02:45:41.676 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:41.677 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:42.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:42 smithi118 bash[24930]: audit 2023-11-16T02:45:41.664005+0000 mgr.smithi118.ueiebd (mgr.14180) 1619 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:42.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:42 smithi186 bash[28774]: audit 2023-11-16T02:45:41.664005+0000 mgr.smithi118.ueiebd (mgr.14180) 1619 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:42.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:43.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:43 smithi186 bash[28774]: cluster 2023-11-16T02:45:42.346598+0000 mgr.smithi118.ueiebd (mgr.14180) 1620 : 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-11-16T02:45:43.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:43 smithi118 bash[24930]: cluster 2023-11-16T02:45:42.346598+0000 mgr.smithi118.ueiebd (mgr.14180) 1620 : 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-11-16T02:45:43.649 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:45.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:45 smithi118 bash[24930]: cluster 2023-11-16T02:45:44.347795+0000 mgr.smithi118.ueiebd (mgr.14180) 1621 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:45.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:45 smithi186 bash[28774]: cluster 2023-11-16T02:45:44.347795+0000 mgr.smithi118.ueiebd (mgr.14180) 1621 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:47.472 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:47.473 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:47.730 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:47 smithi118 bash[24930]: cluster 2023-11-16T02:45:46.348959+0000 mgr.smithi118.ueiebd (mgr.14180) 1622 : 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-11-16T02:45:47.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:47 smithi186 bash[28774]: cluster 2023-11-16T02:45:46.348959+0000 mgr.smithi118.ueiebd (mgr.14180) 1622 : 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-11-16T02:45:48.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:48.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:48 smithi118 bash[24930]: audit 2023-11-16T02:45:47.461025+0000 mgr.smithi118.ueiebd (mgr.14180) 1623 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:48.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:48 smithi186 bash[28774]: audit 2023-11-16T02:45:47.461025+0000 mgr.smithi118.ueiebd (mgr.14180) 1623 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:49.273 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:49.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:49 smithi118 bash[24930]: cluster 2023-11-16T02:45:48.350268+0000 mgr.smithi118.ueiebd (mgr.14180) 1624 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:49.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:49 smithi186 bash[28774]: cluster 2023-11-16T02:45:48.350268+0000 mgr.smithi118.ueiebd (mgr.14180) 1624 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:51.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:51 smithi186 bash[28774]: cluster 2023-11-16T02:45:50.351497+0000 mgr.smithi118.ueiebd (mgr.14180) 1625 : 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-11-16T02:45:51.616 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:51 smithi118 bash[24930]: cluster 2023-11-16T02:45:50.351497+0000 mgr.smithi118.ueiebd (mgr.14180) 1625 : 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-11-16T02:45:53.105 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:53.105 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:53.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:53 smithi186 bash[28774]: cluster 2023-11-16T02:45:52.352845+0000 mgr.smithi118.ueiebd (mgr.14180) 1626 : 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-11-16T02:45:53.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:53 smithi118 bash[24930]: cluster 2023-11-16T02:45:52.352845+0000 mgr.smithi118.ueiebd (mgr.14180) 1626 : 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-11-16T02:45:53.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:45:54.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:54 smithi186 bash[28774]: audit 2023-11-16T02:45:53.095069+0000 mgr.smithi118.ueiebd (mgr.14180) 1627 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:54.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:54 smithi118 bash[24930]: audit 2023-11-16T02:45:53.095069+0000 mgr.smithi118.ueiebd (mgr.14180) 1627 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:54.965 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:45:55.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:55 smithi186 bash[28774]: cluster 2023-11-16T02:45:54.354167+0000 mgr.smithi118.ueiebd (mgr.14180) 1628 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:55.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:55 smithi118 bash[24930]: cluster 2023-11-16T02:45:54.354167+0000 mgr.smithi118.ueiebd (mgr.14180) 1628 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:45:57.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:57 smithi118 bash[24930]: cluster 2023-11-16T02:45:56.355315+0000 mgr.smithi118.ueiebd (mgr.14180) 1629 : 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-11-16T02:45:57.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:57 smithi186 bash[28774]: cluster 2023-11-16T02:45:56.355315+0000 mgr.smithi118.ueiebd (mgr.14180) 1629 : 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-11-16T02:45:58.995 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:45:58.995 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:45:59.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:59 smithi118 bash[24930]: cluster 2023-11-16T02:45:58.356591+0000 mgr.smithi118.ueiebd (mgr.14180) 1630 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:59.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:45:59 smithi118 bash[24930]: audit 2023-11-16T02:45:58.983918+0000 mgr.smithi118.ueiebd (mgr.14180) 1631 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:59.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:59 smithi186 bash[28774]: cluster 2023-11-16T02:45:58.356591+0000 mgr.smithi118.ueiebd (mgr.14180) 1630 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:45:59.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:45:59 smithi186 bash[28774]: audit 2023-11-16T02:45:58.983918+0000 mgr.smithi118.ueiebd (mgr.14180) 1631 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:45:59.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:00.899 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:01.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:01 smithi186 bash[28774]: cluster 2023-11-16T02:46:00.357766+0000 mgr.smithi118.ueiebd (mgr.14180) 1632 : 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-11-16T02:46:01.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:01 smithi118 bash[24930]: cluster 2023-11-16T02:46:00.357766+0000 mgr.smithi118.ueiebd (mgr.14180) 1632 : 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-11-16T02:46:03.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:03 smithi118 bash[24930]: cluster 2023-11-16T02:46:02.359485+0000 mgr.smithi118.ueiebd (mgr.14180) 1633 : 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-11-16T02:46:03.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:03 smithi186 bash[28774]: cluster 2023-11-16T02:46:02.359485+0000 mgr.smithi118.ueiebd (mgr.14180) 1633 : 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-11-16T02:46:04.593 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:04.593 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:05.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:05.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:05 smithi186 bash[28774]: cluster 2023-11-16T02:46:04.360775+0000 mgr.smithi118.ueiebd (mgr.14180) 1634 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:05.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:05 smithi186 bash[28774]: audit 2023-11-16T02:46:04.582056+0000 mgr.smithi118.ueiebd (mgr.14180) 1635 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:05.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:05 smithi118 bash[24930]: cluster 2023-11-16T02:46:04.360775+0000 mgr.smithi118.ueiebd (mgr.14180) 1634 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:05.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:05 smithi118 bash[24930]: audit 2023-11-16T02:46:04.582056+0000 mgr.smithi118.ueiebd (mgr.14180) 1635 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:06.578 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:06.771 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:06 smithi118 bash[24930]: audit 2023-11-16T02:46:06.330147+0000 mon.smithi118 (mon.0) 1080 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:46:06.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:06 smithi186 bash[28774]: audit 2023-11-16T02:46:06.330147+0000 mon.smithi118 (mon.0) 1080 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:46:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: cluster 2023-11-16T02:46:06.361867+0000 mgr.smithi118.ueiebd (mgr.14180) 1636 : 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-11-16T02:46:07.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: audit 2023-11-16T02:46:06.637063+0000 mon.smithi118 (mon.0) 1081 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:46:07.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: audit 2023-11-16T02:46:06.638210+0000 mon.smithi118 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:46:07.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: audit 2023-11-16T02:46:06.645012+0000 mon.smithi118 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:46:07.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: cluster 2023-11-16T02:46:06.646036+0000 mgr.smithi118.ueiebd (mgr.14180) 1637 : cluster [DBG] pgmap v1081: 97 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-11-16T02:46:07.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: audit 2023-11-16T02:46:06.652198+0000 mon.smithi118 (mon.0) 1084 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:46:07.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: audit 2023-11-16T02:46:06.662138+0000 mon.smithi118 (mon.0) 1085 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:46:07.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:07 smithi186 bash[28774]: cephadm 2023-11-16T02:46:06.665040+0000 mgr.smithi118.ueiebd (mgr.14180) 1638 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.hmwsmg on smithi186 2023-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: cluster 2023-11-16T02:46:06.361867+0000 mgr.smithi118.ueiebd (mgr.14180) 1636 : 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-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: audit 2023-11-16T02:46:06.637063+0000 mon.smithi118 (mon.0) 1081 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: audit 2023-11-16T02:46:06.638210+0000 mon.smithi118 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: audit 2023-11-16T02:46:06.645012+0000 mon.smithi118 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: cluster 2023-11-16T02:46:06.646036+0000 mgr.smithi118.ueiebd (mgr.14180) 1637 : cluster [DBG] pgmap v1081: 97 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-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: audit 2023-11-16T02:46:06.652198+0000 mon.smithi118 (mon.0) 1084 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: audit 2023-11-16T02:46:06.662138+0000 mon.smithi118 (mon.0) 1085 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:46:07.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:07 smithi118 bash[24930]: cephadm 2023-11-16T02:46:06.665040+0000 mgr.smithi118.ueiebd (mgr.14180) 1638 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.hmwsmg on smithi186 2023-11-16T02:46:08.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:08 smithi118 bash[24930]: cluster 2023-11-16T02:46:07.642388+0000 mon.smithi118 (mon.0) 1086 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:46:08.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:08 smithi118 bash[24930]: cluster 2023-11-16T02:46:07.642451+0000 mon.smithi118 (mon.0) 1087 : cluster [INF] Cluster is now healthy 2023-11-16T02:46:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:08 smithi186 bash[28774]: cluster 2023-11-16T02:46:07.642388+0000 mon.smithi118 (mon.0) 1086 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:46:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:08 smithi186 bash[28774]: cluster 2023-11-16T02:46:07.642451+0000 mon.smithi118 (mon.0) 1087 : cluster [INF] Cluster is now healthy 2023-11-16T02:46:09.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:09 smithi186 bash[28774]: cluster 2023-11-16T02:46:08.646867+0000 mgr.smithi118.ueiebd (mgr.14180) 1639 : cluster [DBG] pgmap v1082: 97 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-11-16T02:46:09.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:09 smithi118 bash[24930]: cluster 2023-11-16T02:46:08.646867+0000 mgr.smithi118.ueiebd (mgr.14180) 1639 : cluster [DBG] pgmap v1082: 97 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-11-16T02:46:10.379 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:10.379 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:43:57.651737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.ypsjxe on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:01.890724Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.jjaabe on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-jjaabe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.jjaabe\nDeploy daemon haproxy.nfs.foo.smithi186.jjaabe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.319379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.cgzobc on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-cgzobc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.cgzobc\nDeploy daemon haproxy.nfs.foo.smithi118.cgzobc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:45:06.322809Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.dsppvi on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:11.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:11.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: audit 2023-11-16T02:46:10.370691+0000 mgr.smithi118.ueiebd (mgr.14180) 1640 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:11.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: cephadm 2023-11-16T02:46:10.603687+0000 mgr.smithi118.ueiebd (mgr.14180) 1641 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.hmwsmg ... 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:11.545 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.546 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.hmwsmg ... 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: cephadm 2023-11-16T02:46:10.604235+0000 mgr.smithi118.ueiebd (mgr.14180) 1642 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: audit 2023-11-16T02:46:10.604978+0000 mon.smithi118 (mon.0) 1088 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.hmwsmg"}]: dispatch 2023-11-16T02:46:11.547 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: cephadm 2023-11-16T02:46:10.606546+0000 mgr.smithi118.ueiebd (mgr.14180) 1643 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.hmwsmg ... 2023-11-16T02:46:11.548 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:11.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:11.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:11.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: cephadm 2023-11-16T02:46:10.610175+0000 mgr.smithi118.ueiebd (mgr.14180) 1644 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.gisvwr on smithi118 2023-11-16T02:46:11.549 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:11 smithi186 bash[28774]: cluster 2023-11-16T02:46:10.647766+0000 mgr.smithi118.ueiebd (mgr.14180) 1645 : 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-11-16T02:46:11.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: audit 2023-11-16T02:46:10.370691+0000 mgr.smithi118.ueiebd (mgr.14180) 1640 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:11.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: cephadm 2023-11-16T02:46:10.603687+0000 mgr.smithi118.ueiebd (mgr.14180) 1641 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:11.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.hmwsmg ... 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:46:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.hmwsmg ... 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: cephadm 2023-11-16T02:46:10.604235+0000 mgr.smithi118.ueiebd (mgr.14180) 1642 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: audit 2023-11-16T02:46:10.604978+0000 mon.smithi118 (mon.0) 1088 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.hmwsmg"}]: dispatch 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: cephadm 2023-11-16T02:46:10.606546+0000 mgr.smithi118.ueiebd (mgr.14180) 1643 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.hmwsmg ... 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: cephadm 2023-11-16T02:46:10.610175+0000 mgr.smithi118.ueiebd (mgr.14180) 1644 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.gisvwr on smithi118 2023-11-16T02:46:11.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:11 smithi118 bash[24930]: cluster 2023-11-16T02:46:10.647766+0000 mgr.smithi118.ueiebd (mgr.14180) 1645 : 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-11-16T02:46:12.266 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:13.821 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:13 smithi118 bash[24930]: cluster 2023-11-16T02:46:12.648517+0000 mgr.smithi118.ueiebd (mgr.14180) 1646 : cluster [DBG] pgmap v1084: 97 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-11-16T02:46:14.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:13 smithi186 bash[28774]: cluster 2023-11-16T02:46:12.648517+0000 mgr.smithi118.ueiebd (mgr.14180) 1646 : cluster [DBG] pgmap v1084: 97 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-11-16T02:46:16.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cluster 2023-11-16T02:46:14.649071+0000 mgr.smithi118.ueiebd (mgr.14180) 1647 : 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-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cephadm 2023-11-16T02:46:14.773848+0000 mgr.smithi118.ueiebd (mgr.14180) 1648 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.gisvwr ... 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:16.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.gisvwr ... 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cephadm 2023-11-16T02:46:14.774064+0000 mgr.smithi118.ueiebd (mgr.14180) 1649 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: audit 2023-11-16T02:46:14.774625+0000 mon.smithi118 (mon.0) 1089 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.gisvwr"}]: dispatch 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cephadm 2023-11-16T02:46:14.775764+0000 mgr.smithi118.ueiebd (mgr.14180) 1650 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:16.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.gisvwr ... 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cephadm 2023-11-16T02:46:14.779061+0000 mgr.smithi118.ueiebd (mgr.14180) 1651 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cephadm 2023-11-16T02:46:14.781836+0000 mgr.smithi118.ueiebd (mgr.14180) 1652 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:46:16.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:15 smithi186 bash[28774]: cluster 2023-11-16T02:46:14.782776+0000 mgr.smithi118.ueiebd (mgr.14180) 1653 : cluster [DBG] pgmap v1086: 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-11-16T02:46:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cluster 2023-11-16T02:46:14.649071+0000 mgr.smithi118.ueiebd (mgr.14180) 1647 : 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-11-16T02:46:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cephadm 2023-11-16T02:46:14.773848+0000 mgr.smithi118.ueiebd (mgr.14180) 1648 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.gisvwr ... 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:46:16.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.gisvwr ... 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:16.122 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cephadm 2023-11-16T02:46:14.774064+0000 mgr.smithi118.ueiebd (mgr.14180) 1649 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: audit 2023-11-16T02:46:14.774625+0000 mon.smithi118 (mon.0) 1089 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.gisvwr"}]: dispatch 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cephadm 2023-11-16T02:46:14.775764+0000 mgr.smithi118.ueiebd (mgr.14180) 1650 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.gisvwr ... 2023-11-16T02:46:16.123 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cephadm 2023-11-16T02:46:14.779061+0000 mgr.smithi118.ueiebd (mgr.14180) 1651 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cephadm 2023-11-16T02:46:14.781836+0000 mgr.smithi118.ueiebd (mgr.14180) 1652 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:46:16.124 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:15 smithi118 bash[24930]: cluster 2023-11-16T02:46:14.782776+0000 mgr.smithi118.ueiebd (mgr.14180) 1653 : cluster [DBG] pgmap v1086: 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-11-16T02:46:16.307 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:16.307 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:16.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:16 smithi118 bash[24930]: cluster 2023-11-16T02:46:15.707680+0000 mon.smithi118 (mon.0) 1090 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:46:16.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:16 smithi118 bash[24930]: audit 2023-11-16T02:46:16.292070+0000 mon.smithi118 (mon.0) 1091 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:46:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:16 smithi186 bash[28774]: cluster 2023-11-16T02:46:15.707680+0000 mon.smithi118 (mon.0) 1090 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:46:17.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:16 smithi186 bash[28774]: audit 2023-11-16T02:46:16.292070+0000 mon.smithi118 (mon.0) 1091 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:46:17.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:18.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:17 smithi186 bash[28774]: audit 2023-11-16T02:46:16.301295+0000 mgr.smithi118.ueiebd (mgr.14180) 1654 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:18.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:17 smithi186 bash[28774]: cluster 2023-11-16T02:46:16.783758+0000 mgr.smithi118.ueiebd (mgr.14180) 1655 : cluster [DBG] pgmap v1087: 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-11-16T02:46:18.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:17 smithi118 bash[24930]: audit 2023-11-16T02:46:16.301295+0000 mgr.smithi118.ueiebd (mgr.14180) 1654 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:18.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:17 smithi118 bash[24930]: cluster 2023-11-16T02:46:16.783758+0000 mgr.smithi118.ueiebd (mgr.14180) 1655 : cluster [DBG] pgmap v1087: 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-11-16T02:46:18.261 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:20.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:19 smithi118 bash[24930]: cluster 2023-11-16T02:46:18.785140+0000 mgr.smithi118.ueiebd (mgr.14180) 1656 : cluster [DBG] pgmap v1088: 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-11-16T02:46:20.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:19 smithi186 bash[28774]: cluster 2023-11-16T02:46:18.785140+0000 mgr.smithi118.ueiebd (mgr.14180) 1656 : cluster [DBG] pgmap v1088: 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-11-16T02:46:21.506 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:21 smithi118 bash[24930]: cluster 2023-11-16T02:46:20.786238+0000 mgr.smithi118.ueiebd (mgr.14180) 1657 : cluster [DBG] pgmap v1089: 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-11-16T02:46:21.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:21 smithi186 bash[28774]: cluster 2023-11-16T02:46:20.786238+0000 mgr.smithi118.ueiebd (mgr.14180) 1657 : cluster [DBG] pgmap v1089: 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-11-16T02:46:21.965 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:21.965 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:22.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:22 smithi186 bash[28774]: audit 2023-11-16T02:46:21.953372+0000 mgr.smithi118.ueiebd (mgr.14180) 1658 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:22.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:22 smithi118 bash[24930]: audit 2023-11-16T02:46:21.953372+0000 mgr.smithi118.ueiebd (mgr.14180) 1658 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:22.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:23.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:23 smithi186 bash[28774]: cluster 2023-11-16T02:46:22.787102+0000 mgr.smithi118.ueiebd (mgr.14180) 1659 : cluster [DBG] pgmap v1090: 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-11-16T02:46:23.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:23 smithi118 bash[24930]: cluster 2023-11-16T02:46:22.787102+0000 mgr.smithi118.ueiebd (mgr.14180) 1659 : cluster [DBG] pgmap v1090: 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-11-16T02:46:23.872 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:26.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:25 smithi118 bash[24930]: cluster 2023-11-16T02:46:24.788217+0000 mgr.smithi118.ueiebd (mgr.14180) 1660 : cluster [DBG] pgmap v1091: 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-11-16T02:46:26.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:25 smithi186 bash[28774]: cluster 2023-11-16T02:46:24.788217+0000 mgr.smithi118.ueiebd (mgr.14180) 1660 : cluster [DBG] pgmap v1091: 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-11-16T02:46:27.606 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:27.606 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:28.121 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:27 smithi118 bash[24930]: cluster 2023-11-16T02:46:26.789246+0000 mgr.smithi118.ueiebd (mgr.14180) 1661 : cluster [DBG] pgmap v1092: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:28.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:27 smithi186 bash[28774]: cluster 2023-11-16T02:46:26.789246+0000 mgr.smithi118.ueiebd (mgr.14180) 1661 : cluster [DBG] pgmap v1092: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:28.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:29.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:28 smithi118 bash[24930]: audit 2023-11-16T02:46:27.599993+0000 mgr.smithi118.ueiebd (mgr.14180) 1662 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:29.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:28 smithi186 bash[28774]: audit 2023-11-16T02:46:27.599993+0000 mgr.smithi118.ueiebd (mgr.14180) 1662 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:29.706 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:30.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:29 smithi118 bash[24930]: cluster 2023-11-16T02:46:28.790698+0000 mgr.smithi118.ueiebd (mgr.14180) 1663 : cluster [DBG] pgmap v1093: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:46:30.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:29 smithi186 bash[28774]: cluster 2023-11-16T02:46:28.790698+0000 mgr.smithi118.ueiebd (mgr.14180) 1663 : cluster [DBG] pgmap v1093: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:46:31.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:31 smithi118 bash[24930]: cluster 2023-11-16T02:46:30.791697+0000 mgr.smithi118.ueiebd (mgr.14180) 1664 : cluster [DBG] pgmap v1094: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:31.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:31 smithi186 bash[28774]: cluster 2023-11-16T02:46:30.791697+0000 mgr.smithi118.ueiebd (mgr.14180) 1664 : cluster [DBG] pgmap v1094: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:33.420 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:33.420 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:34.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:33 smithi118 bash[24930]: cluster 2023-11-16T02:46:32.792927+0000 mgr.smithi118.ueiebd (mgr.14180) 1665 : cluster [DBG] pgmap v1095: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:34.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:34.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:33 smithi186 bash[28774]: cluster 2023-11-16T02:46:32.792927+0000 mgr.smithi118.ueiebd (mgr.14180) 1665 : cluster [DBG] pgmap v1095: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:35.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:34 smithi118 bash[24930]: audit 2023-11-16T02:46:33.408868+0000 mgr.smithi118.ueiebd (mgr.14180) 1666 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:35.253 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:35.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:34 smithi186 bash[28774]: audit 2023-11-16T02:46:33.408868+0000 mgr.smithi118.ueiebd (mgr.14180) 1666 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:36.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:35 smithi118 bash[24930]: cluster 2023-11-16T02:46:34.794083+0000 mgr.smithi118.ueiebd (mgr.14180) 1667 : cluster [DBG] pgmap v1096: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:36.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:35 smithi186 bash[28774]: cluster 2023-11-16T02:46:34.794083+0000 mgr.smithi118.ueiebd (mgr.14180) 1667 : cluster [DBG] pgmap v1096: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:38.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:37 smithi118 bash[24930]: cluster 2023-11-16T02:46:36.795179+0000 mgr.smithi118.ueiebd (mgr.14180) 1668 : cluster [DBG] pgmap v1097: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:38.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:37 smithi186 bash[28774]: cluster 2023-11-16T02:46:36.795179+0000 mgr.smithi118.ueiebd (mgr.14180) 1668 : cluster [DBG] pgmap v1097: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:38.966 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:38.967 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:39.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:40.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:39 smithi118 bash[24930]: cluster 2023-11-16T02:46:38.796596+0000 mgr.smithi118.ueiebd (mgr.14180) 1669 : cluster [DBG] pgmap v1098: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:46:40.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:39 smithi118 bash[24930]: audit 2023-11-16T02:46:38.954110+0000 mgr.smithi118.ueiebd (mgr.14180) 1670 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:39 smithi186 bash[28774]: cluster 2023-11-16T02:46:38.796596+0000 mgr.smithi118.ueiebd (mgr.14180) 1669 : cluster [DBG] pgmap v1098: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:46:40.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:39 smithi186 bash[28774]: audit 2023-11-16T02:46:38.954110+0000 mgr.smithi118.ueiebd (mgr.14180) 1670 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:40.862 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:41.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:41 smithi118 bash[24930]: cluster 2023-11-16T02:46:40.797622+0000 mgr.smithi118.ueiebd (mgr.14180) 1671 : cluster [DBG] pgmap v1099: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:41.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:41 smithi186 bash[28774]: cluster 2023-11-16T02:46:40.797622+0000 mgr.smithi118.ueiebd (mgr.14180) 1671 : cluster [DBG] pgmap v1099: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:44.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:43 smithi118 bash[24930]: cluster 2023-11-16T02:46:42.798842+0000 mgr.smithi118.ueiebd (mgr.14180) 1672 : cluster [DBG] pgmap v1100: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:44.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:43 smithi186 bash[28774]: cluster 2023-11-16T02:46:42.798842+0000 mgr.smithi118.ueiebd (mgr.14180) 1672 : cluster [DBG] pgmap v1100: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:44.652 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:44.652 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:45.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:46.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:45 smithi118 bash[24930]: audit 2023-11-16T02:46:44.638675+0000 mgr.smithi118.ueiebd (mgr.14180) 1673 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:46.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:45 smithi118 bash[24930]: cluster 2023-11-16T02:46:44.799884+0000 mgr.smithi118.ueiebd (mgr.14180) 1674 : cluster [DBG] pgmap v1101: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:45 smithi186 bash[28774]: audit 2023-11-16T02:46:44.638675+0000 mgr.smithi118.ueiebd (mgr.14180) 1673 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:46.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:45 smithi186 bash[28774]: cluster 2023-11-16T02:46:44.799884+0000 mgr.smithi118.ueiebd (mgr.14180) 1674 : cluster [DBG] pgmap v1101: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:46.494 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:48.072 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:47 smithi118 bash[24930]: cluster 2023-11-16T02:46:46.800692+0000 mgr.smithi118.ueiebd (mgr.14180) 1675 : cluster [DBG] pgmap v1102: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:48.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:47 smithi186 bash[28774]: cluster 2023-11-16T02:46:46.800692+0000 mgr.smithi118.ueiebd (mgr.14180) 1675 : cluster [DBG] pgmap v1102: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:50.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:49 smithi118 bash[24930]: cluster 2023-11-16T02:46:48.801438+0000 mgr.smithi118.ueiebd (mgr.14180) 1676 : cluster [DBG] pgmap v1103: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:46:50.184 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:50.185 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:50.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:49 smithi186 bash[28774]: cluster 2023-11-16T02:46:48.801438+0000 mgr.smithi118.ueiebd (mgr.14180) 1676 : cluster [DBG] pgmap v1103: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:46:51.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:51.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:51 smithi118 bash[24930]: audit 2023-11-16T02:46:50.172899+0000 mgr.smithi118.ueiebd (mgr.14180) 1677 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:51.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:51 smithi118 bash[24930]: cluster 2023-11-16T02:46:50.802511+0000 mgr.smithi118.ueiebd (mgr.14180) 1678 : cluster [DBG] pgmap v1104: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:51.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:51 smithi186 bash[28774]: audit 2023-11-16T02:46:50.172899+0000 mgr.smithi118.ueiebd (mgr.14180) 1677 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:51.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:51 smithi186 bash[28774]: cluster 2023-11-16T02:46:50.802511+0000 mgr.smithi118.ueiebd (mgr.14180) 1678 : cluster [DBG] pgmap v1104: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:52.032 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:54.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:53 smithi118 bash[24930]: cluster 2023-11-16T02:46:52.803689+0000 mgr.smithi118.ueiebd (mgr.14180) 1679 : cluster [DBG] pgmap v1105: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:54.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:53 smithi186 bash[28774]: cluster 2023-11-16T02:46:52.803689+0000 mgr.smithi118.ueiebd (mgr.14180) 1679 : cluster [DBG] pgmap v1105: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:55.756 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:46:55.756 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:46:56.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:55 smithi118 bash[24930]: cluster 2023-11-16T02:46:54.804801+0000 mgr.smithi118.ueiebd (mgr.14180) 1680 : cluster [DBG] pgmap v1106: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:56.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:55 smithi186 bash[28774]: cluster 2023-11-16T02:46:54.804801+0000 mgr.smithi118.ueiebd (mgr.14180) 1680 : cluster [DBG] pgmap v1106: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:56.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:46:57.115 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:56 smithi118 bash[24930]: audit 2023-11-16T02:46:55.745703+0000 mgr.smithi118.ueiebd (mgr.14180) 1681 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:57.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:56 smithi186 bash[28774]: audit 2023-11-16T02:46:55.745703+0000 mgr.smithi118.ueiebd (mgr.14180) 1681 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:46:57.638 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:46:58.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:57 smithi118 bash[24930]: cluster 2023-11-16T02:46:56.805839+0000 mgr.smithi118.ueiebd (mgr.14180) 1682 : cluster [DBG] pgmap v1107: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:46:58.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:57 smithi186 bash[28774]: cluster 2023-11-16T02:46:56.805839+0000 mgr.smithi118.ueiebd (mgr.14180) 1682 : cluster [DBG] pgmap v1107: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:00.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:46:59 smithi186 bash[28774]: cluster 2023-11-16T02:46:58.807198+0000 mgr.smithi118.ueiebd (mgr.14180) 1683 : cluster [DBG] pgmap v1108: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:00.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:46:59 smithi118 bash[24930]: cluster 2023-11-16T02:46:58.807198+0000 mgr.smithi118.ueiebd (mgr.14180) 1683 : cluster [DBG] pgmap v1108: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:01.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:01 smithi118 bash[24930]: cluster 2023-11-16T02:47:00.808220+0000 mgr.smithi118.ueiebd (mgr.14180) 1684 : cluster [DBG] pgmap v1109: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:01.444 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:01.444 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:01.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:01 smithi186 bash[28774]: cluster 2023-11-16T02:47:00.808220+0000 mgr.smithi118.ueiebd (mgr.14180) 1684 : cluster [DBG] pgmap v1109: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:02.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:08.010 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:02 smithi186 bash[28774]: audit 2023-11-16T02:47:01.430957+0000 mgr.smithi118.ueiebd (mgr.14180) 1685 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:08.012 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:03 smithi186 bash[28774]: cluster 2023-11-16T02:47:02.810024+0000 mgr.smithi118.ueiebd (mgr.14180) 1686 : cluster [DBG] pgmap v1110: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:08.012 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:05 smithi186 bash[28774]: cluster 2023-11-16T02:47:04.811200+0000 mgr.smithi118.ueiebd (mgr.14180) 1687 : cluster [DBG] pgmap v1111: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:08.012 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:02 smithi118 bash[24930]: audit 2023-11-16T02:47:01.430957+0000 mgr.smithi118.ueiebd (mgr.14180) 1685 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:08.012 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:03 smithi118 bash[24930]: cluster 2023-11-16T02:47:02.810024+0000 mgr.smithi118.ueiebd (mgr.14180) 1686 : cluster [DBG] pgmap v1110: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:08.012 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:05 smithi118 bash[24930]: cluster 2023-11-16T02:47:04.811200+0000 mgr.smithi118.ueiebd (mgr.14180) 1687 : cluster [DBG] pgmap v1111: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:08.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:07 smithi186 bash[28774]: cluster 2023-11-16T02:47:06.812254+0000 mgr.smithi118.ueiebd (mgr.14180) 1688 : cluster [DBG] pgmap v1112: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:08.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:07 smithi118 bash[24930]: cluster 2023-11-16T02:47:06.812254+0000 mgr.smithi118.ueiebd (mgr.14180) 1688 : cluster [DBG] pgmap v1112: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:08.996 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:10.154 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:09 smithi118 bash[24930]: cluster 2023-11-16T02:47:08.813692+0000 mgr.smithi118.ueiebd (mgr.14180) 1689 : cluster [DBG] pgmap v1113: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:10.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:09 smithi186 bash[28774]: cluster 2023-11-16T02:47:08.813692+0000 mgr.smithi118.ueiebd (mgr.14180) 1689 : cluster [DBG] pgmap v1113: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:11.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:11 smithi186 bash[28774]: cluster 2023-11-16T02:47:10.814289+0000 mgr.smithi118.ueiebd (mgr.14180) 1690 : cluster [DBG] pgmap v1114: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:11.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:11 smithi118 bash[24930]: cluster 2023-11-16T02:47:10.814289+0000 mgr.smithi118.ueiebd (mgr.14180) 1690 : cluster [DBG] pgmap v1114: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:12.793 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:12.793 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:13.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:14.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:13 smithi186 bash[28774]: audit 2023-11-16T02:47:12.781566+0000 mgr.smithi118.ueiebd (mgr.14180) 1691 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:14.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:13 smithi186 bash[28774]: cluster 2023-11-16T02:47:12.815676+0000 mgr.smithi118.ueiebd (mgr.14180) 1692 : cluster [DBG] pgmap v1115: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:14.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:13 smithi118 bash[24930]: audit 2023-11-16T02:47:12.781566+0000 mgr.smithi118.ueiebd (mgr.14180) 1691 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:14.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:13 smithi118 bash[24930]: cluster 2023-11-16T02:47:12.815676+0000 mgr.smithi118.ueiebd (mgr.14180) 1692 : cluster [DBG] pgmap v1115: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:14.622 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:15.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:14 smithi118 bash[24930]: audit 2023-11-16T02:47:14.787048+0000 mon.smithi118 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:47:15.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:14 smithi186 bash[28774]: audit 2023-11-16T02:47:14.787048+0000 mon.smithi118 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:47:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:15 smithi186 bash[28774]: cluster 2023-11-16T02:47:14.816511+0000 mgr.smithi118.ueiebd (mgr.14180) 1693 : cluster [DBG] pgmap v1116: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:15 smithi186 bash[28774]: audit 2023-11-16T02:47:15.072151+0000 mon.smithi118 (mon.0) 1093 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:47:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:15 smithi186 bash[28774]: audit 2023-11-16T02:47:15.073096+0000 mon.smithi118 (mon.0) 1094 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:47:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:15 smithi186 bash[28774]: audit 2023-11-16T02:47:15.078621+0000 mon.smithi118 (mon.0) 1095 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:15 smithi186 bash[28774]: audit 2023-11-16T02:47:15.086500+0000 mon.smithi118 (mon.0) 1096 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:47:16.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:15 smithi186 bash[28774]: audit 2023-11-16T02:47:15.097619+0000 mon.smithi118 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:16.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:15 smithi118 bash[24930]: cluster 2023-11-16T02:47:14.816511+0000 mgr.smithi118.ueiebd (mgr.14180) 1693 : cluster [DBG] pgmap v1116: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:16.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:15 smithi118 bash[24930]: audit 2023-11-16T02:47:15.072151+0000 mon.smithi118 (mon.0) 1093 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:47:16.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:15 smithi118 bash[24930]: audit 2023-11-16T02:47:15.073096+0000 mon.smithi118 (mon.0) 1094 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:47:16.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:15 smithi118 bash[24930]: audit 2023-11-16T02:47:15.078621+0000 mon.smithi118 (mon.0) 1095 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:16.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:15 smithi118 bash[24930]: audit 2023-11-16T02:47:15.086500+0000 mon.smithi118 (mon.0) 1096 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:47:16.308 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:15 smithi118 bash[24930]: audit 2023-11-16T02:47:15.097619+0000 mon.smithi118 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:17.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:16 smithi186 bash[28774]: cluster 2023-11-16T02:47:15.079260+0000 mgr.smithi118.ueiebd (mgr.14180) 1694 : cluster [DBG] pgmap v1117: 97 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-11-16T02:47:17.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:16 smithi186 bash[28774]: cephadm 2023-11-16T02:47:15.102732+0000 mgr.smithi118.ueiebd (mgr.14180) 1695 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.apreuk on smithi186 2023-11-16T02:47:17.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:16 smithi186 bash[28774]: cluster 2023-11-16T02:47:16.076681+0000 mon.smithi118 (mon.0) 1098 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:47:17.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:16 smithi186 bash[28774]: cluster 2023-11-16T02:47:16.076710+0000 mon.smithi118 (mon.0) 1099 : cluster [INF] Cluster is now healthy 2023-11-16T02:47:17.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:16 smithi118 bash[24930]: cluster 2023-11-16T02:47:15.079260+0000 mgr.smithi118.ueiebd (mgr.14180) 1694 : cluster [DBG] pgmap v1117: 97 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-11-16T02:47:17.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:16 smithi118 bash[24930]: cephadm 2023-11-16T02:47:15.102732+0000 mgr.smithi118.ueiebd (mgr.14180) 1695 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.apreuk on smithi186 2023-11-16T02:47:17.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:16 smithi118 bash[24930]: cluster 2023-11-16T02:47:16.076681+0000 mon.smithi118 (mon.0) 1098 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:47:17.370 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:16 smithi118 bash[24930]: cluster 2023-11-16T02:47:16.076710+0000 mon.smithi118 (mon.0) 1099 : cluster [INF] Cluster is now healthy 2023-11-16T02:47:18.414 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:18.415 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:45:06.325831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.wmuzeu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:10.606354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.hmwsmg on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-hmwsmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.hmwsmg\nDeploy daemon haproxy.nfs.foo.smithi186.hmwsmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.775649Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.gisvwr on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-gisvwr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.gisvwr\nDeploy daemon haproxy.nfs.foo.smithi118.gisvwr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:46:14.778894Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.brhhdq on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:19.037 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:18 smithi118 bash[24930]: cluster 2023-11-16T02:47:17.080269+0000 mgr.smithi118.ueiebd (mgr.14180) 1696 : cluster [DBG] pgmap v1118: 97 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-11-16T02:47:19.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:19.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:18 smithi186 bash[28774]: cluster 2023-11-16T02:47:17.080269+0000 mgr.smithi118.ueiebd (mgr.14180) 1696 : cluster [DBG] pgmap v1118: 97 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-11-16T02:47:20.271 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:20.282 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:19 smithi118 bash[24930]: audit 2023-11-16T02:47:18.403904+0000 mgr.smithi118.ueiebd (mgr.14180) 1697 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:20.283 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:19 smithi118 bash[24930]: audit 2023-11-16T02:47:19.037263+0000 mon.smithi118 (mon.0) 1100 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.apreuk"}]: dispatch 2023-11-16T02:47:20.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:19 smithi186 bash[28774]: audit 2023-11-16T02:47:18.403904+0000 mgr.smithi118.ueiebd (mgr.14180) 1697 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:20.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:19 smithi186 bash[28774]: audit 2023-11-16T02:47:19.037263+0000 mon.smithi118 (mon.0) 1100 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.apreuk"}]: dispatch 2023-11-16T02:47:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: cephadm 2023-11-16T02:47:19.036496+0000 mgr.smithi118.ueiebd (mgr.14180) 1698 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.apreuk ... 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:47:21.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.apreuk ... 2023-11-16T02:47:21.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: cephadm 2023-11-16T02:47:19.036722+0000 mgr.smithi118.ueiebd (mgr.14180) 1699 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: cephadm 2023-11-16T02:47:19.038623+0000 mgr.smithi118.ueiebd (mgr.14180) 1700 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.apreuk ... 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: cephadm 2023-11-16T02:47:19.041055+0000 mgr.smithi118.ueiebd (mgr.14180) 1701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.fynzwp on smithi118 2023-11-16T02:47:21.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:20 smithi186 bash[28774]: cluster 2023-11-16T02:47:19.081286+0000 mgr.smithi118.ueiebd (mgr.14180) 1702 : cluster [DBG] pgmap v1119: 97 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-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: cephadm 2023-11-16T02:47:19.036496+0000 mgr.smithi118.ueiebd (mgr.14180) 1698 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.apreuk ... 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:21.371 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:21.372 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.apreuk ... 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: cephadm 2023-11-16T02:47:19.036722+0000 mgr.smithi118.ueiebd (mgr.14180) 1699 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: cephadm 2023-11-16T02:47:19.038623+0000 mgr.smithi118.ueiebd (mgr.14180) 1700 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.373 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.apreuk ... 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: cephadm 2023-11-16T02:47:19.041055+0000 mgr.smithi118.ueiebd (mgr.14180) 1701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.fynzwp on smithi118 2023-11-16T02:47:21.374 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:20 smithi118 bash[24930]: cluster 2023-11-16T02:47:19.081286+0000 mgr.smithi118.ueiebd (mgr.14180) 1702 : cluster [DBG] pgmap v1119: 97 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-11-16T02:47:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:22 smithi186 bash[28774]: cluster 2023-11-16T02:47:21.082061+0000 mgr.smithi118.ueiebd (mgr.14180) 1703 : cluster [DBG] pgmap v1120: 97 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-11-16T02:47:22.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:22 smithi186 bash[28774]: audit 2023-11-16T02:47:21.523871+0000 mon.smithi118 (mon.0) 1101 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:22 smithi118 bash[24930]: cluster 2023-11-16T02:47:21.082061+0000 mgr.smithi118.ueiebd (mgr.14180) 1703 : cluster [DBG] pgmap v1120: 97 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-11-16T02:47:22.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:22 smithi118 bash[24930]: audit 2023-11-16T02:47:21.523871+0000 mon.smithi118 (mon.0) 1101 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:23.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:23 smithi118 bash[24930]: audit 2023-11-16T02:47:23.437974+0000 mon.smithi118 (mon.0) 1102 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.fynzwp"}]: dispatch 2023-11-16T02:47:23.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:23 smithi186 bash[28774]: audit 2023-11-16T02:47:23.437974+0000 mon.smithi118 (mon.0) 1102 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.fynzwp"}]: dispatch 2023-11-16T02:47:24.120 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:24.121 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cluster 2023-11-16T02:47:23.083125+0000 mgr.smithi118.ueiebd (mgr.14180) 1704 : cluster [DBG] pgmap v1121: 97 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-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cephadm 2023-11-16T02:47:23.437205+0000 mgr.smithi118.ueiebd (mgr.14180) 1705 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.fynzwp ... 2023-11-16T02:47:24.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.621 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.fynzwp ... 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cephadm 2023-11-16T02:47:23.437466+0000 mgr.smithi118.ueiebd (mgr.14180) 1706 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cephadm 2023-11-16T02:47:23.439177+0000 mgr.smithi118.ueiebd (mgr.14180) 1707 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.622 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.fynzwp ... 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:24.623 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:24.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cephadm 2023-11-16T02:47:23.442874+0000 mgr.smithi118.ueiebd (mgr.14180) 1708 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:47:24.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cephadm 2023-11-16T02:47:23.444961+0000 mgr.smithi118.ueiebd (mgr.14180) 1709 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:47:24.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cluster 2023-11-16T02:47:23.445832+0000 mgr.smithi118.ueiebd (mgr.14180) 1710 : cluster [DBG] pgmap v1122: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2023-11-16T02:47:24.624 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:24 smithi118 bash[24930]: cluster 2023-11-16T02:47:23.523387+0000 mon.smithi118 (mon.0) 1103 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:47:24.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cluster 2023-11-16T02:47:23.083125+0000 mgr.smithi118.ueiebd (mgr.14180) 1704 : cluster [DBG] pgmap v1121: 97 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-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cephadm 2023-11-16T02:47:23.437205+0000 mgr.smithi118.ueiebd (mgr.14180) 1705 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.fynzwp ... 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:47:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:47:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:47:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:47:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:47:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.796 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.fynzwp ... 2023-11-16T02:47:24.798 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cephadm 2023-11-16T02:47:23.437466+0000 mgr.smithi118.ueiebd (mgr.14180) 1706 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cephadm 2023-11-16T02:47:23.439177+0000 mgr.smithi118.ueiebd (mgr.14180) 1707 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.fynzwp ... 2023-11-16T02:47:24.799 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cephadm 2023-11-16T02:47:23.442874+0000 mgr.smithi118.ueiebd (mgr.14180) 1708 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cephadm 2023-11-16T02:47:23.444961+0000 mgr.smithi118.ueiebd (mgr.14180) 1709 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cluster 2023-11-16T02:47:23.445832+0000 mgr.smithi118.ueiebd (mgr.14180) 1710 : cluster [DBG] pgmap v1122: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2023-11-16T02:47:24.800 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:24 smithi186 bash[28774]: cluster 2023-11-16T02:47:23.523387+0000 mon.smithi118 (mon.0) 1103 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:47:24.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:25.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:25 smithi186 bash[28774]: audit 2023-11-16T02:47:24.114439+0000 mgr.smithi118.ueiebd (mgr.14180) 1711 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:25.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:25 smithi118 bash[24930]: audit 2023-11-16T02:47:24.114439+0000 mgr.smithi118.ueiebd (mgr.14180) 1711 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:25.992 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:26.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:26 smithi186 bash[28774]: cluster 2023-11-16T02:47:25.447095+0000 mgr.smithi118.ueiebd (mgr.14180) 1712 : cluster [DBG] pgmap v1123: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:26.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:26 smithi186 bash[28774]: audit 2023-11-16T02:47:26.337837+0000 mon.smithi118 (mon.0) 1104 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:26.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:26 smithi118 bash[24930]: cluster 2023-11-16T02:47:25.447095+0000 mgr.smithi118.ueiebd (mgr.14180) 1712 : cluster [DBG] pgmap v1123: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:26.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:26 smithi118 bash[24930]: audit 2023-11-16T02:47:26.337837+0000 mon.smithi118 (mon.0) 1104 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:28 smithi118 bash[24930]: cluster 2023-11-16T02:47:27.448220+0000 mgr.smithi118.ueiebd (mgr.14180) 1713 : cluster [DBG] pgmap v1124: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:29.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:28 smithi186 bash[28774]: cluster 2023-11-16T02:47:27.448220+0000 mgr.smithi118.ueiebd (mgr.14180) 1713 : cluster [DBG] pgmap v1124: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:29.909 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:29.909 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:30.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:30 smithi118 bash[24930]: cluster 2023-11-16T02:47:29.449125+0000 mgr.smithi118.ueiebd (mgr.14180) 1714 : cluster [DBG] pgmap v1125: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:30.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:30 smithi118 bash[24930]: audit 2023-11-16T02:47:29.903433+0000 mgr.smithi118.ueiebd (mgr.14180) 1715 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:30 smithi186 bash[28774]: cluster 2023-11-16T02:47:29.449125+0000 mgr.smithi118.ueiebd (mgr.14180) 1714 : cluster [DBG] pgmap v1125: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:31.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:30 smithi186 bash[28774]: audit 2023-11-16T02:47:29.903433+0000 mgr.smithi118.ueiebd (mgr.14180) 1715 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:31.782 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:32.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:32 smithi118 bash[24930]: cluster 2023-11-16T02:47:31.450096+0000 mgr.smithi118.ueiebd (mgr.14180) 1716 : cluster [DBG] pgmap v1126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:33.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:32 smithi186 bash[28774]: cluster 2023-11-16T02:47:31.450096+0000 mgr.smithi118.ueiebd (mgr.14180) 1716 : cluster [DBG] pgmap v1126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:34.842 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:34 smithi118 bash[24930]: cluster 2023-11-16T02:47:33.451372+0000 mgr.smithi118.ueiebd (mgr.14180) 1717 : cluster [DBG] pgmap v1127: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:35.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:34 smithi186 bash[28774]: cluster 2023-11-16T02:47:33.451372+0000 mgr.smithi118.ueiebd (mgr.14180) 1717 : cluster [DBG] pgmap v1127: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-16T02:47:35.266 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:35.266 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:36.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:36.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:36 smithi186 bash[28774]: audit 2023-11-16T02:47:35.256111+0000 mgr.smithi118.ueiebd (mgr.14180) 1718 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:36.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:36 smithi186 bash[28774]: cluster 2023-11-16T02:47:35.452562+0000 mgr.smithi118.ueiebd (mgr.14180) 1719 : cluster [DBG] pgmap v1128: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:36 smithi118 bash[24930]: audit 2023-11-16T02:47:35.256111+0000 mgr.smithi118.ueiebd (mgr.14180) 1718 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:36 smithi118 bash[24930]: cluster 2023-11-16T02:47:35.452562+0000 mgr.smithi118.ueiebd (mgr.14180) 1719 : cluster [DBG] pgmap v1128: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:37.193 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:37.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:37 smithi186 bash[28774]: audit 2023-11-16T02:47:36.524911+0000 mon.smithi118 (mon.0) 1105 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:37.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:37 smithi118 bash[24930]: audit 2023-11-16T02:47:36.524911+0000 mon.smithi118 (mon.0) 1105 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:47:38.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:38 smithi186 bash[28774]: cluster 2023-11-16T02:47:37.453360+0000 mgr.smithi118.ueiebd (mgr.14180) 1720 : cluster [DBG] pgmap v1129: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:38.854 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:38 smithi118 bash[24930]: cluster 2023-11-16T02:47:37.453360+0000 mgr.smithi118.ueiebd (mgr.14180) 1720 : cluster [DBG] pgmap v1129: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:40.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:40 smithi118 bash[24930]: cluster 2023-11-16T02:47:39.454604+0000 mgr.smithi118.ueiebd (mgr.14180) 1721 : cluster [DBG] pgmap v1130: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:40.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:40 smithi186 bash[28774]: cluster 2023-11-16T02:47:39.454604+0000 mgr.smithi118.ueiebd (mgr.14180) 1721 : cluster [DBG] pgmap v1130: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:40.803 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:40.803 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:41.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:41.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:41 smithi118 bash[24930]: audit 2023-11-16T02:47:40.791373+0000 mgr.smithi118.ueiebd (mgr.14180) 1722 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:42.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:41 smithi186 bash[28774]: audit 2023-11-16T02:47:40.791373+0000 mgr.smithi118.ueiebd (mgr.14180) 1722 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:42.759 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:42.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:42 smithi118 bash[24930]: cluster 2023-11-16T02:47:41.455258+0000 mgr.smithi118.ueiebd (mgr.14180) 1723 : cluster [DBG] pgmap v1131: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:43.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:42 smithi186 bash[28774]: cluster 2023-11-16T02:47:41.455258+0000 mgr.smithi118.ueiebd (mgr.14180) 1723 : cluster [DBG] pgmap v1131: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:44.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:44 smithi118 bash[24930]: cluster 2023-11-16T02:47:43.456159+0000 mgr.smithi118.ueiebd (mgr.14180) 1724 : cluster [DBG] pgmap v1132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:45.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:44 smithi186 bash[28774]: cluster 2023-11-16T02:47:43.456159+0000 mgr.smithi118.ueiebd (mgr.14180) 1724 : cluster [DBG] pgmap v1132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:46.456 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:46.456 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:46.541 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:46 smithi118 bash[24930]: cluster 2023-11-16T02:47:45.457308+0000 mgr.smithi118.ueiebd (mgr.14180) 1725 : cluster [DBG] pgmap v1133: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:46.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:46 smithi186 bash[28774]: cluster 2023-11-16T02:47:45.457308+0000 mgr.smithi118.ueiebd (mgr.14180) 1725 : cluster [DBG] pgmap v1133: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:47.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:47.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:47 smithi118 bash[24930]: audit 2023-11-16T02:47:46.442818+0000 mgr.smithi118.ueiebd (mgr.14180) 1726 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:47.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:47 smithi186 bash[28774]: audit 2023-11-16T02:47:46.442818+0000 mgr.smithi118.ueiebd (mgr.14180) 1726 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:48.318 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:48.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:48 smithi186 bash[28774]: cluster 2023-11-16T02:47:47.458626+0000 mgr.smithi118.ueiebd (mgr.14180) 1727 : cluster [DBG] pgmap v1134: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:48.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:48 smithi118 bash[24930]: cluster 2023-11-16T02:47:47.458626+0000 mgr.smithi118.ueiebd (mgr.14180) 1727 : cluster [DBG] pgmap v1134: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:50.795 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:50 smithi186 bash[28774]: cluster 2023-11-16T02:47:49.459535+0000 mgr.smithi118.ueiebd (mgr.14180) 1728 : cluster [DBG] pgmap v1135: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:50.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:50 smithi118 bash[24930]: cluster 2023-11-16T02:47:49.459535+0000 mgr.smithi118.ueiebd (mgr.14180) 1728 : cluster [DBG] pgmap v1135: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:47:51.864 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:51.864 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:52.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:52.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:52 smithi186 bash[28774]: cluster 2023-11-16T02:47:51.460578+0000 mgr.smithi118.ueiebd (mgr.14180) 1729 : cluster [DBG] pgmap v1136: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:52.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:52 smithi186 bash[28774]: audit 2023-11-16T02:47:51.857578+0000 mgr.smithi118.ueiebd (mgr.14180) 1730 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:52 smithi118 bash[24930]: cluster 2023-11-16T02:47:51.460578+0000 mgr.smithi118.ueiebd (mgr.14180) 1729 : cluster [DBG] pgmap v1136: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:52.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:52 smithi118 bash[24930]: audit 2023-11-16T02:47:51.857578+0000 mgr.smithi118.ueiebd (mgr.14180) 1730 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:53.729 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:47:54.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:54 smithi186 bash[28774]: cluster 2023-11-16T02:47:53.461800+0000 mgr.smithi118.ueiebd (mgr.14180) 1731 : cluster [DBG] pgmap v1137: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:54.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:54 smithi118 bash[24930]: cluster 2023-11-16T02:47:53.461800+0000 mgr.smithi118.ueiebd (mgr.14180) 1731 : cluster [DBG] pgmap v1137: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:56.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:56 smithi186 bash[28774]: cluster 2023-11-16T02:47:55.463020+0000 mgr.smithi118.ueiebd (mgr.14180) 1732 : cluster [DBG] pgmap v1138: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:56.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:56 smithi118 bash[24930]: cluster 2023-11-16T02:47:55.463020+0000 mgr.smithi118.ueiebd (mgr.14180) 1732 : cluster [DBG] pgmap v1138: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:57.109 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:47:57.109 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:47:58.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:47:58.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:58 smithi186 bash[28774]: audit 2023-11-16T02:47:57.097903+0000 mgr.smithi118.ueiebd (mgr.14180) 1733 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:58.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:47:58 smithi186 bash[28774]: cluster 2023-11-16T02:47:57.463675+0000 mgr.smithi118.ueiebd (mgr.14180) 1734 : cluster [DBG] pgmap v1139: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:58.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:58 smithi118 bash[24930]: audit 2023-11-16T02:47:57.097903+0000 mgr.smithi118.ueiebd (mgr.14180) 1733 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:47:58.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:47:58 smithi118 bash[24930]: cluster 2023-11-16T02:47:57.463675+0000 mgr.smithi118.ueiebd (mgr.14180) 1734 : cluster [DBG] pgmap v1139: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:47:59.030 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:00.598 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:00 smithi118 bash[24930]: cluster 2023-11-16T02:47:59.464967+0000 mgr.smithi118.ueiebd (mgr.14180) 1735 : cluster [DBG] pgmap v1140: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:48:00.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:00 smithi186 bash[28774]: cluster 2023-11-16T02:47:59.464967+0000 mgr.smithi118.ueiebd (mgr.14180) 1735 : cluster [DBG] pgmap v1140: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:48:02.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:02 smithi186 bash[28774]: cluster 2023-11-16T02:48:01.466064+0000 mgr.smithi118.ueiebd (mgr.14180) 1736 : cluster [DBG] pgmap v1141: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:02.834 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:02.834 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:02.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:02 smithi118 bash[24930]: cluster 2023-11-16T02:48:01.466064+0000 mgr.smithi118.ueiebd (mgr.14180) 1736 : cluster [DBG] pgmap v1141: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:03.792 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:03 smithi118 bash[24930]: audit 2023-11-16T02:48:02.821720+0000 mgr.smithi118.ueiebd (mgr.14180) 1737 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:03.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:03.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:03 smithi186 bash[28774]: audit 2023-11-16T02:48:02.821720+0000 mgr.smithi118.ueiebd (mgr.14180) 1737 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:04.794 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:04.807 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:04 smithi118 bash[24930]: cluster 2023-11-16T02:48:03.467232+0000 mgr.smithi118.ueiebd (mgr.14180) 1738 : cluster [DBG] pgmap v1142: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:05.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:04 smithi186 bash[28774]: cluster 2023-11-16T02:48:03.467232+0000 mgr.smithi118.ueiebd (mgr.14180) 1738 : cluster [DBG] pgmap v1142: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:06.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:06 smithi186 bash[28774]: cluster 2023-11-16T02:48:05.468418+0000 mgr.smithi118.ueiebd (mgr.14180) 1739 : cluster [DBG] pgmap v1143: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:06.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:06 smithi118 bash[24930]: cluster 2023-11-16T02:48:05.468418+0000 mgr.smithi118.ueiebd (mgr.14180) 1739 : cluster [DBG] pgmap v1143: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:08.350 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:08.350 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:08.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:08 smithi186 bash[28774]: cluster 2023-11-16T02:48:07.469558+0000 mgr.smithi118.ueiebd (mgr.14180) 1740 : cluster [DBG] pgmap v1144: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:08.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:08 smithi118 bash[24930]: cluster 2023-11-16T02:48:07.469558+0000 mgr.smithi118.ueiebd (mgr.14180) 1740 : cluster [DBG] pgmap v1144: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:09.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:09.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:09 smithi186 bash[28774]: audit 2023-11-16T02:48:08.336853+0000 mgr.smithi118.ueiebd (mgr.14180) 1741 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:09.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:09 smithi118 bash[24930]: audit 2023-11-16T02:48:08.336853+0000 mgr.smithi118.ueiebd (mgr.14180) 1741 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:10.215 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:10.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:10 smithi186 bash[28774]: cluster 2023-11-16T02:48:09.470980+0000 mgr.smithi118.ueiebd (mgr.14180) 1742 : cluster [DBG] pgmap v1145: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:48:10.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:10 smithi118 bash[24930]: cluster 2023-11-16T02:48:09.470980+0000 mgr.smithi118.ueiebd (mgr.14180) 1742 : cluster [DBG] pgmap v1145: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:48:12.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:12 smithi118 bash[24930]: cluster 2023-11-16T02:48:11.472092+0000 mgr.smithi118.ueiebd (mgr.14180) 1743 : cluster [DBG] pgmap v1146: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:13.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:12 smithi186 bash[28774]: cluster 2023-11-16T02:48:11.472092+0000 mgr.smithi118.ueiebd (mgr.14180) 1743 : cluster [DBG] pgmap v1146: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:14.048 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:14.048 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:14 smithi118 bash[24930]: cluster 2023-11-16T02:48:13.472860+0000 mgr.smithi118.ueiebd (mgr.14180) 1744 : cluster [DBG] pgmap v1147: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:14.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:14 smithi118 bash[24930]: audit 2023-11-16T02:48:14.039849+0000 mgr.smithi118.ueiebd (mgr.14180) 1745 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:14.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:14 smithi186 bash[28774]: cluster 2023-11-16T02:48:13.472860+0000 mgr.smithi118.ueiebd (mgr.14180) 1744 : cluster [DBG] pgmap v1147: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:15.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:14 smithi186 bash[28774]: audit 2023-11-16T02:48:14.039849+0000 mgr.smithi118.ueiebd (mgr.14180) 1745 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:15.908 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:16.369 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:16 smithi118 bash[24930]: cluster 2023-11-16T02:48:15.474026+0000 mgr.smithi118.ueiebd (mgr.14180) 1746 : cluster [DBG] pgmap v1148: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:16.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:16 smithi186 bash[28774]: cluster 2023-11-16T02:48:15.474026+0000 mgr.smithi118.ueiebd (mgr.14180) 1746 : cluster [DBG] pgmap v1148: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:18.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:18 smithi186 bash[28774]: cluster 2023-11-16T02:48:17.474918+0000 mgr.smithi118.ueiebd (mgr.14180) 1747 : cluster [DBG] pgmap v1149: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:18.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:18 smithi118 bash[24930]: cluster 2023-11-16T02:48:17.474918+0000 mgr.smithi118.ueiebd (mgr.14180) 1747 : cluster [DBG] pgmap v1149: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:19.491 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:19.492 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:20.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:20 smithi118 bash[24930]: cluster 2023-11-16T02:48:19.476104+0000 mgr.smithi118.ueiebd (mgr.14180) 1748 : cluster [DBG] pgmap v1150: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:48:20.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:20 smithi118 bash[24930]: audit 2023-11-16T02:48:19.484207+0000 mgr.smithi118.ueiebd (mgr.14180) 1749 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:20 smithi186 bash[28774]: cluster 2023-11-16T02:48:19.476104+0000 mgr.smithi118.ueiebd (mgr.14180) 1748 : cluster [DBG] pgmap v1150: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T02:48:20.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:20 smithi186 bash[28774]: audit 2023-11-16T02:48:19.484207+0000 mgr.smithi118.ueiebd (mgr.14180) 1749 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:21.363 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:22.805 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:22 smithi118 bash[24930]: cluster 2023-11-16T02:48:21.477175+0000 mgr.smithi118.ueiebd (mgr.14180) 1750 : cluster [DBG] pgmap v1151: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:23.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:22 smithi186 bash[28774]: cluster 2023-11-16T02:48:21.477175+0000 mgr.smithi118.ueiebd (mgr.14180) 1750 : cluster [DBG] pgmap v1151: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:23.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:23 smithi118 bash[24930]: audit 2023-11-16T02:48:23.449221+0000 mon.smithi118 (mon.0) 1106 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:48:24.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:23 smithi186 bash[28774]: audit 2023-11-16T02:48:23.449221+0000 mon.smithi118 (mon.0) 1106 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:48:24.869 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: cluster 2023-11-16T02:48:23.478295+0000 mgr.smithi118.ueiebd (mgr.14180) 1751 : cluster [DBG] pgmap v1152: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: audit 2023-11-16T02:48:23.761529+0000 mon.smithi118 (mon.0) 1107 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: audit 2023-11-16T02:48:23.762553+0000 mon.smithi118 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: audit 2023-11-16T02:48:23.768283+0000 mon.smithi118 (mon.0) 1109 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: cluster 2023-11-16T02:48:23.768985+0000 mgr.smithi118.ueiebd (mgr.14180) 1752 : cluster [DBG] pgmap v1153: 97 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-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: audit 2023-11-16T02:48:23.773248+0000 mon.smithi118 (mon.0) 1110 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: audit 2023-11-16T02:48:23.784784+0000 mon.smithi118 (mon.0) 1111 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:48:24.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:24 smithi118 bash[24930]: cephadm 2023-11-16T02:48:23.787442+0000 mgr.smithi118.ueiebd (mgr.14180) 1753 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ktsmts on smithi186 2023-11-16T02:48:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: cluster 2023-11-16T02:48:23.478295+0000 mgr.smithi118.ueiebd (mgr.14180) 1751 : cluster [DBG] pgmap v1152: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T02:48:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: audit 2023-11-16T02:48:23.761529+0000 mon.smithi118 (mon.0) 1107 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:48:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: audit 2023-11-16T02:48:23.762553+0000 mon.smithi118 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:48:25.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: audit 2023-11-16T02:48:23.768283+0000 mon.smithi118 (mon.0) 1109 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:48:25.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: cluster 2023-11-16T02:48:23.768985+0000 mgr.smithi118.ueiebd (mgr.14180) 1752 : cluster [DBG] pgmap v1153: 97 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-11-16T02:48:25.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: audit 2023-11-16T02:48:23.773248+0000 mon.smithi118 (mon.0) 1110 : audit [DBG] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:48:25.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: audit 2023-11-16T02:48:23.784784+0000 mon.smithi118 (mon.0) 1111 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:48:25.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:24 smithi186 bash[28774]: cephadm 2023-11-16T02:48:23.787442+0000 mgr.smithi118.ueiebd (mgr.14180) 1753 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi186.ktsmts on smithi186 2023-11-16T02:48:25.084 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:25.084 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:46:14.781683Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.qutjij on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:25.619 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:25 smithi118 bash[24930]: cluster 2023-11-16T02:48:24.766281+0000 mon.smithi118 (mon.0) 1112 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:48:25.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:25 smithi118 bash[24930]: cluster 2023-11-16T02:48:24.766380+0000 mon.smithi118 (mon.0) 1113 : cluster [INF] Cluster is now healthy 2023-11-16T02:48:25.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:26.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:25 smithi186 bash[28774]: cluster 2023-11-16T02:48:24.766281+0000 mon.smithi118 (mon.0) 1112 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:48:26.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:25 smithi186 bash[28774]: cluster 2023-11-16T02:48:24.766380+0000 mon.smithi118 (mon.0) 1113 : cluster [INF] Cluster is now healthy 2023-11-16T02:48:26.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:26 smithi118 bash[24930]: audit 2023-11-16T02:48:25.074399+0000 mgr.smithi118.ueiebd (mgr.14180) 1754 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:26.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:26 smithi118 bash[24930]: cluster 2023-11-16T02:48:25.769541+0000 mgr.smithi118.ueiebd (mgr.14180) 1755 : cluster [DBG] pgmap v1154: 97 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-11-16T02:48:26.992 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:26 smithi186 bash[28774]: audit 2023-11-16T02:48:25.074399+0000 mgr.smithi118.ueiebd (mgr.14180) 1754 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:27.044 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:26 smithi186 bash[28774]: cluster 2023-11-16T02:48:25.769541+0000 mgr.smithi118.ueiebd (mgr.14180) 1755 : cluster [DBG] pgmap v1154: 97 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-11-16T02:48:27.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:27 smithi186 bash[28774]: audit 2023-11-16T02:48:27.593916+0000 mon.smithi118 (mon.0) 1114 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ktsmts"}]: dispatch 2023-11-16T02:48:27.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:27 smithi118 bash[24930]: audit 2023-11-16T02:48:27.593916+0000 mon.smithi118 (mon.0) 1114 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi186.ktsmts"}]: dispatch 2023-11-16T02:48:28.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: cephadm 2023-11-16T02:48:27.592714+0000 mgr.smithi118.ueiebd (mgr.14180) 1756 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:28.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ktsmts ... 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:48:28.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ktsmts ... 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:28.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: cephadm 2023-11-16T02:48:27.593314+0000 mgr.smithi118.ueiebd (mgr.14180) 1757 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: cephadm 2023-11-16T02:48:27.595576+0000 mgr.smithi118.ueiebd (mgr.14180) 1758 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ktsmts on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi186.ktsmts ... 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:28.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:28.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:28.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:28.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:28.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: cephadm 2023-11-16T02:48:27.599687+0000 mgr.smithi118.ueiebd (mgr.14180) 1759 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.heyoim on smithi118 2023-11-16T02:48:28.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:28 smithi118 bash[24930]: cluster 2023-11-16T02:48:27.770453+0000 mgr.smithi118.ueiebd (mgr.14180) 1760 : cluster [DBG] pgmap v1155: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: cephadm 2023-11-16T02:48:27.592714+0000 mgr.smithi118.ueiebd (mgr.14180) 1756 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ktsmts ... 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:29.045 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.046 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ktsmts ... 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: cephadm 2023-11-16T02:48:27.593314+0000 mgr.smithi118.ueiebd (mgr.14180) 1757 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: cephadm 2023-11-16T02:48:27.595576+0000 mgr.smithi118.ueiebd (mgr.14180) 1758 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi186.ktsmts on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts 2023-11-16T02:48:29.047 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi186.ktsmts ... 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: cephadm 2023-11-16T02:48:27.599687+0000 mgr.smithi118.ueiebd (mgr.14180) 1759 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi118.heyoim on smithi118 2023-11-16T02:48:29.048 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:28 smithi186 bash[28774]: cluster 2023-11-16T02:48:27.770453+0000 mgr.smithi118.ueiebd (mgr.14180) 1760 : cluster [DBG] pgmap v1155: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-11-16T02:48:30.641 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:30.642 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:47:19.038459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.apreuk on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-apreuk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.apreuk\nDeploy daemon haproxy.nfs.foo.smithi186.apreuk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.439019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.fynzwp on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-fynzwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.fynzwp\nDeploy daemon haproxy.nfs.foo.smithi118.fynzwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:47:23.442689Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.rcgeez on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:48:27.595287Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ktsmts on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts\nDeploy daemon haproxy.nfs.foo.smithi186.ktsmts ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -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.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:30.921 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:30 smithi118 bash[24930]: cluster 2023-11-16T02:48:29.771293+0000 mgr.smithi118.ueiebd (mgr.14180) 1761 : cluster [DBG] pgmap v1156: 97 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-11-16T02:48:31.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:30 smithi186 bash[28774]: cluster 2023-11-16T02:48:29.771293+0000 mgr.smithi118.ueiebd (mgr.14180) 1761 : cluster [DBG] pgmap v1156: 97 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-11-16T02:48:31.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:32.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:31 smithi118 bash[24930]: audit 2023-11-16T02:48:30.635784+0000 mgr.smithi118.ueiebd (mgr.14180) 1762 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:32.120 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:31 smithi118 bash[24930]: audit 2023-11-16T02:48:31.655028+0000 mon.smithi118 (mon.0) 1115 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.heyoim"}]: dispatch 2023-11-16T02:48:32.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:31 smithi186 bash[28774]: audit 2023-11-16T02:48:30.635784+0000 mgr.smithi118.ueiebd (mgr.14180) 1762 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:32.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:31 smithi186 bash[28774]: audit 2023-11-16T02:48:31.655028+0000 mon.smithi118 (mon.0) 1115 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi118.heyoim"}]: dispatch 2023-11-16T02:48:32.601 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:48:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cephadm 2023-11-16T02:48:31.653878+0000 mgr.smithi118.ueiebd (mgr.14180) 1763 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.heyoim ... 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Traceback (most recent call last): 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: yield (conn, connr) 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: code, '\n'.join(err))) 2023-11-16T02:48:32.871 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.heyoim ... 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cephadm 2023-11-16T02:48:31.654494+0000 mgr.smithi118.ueiebd (mgr.14180) 1764 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.872 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cephadm 2023-11-16T02:48:31.656391+0000 mgr.smithi118.ueiebd (mgr.14180) 1765 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.heyoim on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stdout 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Deploy daemon haproxy.nfs.foo.smithi118.heyoim ... 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:32.873 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cephadm 2023-11-16T02:48:31.660322+0000 mgr.smithi118.ueiebd (mgr.14180) 1766 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.lmfdjc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:48:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cephadm 2023-11-16T02:48:31.663222+0000 mgr.smithi118.ueiebd (mgr.14180) 1767 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.utnvgy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:48:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cluster 2023-11-16T02:48:31.664364+0000 mgr.smithi118.ueiebd (mgr.14180) 1768 : cluster [DBG] pgmap v1157: 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-11-16T02:48:32.874 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:32 smithi118 bash[24930]: cluster 2023-11-16T02:48:31.826934+0000 mon.smithi118 (mon.0) 1116 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:48:33.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cephadm 2023-11-16T02:48:31.653878+0000 mgr.smithi118.ueiebd (mgr.14180) 1763 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.heyoim ... 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:33.295 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Traceback (most recent call last): 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: yield (conn, connr) 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: code, '\n'.join(err))) 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.296 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.heyoim ... 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cephadm 2023-11-16T02:48:31.654494+0000 mgr.smithi118.ueiebd (mgr.14180) 1764 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cephadm 2023-11-16T02:48:31.656391+0000 mgr.smithi118.ueiebd (mgr.14180) 1765 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi118.heyoim on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:33.297 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stdout 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Deploy daemon haproxy.nfs.foo.smithi118.heyoim ... 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: stat: stderr See 'docker run --help'. 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cephadm 2023-11-16T02:48:31.660322+0000 mgr.smithi118.ueiebd (mgr.14180) 1766 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi186.lmfdjc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cephadm 2023-11-16T02:48:31.663222+0000 mgr.smithi118.ueiebd (mgr.14180) 1767 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi118.utnvgy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:48:33.298 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cluster 2023-11-16T02:48:31.664364+0000 mgr.smithi118.ueiebd (mgr.14180) 1768 : cluster [DBG] pgmap v1157: 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-11-16T02:48:33.299 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:32 smithi186 bash[28774]: cluster 2023-11-16T02:48:31.826934+0000 mon.smithi118 (mon.0) 1116 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:48:35.119 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:34 smithi118 bash[24930]: cluster 2023-11-16T02:48:33.665534+0000 mgr.smithi118.ueiebd (mgr.14180) 1769 : cluster [DBG] pgmap v1158: 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-11-16T02:48:35.294 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:34 smithi186 bash[28774]: cluster 2023-11-16T02:48:33.665534+0000 mgr.smithi118.ueiebd (mgr.14180) 1769 : cluster [DBG] pgmap v1158: 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-11-16T02:48:36.425 INFO:teuthology.orchestra.run.smithi118.stdout: 2023-11-16T02:48:36.425 INFO:teuthology.orchestra.run.smithi118.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:11:06.164282Z", "last_refresh": "2023-11-16T02:42:40.544814Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:10:56.939080Z", "last_refresh": "2023-11-16T02:42:39.857284Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:11:01.099807Z", "last_refresh": "2023-11-16T02:42:40.545276Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:47:23.444844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.amnhuu on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:48:27.595287Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi186.ktsmts on smithi186: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi186-ktsmts\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi186.ktsmts\nDeploy daemon haproxy.nfs.foo.smithi186.ktsmts ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi186 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:48:31.656167Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi118.heyoim on smithi118: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi118-heyoim\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi118.heyoim\nDeploy daemon haproxy.nfs.foo.smithi118.heyoim ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi118 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:48:31.660124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi186.lmfdjc on smithi186: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:48:31.663114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi118.utnvgy on smithi118: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.118/16"}, "status": {"created": "2023-11-16T02:19:50.009179Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.118/16"}}, {"events": ["2023-11-16T02:19:45.754909Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T02:19:45.749160Z", "last_refresh": "2023-11-16T02:42:39.858169Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:10:54.902203Z", "last_refresh": "2023-11-16T02:42:39.857471Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:45.858330Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi118:172.21.15.118=smithi118", "smithi186:172.21.15.186=smithi186"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:12:45.853180Z", "last_refresh": "2023-11-16T02:42:39.857579Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:19:50.008863Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:19:50.002271Z", "last_refresh": "2023-11-16T02:42:39.858267Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:11:03.071224Z", "last_refresh": "2023-11-16T02:42:39.857680Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:13:21.976693Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:13:21.970937Z", "last_refresh": "2023-11-16T02:42:39.857779Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:10:58.907853Z", "last_refresh": "2023-11-16T02:42:40.545727Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T02:48:36.544 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:36 smithi186 bash[28774]: cluster 2023-11-16T02:48:35.666825+0000 mgr.smithi118.ueiebd (mgr.14180) 1770 : cluster [DBG] pgmap v1159: 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-11-16T02:48:36.620 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:36 smithi118 bash[24930]: cluster 2023-11-16T02:48:35.666825+0000 mgr.smithi118.ueiebd (mgr.14180) 1770 : cluster [DBG] pgmap v1159: 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-11-16T02:48:37.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:48:37.259 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-16T02:48:37.350 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=03c3cddb0d984daea8d3cf3832b02820 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-16T02:48:37.353 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-16T02:48:37.365 INFO:tasks.vip:Removing 10.0.15.118 (and any VIPs) on smithi118.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:48:37.365 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr del 10.0.15.118/16 dev enp3s0f1 2023-11-16T02:48:37.388 DEBUG:teuthology.orchestra.run.smithi118:> sudo ip addr del 10.0.31.118/16 dev enp3s0f1 2023-11-16T02:48:37.447 INFO:teuthology.orchestra.run.smithi118.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-16T02:48:37.447 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-16T02:48:37.448 INFO:tasks.vip:Removing 10.0.15.186 (and any VIPs) on smithi186.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:48:37.448 DEBUG:teuthology.orchestra.run.smithi186:> sudo ip addr del 10.0.15.186/16 dev enp3s0f1 2023-11-16T02:48:37.465 DEBUG:teuthology.orchestra.run.smithi186:> sudo ip addr del 10.0.31.118/16 dev enp3s0f1 2023-11-16T02:48:37.525 INFO:teuthology.orchestra.run.smithi186.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-16T02:48:37.525 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-16T02:48:37.526 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T02:48:37.537 INFO:tasks.cephadm:Teardown begin 2023-11-16T02:48:37.537 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:48:37.551 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:48:37.587 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T02:48:37.587 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T02:48:37.600 DEBUG:teuthology.orchestra.run.smithi186:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T02:48:37.638 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T02:48:37.639 INFO:tasks.cephadm.mon.smithi118:Stopping mon.smithi118... 2023-11-16T02:48:37.639 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118 2023-11-16T02:48:37.653 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:37 smithi118 bash[24930]: audit 2023-11-16T02:48:36.387620+0000 mon.smithi118 (mon.0) 1117 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:48:37.653 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:37 smithi118 bash[24930]: audit 2023-11-16T02:48:36.414201+0000 mgr.smithi118.ueiebd (mgr.14180) 1771 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:37.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:37 smithi186 bash[28774]: audit 2023-11-16T02:48:36.387620+0000 mon.smithi118 (mon.0) 1117 : audit [INF] from='mgr.14180 172.21.15.118:0/1711568090' entity='mgr.smithi118.ueiebd' 2023-11-16T02:48:37.794 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:37 smithi186 bash[28774]: audit 2023-11-16T02:48:36.414201+0000 mgr.smithi118.ueiebd (mgr.14180) 1771 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:48:37.911 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:37 smithi118 systemd[1]: Stopping Ceph mon.smithi118 for 235e50e4-8425-11ee-8dbe-212e2dc638e7... 2023-11-16T02:48:37.911 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:37 smithi118 bash[128711]: Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon.smithi118 2023-11-16T02:48:37.911 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:37 smithi118 bash[24930]: debug 2023-11-16T02:48:37.810+0000 7f26ccea3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi118 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-16T02:48:37.912 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:37 smithi118 bash[24930]: debug 2023-11-16T02:48:37.810+0000 7f26ccea3700 -1 mon.smithi118@0(leader) e2 *** Got Signal Terminated *** 2023-11-16T02:48:38.853 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service' 2023-11-16T02:48:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:38 smithi118 bash[128742]: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon-smithi118 2023-11-16T02:48:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:38 smithi118 bash[128818]: Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon-smithi118 2023-11-16T02:48:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:38 smithi118 systemd[1]: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi118.service: Succeeded. 2023-11-16T02:48:38.870 INFO:journalctl@ceph.mon.smithi118.smithi118.stdout:Nov 16 02:48:38 smithi118 systemd[1]: Stopped Ceph mon.smithi118 for 235e50e4-8425-11ee-8dbe-212e2dc638e7. 2023-11-16T02:48:38.919 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T02:48:38.920 INFO:tasks.cephadm.mon.smithi118:Stopped mon.smithi118 2023-11-16T02:48:38.920 INFO:tasks.cephadm.mon.smithi186:Stopping mon.smithi186... 2023-11-16T02:48:38.920 DEBUG:teuthology.orchestra.run.smithi186:> sudo systemctl stop ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi186 2023-11-16T02:48:39.126 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:38 smithi186 systemd[1]: Stopping Ceph mon.smithi186 for 235e50e4-8425-11ee-8dbe-212e2dc638e7... 2023-11-16T02:48:39.126 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:38 smithi186 bash[51222]: Error response from daemon: No such container: ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7-mon.smithi186 2023-11-16T02:48:39.403 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:39 smithi186 bash[28774]: debug 2023-11-16T02:48:39.118+0000 7fac54a35700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi186 -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-11-16T02:48:39.404 INFO:journalctl@ceph.mon.smithi186.smithi186.stdout:Nov 16 02:48:39 smithi186 bash[28774]: debug 2023-11-16T02:48:39.118+0000 7fac54a35700 -1 mon.smithi186@1(peon) e2 *** Got Signal Terminated *** 2023-11-16T02:48:40.132 DEBUG:teuthology.orchestra.run.smithi186:> sudo pkill -f 'journalctl -f -n 0 -u ceph-235e50e4-8425-11ee-8dbe-212e2dc638e7@mon.smithi186.service' 2023-11-16T02:48:40.185 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T02:48:40.186 INFO:tasks.cephadm.mon.smithi186:Stopped mon.smithi186 2023-11-16T02:48:40.186 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T02:49:42.674 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T02:50:42.242 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:50:42.260 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:50:42.275 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T02:50:42.278 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/remote/ubuntu@smithi118.front.sepia.ceph.com/crash 2023-11-16T02:50:42.278 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T02:50:42.318 INFO:teuthology.orchestra.run.smithi118.stderr:tar: /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T02:50:42.318 INFO:teuthology.orchestra.run.smithi118.stderr:tar: Error is not recoverable: exiting now 2023-11-16T02:50:42.322 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/remote/ubuntu@smithi186.front.sepia.ceph.com/crash 2023-11-16T02:50:42.323 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T02:50:42.339 INFO:teuthology.orchestra.run.smithi186.stderr:tar: /var/lib/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T02:50:42.340 INFO:teuthology.orchestra.run.smithi186.stderr:tar: Error is not recoverable: exiting now 2023-11-16T02:50:42.341 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T02:50:42.341 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T02:50:42.377 INFO:teuthology.orchestra.run.smithi118.stderr:grep: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T02:50:42.379 INFO:tasks.cephadm:Compressing logs... 2023-11-16T02:50:42.379 DEBUG:teuthology.orchestra.run.smithi118:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-16T02:50:42.424 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:50:42.437 INFO:teuthology.orchestra.run.smithi118.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-16T02:50:42.439 INFO:teuthology.orchestra.run.smithi186.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-16T02:50:42.444 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T02:50:42.444 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi186.tejkbl.log 2023-11-16T02:50:42.445 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mon.smithi186.log 2023-11-16T02:50:42.445 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-16T02:50:42.446 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi186.tejkbl.log: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mon.smithi186.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-16T02:50:42.446 INFO:teuthology.orchestra.run.smithi186.stderr: 83.6% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi186.tejkbl.log.gz 2023-11-16T02:50:42.446 INFO:teuthology.orchestra.run.smithi186.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-16T02:50:42.447 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T02:50:42.447 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi186.qmfpex.log 2023-11-16T02:50:42.448 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T02:50:42.449 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi118.ueiebd.log 2023-11-16T02:50:42.450 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-16T02:50:42.451 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-16T02:50:42.451 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi118.vehhep.log 2023-11-16T02:50:42.451 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi118.ueiebd.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-16T02:50:42.452 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi118.vehhep.log: 60.2% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi118.vehhep.log.gz 2023-11-16T02:50:42.452 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mon.smithi118.log 2023-11-16T02:50:42.454 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-16T02:50:42.455 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mon.smithi118.log: gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T02:50:42.455 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-16T02:50:42.458 INFO:teuthology.orchestra.run.smithi186.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi186.qmfpex.log: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T02:50:42.458 INFO:teuthology.orchestra.run.smithi186.stderr: 92.4% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T02:50:42.461 INFO:teuthology.orchestra.run.smithi186.stderr: 93.7% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi186.qmfpex.log.gz 2023-11-16T02:50:42.462 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: 92.5% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T02:50:42.472 INFO:teuthology.orchestra.run.smithi118.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T02:50:42.922 INFO:teuthology.orchestra.run.smithi118.stderr: 89.1% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi118.ueiebd.log.gz 2023-11-16T02:50:42.962 INFO:teuthology.orchestra.run.smithi186.stderr: 92.6% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mon.smithi186.log.gz 2023-11-16T02:50:42.978 INFO:teuthology.orchestra.run.smithi118.stderr: 92.9% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-16T02:50:43.005 INFO:teuthology.orchestra.run.smithi186.stderr: 92.9% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-16T02:50:43.028 INFO:teuthology.orchestra.run.smithi118.stderr: 93.0% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-16T02:50:43.132 INFO:teuthology.orchestra.run.smithi186.stderr: 92.9% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-16T02:50:43.154 INFO:teuthology.orchestra.run.smithi186.stderr: 92.8% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-16T02:50:43.163 INFO:teuthology.orchestra.run.smithi186.stderr: 92.8% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-16T02:50:43.164 INFO:teuthology.orchestra.run.smithi186.stderr: 2023-11-16T02:50:43.164 INFO:teuthology.orchestra.run.smithi186.stderr:real 0m0.735s 2023-11-16T02:50:43.165 INFO:teuthology.orchestra.run.smithi186.stderr:user 0m3.122s 2023-11-16T02:50:43.165 INFO:teuthology.orchestra.run.smithi186.stderr:sys 0m0.122s 2023-11-16T02:50:43.223 INFO:teuthology.orchestra.run.smithi118.stderr: 93.5% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-16T02:50:43.245 INFO:teuthology.orchestra.run.smithi118.stderr: 93.0% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-16T02:50:43.614 INFO:teuthology.orchestra.run.smithi118.stderr: 89.9% -- replaced with /var/log/ceph/235e50e4-8425-11ee-8dbe-212e2dc638e7/ceph-mon.smithi118.log.gz 2023-11-16T02:50:43.616 INFO:teuthology.orchestra.run.smithi118.stderr: 2023-11-16T02:50:43.616 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m1.189s 2023-11-16T02:50:43.616 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m4.191s 2023-11-16T02:50:43.616 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.168s 2023-11-16T02:50:43.617 INFO:tasks.cephadm:Archiving logs... 2023-11-16T02:50:43.617 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/remote/ubuntu@smithi118.front.sepia.ceph.com/log 2023-11-16T02:50:43.618 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T02:50:44.327 DEBUG:teuthology.misc:Transferring archived files from smithi186:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/remote/ubuntu@smithi186.front.sepia.ceph.com/log 2023-11-16T02:50:44.328 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T02:50:44.789 INFO:tasks.cephadm:Removing cluster... 2023-11-16T02:50:44.790 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 --force 2023-11-16T02:50:46.158 DEBUG:teuthology.orchestra.run.smithi186:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 235e50e4-8425-11ee-8dbe-212e2dc638e7 --force 2023-11-16T02:50:47.512 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T02:50:47.513 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T02:50:47.521 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T02:50:47.527 INFO:tasks.cephadm:Teardown complete 2023-11-16T02:50:47.528 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-16T02:50:47.539 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_1... 2023-11-16T02:50:47.539 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_1 2023-11-16T02:50:47.851 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T02:50:47.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:47.853 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_2... 2023-11-16T02:50:47.853 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_2 2023-11-16T02:50:48.155 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T02:50:48.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:48.157 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_3... 2023-11-16T02:50:48.157 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_3 2023-11-16T02:50:48.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:48.462 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T02:50:48.463 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi118:/dev/vg_nvme/lv_4... 2023-11-16T02:50:48.463 DEBUG:teuthology.orchestra.run.smithi118:> sudo nvme disconnect -n lv_4 2023-11-16T02:50:48.791 INFO:teuthology.orchestra.run.smithi118.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T02:50:48.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:48.793 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2023-11-16T02:50:48.793 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/scratch_devs 2023-11-16T02:50:48.808 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi186:/dev/vg_nvme/lv_1... 2023-11-16T02:50:48.808 DEBUG:teuthology.orchestra.run.smithi186:> sudo nvme disconnect -n lv_1 2023-11-16T02:50:49.081 INFO:teuthology.orchestra.run.smithi186.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T02:50:49.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:49.085 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi186:/dev/vg_nvme/lv_2... 2023-11-16T02:50:49.086 DEBUG:teuthology.orchestra.run.smithi186:> sudo nvme disconnect -n lv_2 2023-11-16T02:50:49.404 INFO:teuthology.orchestra.run.smithi186.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T02:50:49.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:49.407 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi186:/dev/vg_nvme/lv_3... 2023-11-16T02:50:49.407 DEBUG:teuthology.orchestra.run.smithi186:> sudo nvme disconnect -n lv_3 2023-11-16T02:50:49.700 INFO:teuthology.orchestra.run.smithi186.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T02:50:49.702 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:49.702 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi186:/dev/vg_nvme/lv_4... 2023-11-16T02:50:49.703 DEBUG:teuthology.orchestra.run.smithi186:> sudo nvme disconnect -n lv_4 2023-11-16T02:50:49.984 INFO:teuthology.orchestra.run.smithi186.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T02:50:49.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:49.986 DEBUG:teuthology.orchestra.run.smithi186:> set -ex 2023-11-16T02:50:49.986 DEBUG:teuthology.orchestra.run.smithi186:> sudo dd of=/scratch_devs 2023-11-16T02:50:50.001 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T02:50:50.013 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T02:50:50.013 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T02:50:50.016 DEBUG:teuthology.orchestra.run.smithi186:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T02:50:50.034 INFO:teuthology.orchestra.run.smithi118.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:50:50.034 INFO:teuthology.orchestra.run.smithi118.stdout:============================================================================== 2023-11-16T02:50:50.034 INFO:teuthology.orchestra.run.smithi118.stdout:*hv01.front.sepi 44.4.53.2 2 u 126 128 377 0.145 -2.102 0.104 2023-11-16T02:50:50.034 INFO:teuthology.orchestra.run.smithi118.stdout:+hv02.front.sepi 63.231.80.2 3 u 66 128 377 0.148 0.714 0.050 2023-11-16T02:50:50.035 INFO:teuthology.orchestra.run.smithi118.stdout:+hv03.front.sepi 74.6.168.72 3 u 65 128 377 0.135 1.025 0.119 2023-11-16T02:50:50.035 INFO:teuthology.orchestra.run.smithi118.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-16T02:50:50.063 INFO:teuthology.orchestra.run.smithi186.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:50:50.063 INFO:teuthology.orchestra.run.smithi186.stdout:============================================================================== 2023-11-16T02:50:50.063 INFO:teuthology.orchestra.run.smithi186.stdout:*hv01.front.sepi 44.4.53.2 2 u 54 128 377 0.082 -1.246 0.353 2023-11-16T02:50:50.063 INFO:teuthology.orchestra.run.smithi186.stdout:+hv02.front.sepi 63.231.80.2 3 u 123 128 377 0.116 1.363 0.272 2023-11-16T02:50:50.064 INFO:teuthology.orchestra.run.smithi186.stdout:+hv03.front.sepi 74.6.168.72 3 u 11 128 377 0.082 1.727 0.286 2023-11-16T02:50:50.064 INFO:teuthology.orchestra.run.smithi186.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-16T02:50:50.065 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T02:50:50.075 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T02:50:50.076 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T02:50:50.087 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T02:50:50.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T02:50:50.111 INFO:teuthology.task.internal:Duration was 2904.413492 seconds 2023-11-16T02:50:50.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T02:50:50.123 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T02:50:50.123 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T02:50:50.126 DEBUG:teuthology.orchestra.run.smithi186:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T02:50:50.175 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T02:50:50.175 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2023-11-16T02:50:50.175 DEBUG:teuthology.orchestra.run.smithi118:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T02:50:50.229 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi186.front.sepia.ceph.com 2023-11-16T02:50:50.229 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:50:50.244 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T02:50:50.245 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T02:50:50.272 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T02:50:50.354 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T02:50:50.354 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T02:50:50.357 DEBUG:teuthology.orchestra.run.smithi186:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T02:50:50.567 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T02:50:50.577 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T02:50:50.577 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T02:50:50.592 DEBUG:teuthology.orchestra.run.smithi186:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T02:50:50.608 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T02:50:50.619 DEBUG:teuthology.orchestra.run.smithi118:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T02:50:50.636 DEBUG:teuthology.orchestra.run.smithi186:> 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-11-16T02:50:50.648 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2023-11-16T02:50:50.665 INFO:teuthology.orchestra.run.smithi186.stdout:kernel.core_pattern = core 2023-11-16T02:50:50.687 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T02:50:50.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:50.724 DEBUG:teuthology.orchestra.run.smithi186:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T02:50:50.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:50:50.738 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T02:50:50.753 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T02:50:50.754 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/remote/smithi118 2023-11-16T02:50:50.755 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T02:50:50.805 DEBUG:teuthology.misc:Transferring archived files from smithi186:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748/remote/smithi186 2023-11-16T02:50:50.806 DEBUG:teuthology.orchestra.run.smithi186:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T02:50:50.834 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T02:50:50.834 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T02:50:50.837 DEBUG:teuthology.orchestra.run.smithi186:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T02:50:50.883 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T02:50:50.896 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T02:50:50.896 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T02:50:50.908 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T02:50:50.909 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T02:50:50.913 DEBUG:teuthology.orchestra.run.smithi186:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T02:50:50.917 INFO:teuthology.orchestra.run.smithi118.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 02:50 /home/ubuntu/cephtest 2023-11-16T02:50:50.931 INFO:teuthology.orchestra.run.smithi186.stdout: 1048618 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 02:50 /home/ubuntu/cephtest 2023-11-16T02:50:50.933 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T02:50:50.946 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T02:50:50.972 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T02:50:51.000 DEBUG:teuthology.nuke:shortname: smithi118 2023-11-16T02:50:51.001 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T02:50:51.025 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748', '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-11-16 01:52:18.298922', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-16T02:50:51.030 DEBUG:teuthology.nuke:shortname: smithi186 2023-11-16T02:50:51.031 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T02:50:51.053 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi186.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459748', '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-11-16 01:52:18.300770', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-16T02:50:51.090 INFO:teuthology.orchestra.console.smithi118:Power off 2023-11-16T02:50:51.091 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T02:50:51.124 INFO:teuthology.orchestra.console.smithi186:Power off 2023-11-16T02:50:51.125 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T02:50:51.135 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2023-11-16T02:50:51.135 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:50:51.151 DEBUG:teuthology.orchestra.console.smithi186:power off output: Chassis Power Control: Down/Off 2023-11-16T02:50:51.152 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:50:51.175 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-11-16T02:50:51.179 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-16T02:50:55.176 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:50:55.184 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:50:55.287 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2023-11-16T02:50:55.295 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-16T02:50:59.290 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:50:59.300 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:50:59.402 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2023-11-16T02:50:59.410 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is on 2023-11-16T02:50:59.504 INFO:teuthology.orchestra.console.smithi118:Power off completed 2023-11-16T02:51:03.414 DEBUG:teuthology.orchestra.console.smithi186:pexpect command: ipmitool -H smithi186.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:51:03.524 DEBUG:teuthology.orchestra.console.smithi186:check power output: Chassis Power is off 2023-11-16T02:51:03.625 INFO:teuthology.orchestra.console.smithi186:Power off completed 2023-11-16T02:51:03.732 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: 2904.41349196434 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=03c3cddb0d984daea8d3cf3832b02820 status: fail success: false 2023-11-16T02:51:03.732 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T02:51:03.819 INFO:teuthology.run:FAIL